]> git.plutz.net Git - rpi_small/blobdiff - Makefile
disable network wait during boot
[rpi_small] / Makefile
index 58c32d96fc351d068b4fa4622a836ad5f06b151c..51b3d6587abd48bf2c61811147f93127d6e1609d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ 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"
-       chroot "$<" systemctl disable systemd-networkd-wait-online.service
+       chroot "$<" systemctl mask systemd-networkd-wait-online.service
 
 busybox: imgmount root_copy
        mkdir -p -m 755 "$</opt/busybox"