diff options
author | Serge Schneider <[email protected]> | 2017-07-17 14:15:48 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2017-07-28 13:35:46 +0100 |
commit | 8f361a1c38f0cc00d7a04486a93b2fe29f67ee5c (patch) | |
tree | 2c5d7895d88c05726b709b2c2b1e81981ebb395b /stage1 | |
parent | 68cdf34cb44e23b9076d7796147070bc3cc0a51f (diff) |
Switch to Stretch
Diffstat (limited to 'stage1')
-rw-r--r-- | stage1/02-net-tweaks/00-patches/02-persistant-net.diff | 13 | ||||
-rw-r--r-- | stage1/02-net-tweaks/00-patches/series | 1 | ||||
-rwxr-xr-x | stage1/02-net-tweaks/00-run.sh | 1 |
3 files changed, 0 insertions, 15 deletions
diff --git a/stage1/02-net-tweaks/00-patches/02-persistant-net.diff b/stage1/02-net-tweaks/00-patches/02-persistant-net.diff deleted file mode 100644 index 1e6a975..0000000 --- a/stage1/02-net-tweaks/00-patches/02-persistant-net.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: jessie-stage1/rootfs/lib/udev/rules.d/75-persistent-net-generator.rules -=================================================================== ---- jessie-stage1.orig/rootfs/lib/udev/rules.d/75-persistent-net-generator.rules -+++ jessie-stage1/rootfs/lib/udev/rules.d/75-persistent-net-generator.rules -@@ -22,7 +22,7 @@ IMPORT{cmdline}="net.ifnames" - ENV{net.ifnames}=="1", GOTO="persistent_net_generator_end" - - # device name whitelist --KERNEL!="eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ -+KERNEL!="ath*|msh*|ra*|sta*|ctc*|lcs*|hsi*", \ - GOTO="persistent_net_generator_end" - - # ignore Xen virtual interfaces diff --git a/stage1/02-net-tweaks/00-patches/series b/stage1/02-net-tweaks/00-patches/series index 5299ca1..3dc19a2 100644 --- a/stage1/02-net-tweaks/00-patches/series +++ b/stage1/02-net-tweaks/00-patches/series @@ -1,2 +1 @@ 01-hosts.diff -02-persistant-net.diff diff --git a/stage1/02-net-tweaks/00-run.sh b/stage1/02-net-tweaks/00-run.sh index 85b528f..8d3b131 100755 --- a/stage1/02-net-tweaks/00-run.sh +++ b/stage1/02-net-tweaks/00-run.sh @@ -1,7 +1,6 @@ #!/bin/bash -e install -m 644 files/ipv6.conf ${ROOTFS_DIR}/etc/modprobe.d/ipv6.conf -install -m 644 files/interfaces ${ROOTFS_DIR}/etc/network/interfaces install -m 644 files/hostname ${ROOTFS_DIR}/etc/hostname on_chroot << EOF |