diff options
| author | Lorenzo Castelli <lcastelli@google.com> | 2019-03-28 18:02:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-28 18:02:50 -0700 |
| commit | fae08e5f2a79c1903e1f8799a36646b3af533862 (patch) | |
| tree | c52320a21b232f18f39084814051b66fa7848b81 /build-arch-gce | |
| parent | 352d576d91ecb13e9abc51a2aa069fc56bf52b64 (diff) | |
| parent | fd64bafe3cf475c8b3f93f8f6849663175fa3afc (diff) | |
| download | compute-archlinux-image-builder-fae08e5f2a79c1903e1f8799a36646b3af533862.tar.xz | |
Merge pull request #30 from crvv/mtu
Revert "fix MTU settings. MTU is 1460 on gce."
Diffstat (limited to 'build-arch-gce')
| -rwxr-xr-x | build-arch-gce | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build-arch-gce b/build-arch-gce index c908f99..6768fa9 100755 --- a/build-arch-gce +++ b/build-arch-gce @@ -139,11 +139,6 @@ arch-chroot -- "$mount_dir" /bin/bash -s -- "$loop_dev" <<-'EOS' google-accounts-daemon google-clock-skew-daemon google-instance-setup \ google-network-daemon google-shutdown-scripts google-startup-scripts - echo "-- setting MTU" - cat <<-'EOF' > /etc/udev/rules.d/10-network.rules - ACTION=="add", SUBSYSTEM=="net", KERNEL=="en*", ATTR{mtu}="1460" - EOF - echo "-- Configuring initcpio." gawk -i assert -i inplace ' /^MODULES=/ { $0 = "MODULES=(virtio_pci virtio_scsi sd_mod ext4)"; ++f1 } |
