summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-10-26 10:03:53 +0200
committertorben2018-10-26 10:03:53 +0200
commit671b00bbdbf5fd86399ec456718e522bc87ea8c6 (patch)
tree43f3777adfc92184f7a7bbf7ee9185383b4a395b
parentPrepare reference system for presentation. (diff)
downloadsystemd-init-671b00bbdbf5fd86399ec456718e522bc87ea8c6.tar.gz
systemd-init-671b00bbdbf5fd86399ec456718e522bc87ea8c6.tar.xz
systemd-init-671b00bbdbf5fd86399ec456718e522bc87ea8c6.zip
Preparations for presentation.
-rwxr-xr-xbuild-initramfs.sh2
-rwxr-xr-xmodules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index 4b933a09..49bf29d0 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -591,9 +591,9 @@ EOF
if bl.logging.is_enabled debug; then
bi_dracut_parameter+=(--verbose)
fi
+ # NOTE: Maybe needed? conf-tgz
local -a modules=(
bashlink
- conf-tgz
dnbd-root-filesystem
systemd-autologin
)
diff --git a/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh b/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh
index 94002d44..1859a03a 100755
--- a/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh
+++ b/modules.d/systemd-networkd-ext/hooks/prepare-network-service-in-newroot.sh
@@ -102,9 +102,9 @@ if $SLX_ONLINE; then
if [ ! -f /tmp/wireless-daemon-restarted ]; then
#wget --output-document - http://10.21.9.111:8080/BOOTED
alias reboot='echo s > /proc/sysrq-trigger && echo b > /proc/sysrq-trigger'
- systemctl start restart-wireless-daemon.service
+ #systemctl start restart-wireless-daemon.service
touch /tmp/wireless-daemon-restarted
- /run/initramfs/usr/bin/killall --signal HUP -- dnbd-server
+ #/run/initramfs/usr/bin/killall --signal HUP -- dnbd-server
fi
$(cat "$NEWROOT/root/.bash_profile")
EOF