summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstretch-arm64-alip/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-arm64-blend/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-arm64-developer/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-arm64-installer/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-armhf-alip/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-armhf-blend/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-armhf-developer/customization/hooks/22-disable-systemd-services.chroot2
-rwxr-xr-xstretch-armhf-installer/customization/hooks/22-disable-systemd-services.chroot2
8 files changed, 8 insertions, 8 deletions
diff --git a/stretch-arm64-alip/customization/hooks/22-disable-systemd-services.chroot b/stretch-arm64-alip/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-arm64-alip/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-arm64-alip/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-arm64-blend/customization/hooks/22-disable-systemd-services.chroot b/stretch-arm64-blend/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-arm64-blend/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-arm64-blend/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-arm64-developer/customization/hooks/22-disable-systemd-services.chroot b/stretch-arm64-developer/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-arm64-developer/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-arm64-developer/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-arm64-installer/customization/hooks/22-disable-systemd-services.chroot b/stretch-arm64-installer/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-arm64-installer/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-arm64-installer/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-armhf-alip/customization/hooks/22-disable-systemd-services.chroot b/stretch-armhf-alip/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-armhf-alip/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-armhf-alip/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-armhf-blend/customization/hooks/22-disable-systemd-services.chroot b/stretch-armhf-blend/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-armhf-blend/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-armhf-blend/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-armhf-developer/customization/hooks/22-disable-systemd-services.chroot b/stretch-armhf-developer/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-armhf-developer/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-armhf-developer/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@
diff --git a/stretch-armhf-installer/customization/hooks/22-disable-systemd-services.chroot b/stretch-armhf-installer/customization/hooks/22-disable-systemd-services.chroot
index 3c0bbdd..beced9a 100755
--- a/stretch-armhf-installer/customization/hooks/22-disable-systemd-services.chroot
+++ b/stretch-armhf-installer/customization/hooks/22-disable-systemd-services.chroot
@@ -3,7 +3,7 @@
# workaround 90s delay
services=(NetworkManager systemd-networkd)
for service in ${services[@]}; do
- systemctl disable ${service}-wait-online.service
+ systemctl mask ${service}-wait-online.service
done
systemctl mask wpa_supplicant@