]> git.plutz.net Git - rpi_small/commitdiff
do not force waiting for wired network
authorPaul Hänsch <paul@plutz.net>
Sun, 10 Mar 2019 16:28:14 +0000 (17:28 +0100)
committerPaul Hänsch <paul@plutz.net>
Sun, 10 Mar 2019 16:28:14 +0000 (17:28 +0100)
Makefile
files/etc/network/interfaces.d/wired

index 51b3d6587abd48bf2c61811147f93127d6e1609d..c176a7e368c60a4d2b6d36a769c8ee2a7a8fd256 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,6 @@ ssh_key: imgmount root_copy id_rsa.pub
 wifi_cfg: imgmount root_copy
        printf '%s\n' "$$WIFI_CFG" >"$</etc/network/interfaces.d/wifi"
        chmod 644 "$</etc/network/interfaces.d/wifi"
 wifi_cfg: imgmount root_copy
        printf '%s\n' "$$WIFI_CFG" >"$</etc/network/interfaces.d/wifi"
        chmod 644 "$</etc/network/interfaces.d/wifi"
-       chroot "$<" systemctl mask systemd-networkd-wait-online.service
 
 busybox: imgmount root_copy
        mkdir -p -m 755 "$</opt/busybox"
 
 busybox: imgmount root_copy
        mkdir -p -m 755 "$</opt/busybox"
index 768218b0a96903445070f304a1e907c8df2d5aef..620d26a66df708fecbf99630d158df4adc98cffe 100644 (file)
@@ -1,3 +1,2 @@
-auto eth0
 allow-hotplug eth0
 iface eth0 inet dhcp
 allow-hotplug eth0
 iface eth0 inet dhcp