summaryrefslogtreecommitdiff
path: root/scripts/build-clearfog-image
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2016-08-05 08:43:08 +0200
committerKim Hagen <kim.sidney@gmail.com>2016-08-05 08:43:08 +0200
commitc0f9ea3210ed22b23ed784f8263bdb49bf36a765 (patch)
treea2cb75e0721c129dc8e21f12c5c7247433f5b855 /scripts/build-clearfog-image
parent02a1ef1574a47861b57da8620bfd10d647050e23 (diff)
downloadvyos-build-c0f9ea3210ed22b23ed784f8263bdb49bf36a765.tar.gz
vyos-build-c0f9ea3210ed22b23ed784f8263bdb49bf36a765.zip
set systemd tasks verbose on boot
Diffstat (limited to 'scripts/build-clearfog-image')
-rwxr-xr-xscripts/build-clearfog-image4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-clearfog-image b/scripts/build-clearfog-image
index 30bc1cb4..df703d8c 100755
--- a/scripts/build-clearfog-image
+++ b/scripts/build-clearfog-image
@@ -122,12 +122,12 @@ fi
menuentry "VyOS $version (Serial console)" {
- linux /boot/"$version"/vmlinuz boot=live quiet vyatta-union=/boot/"$version" console=ttyS0,115200n8
+ linux /boot/"$version"/vmlinuz boot=live systemd.show_status=1 quiet vyatta-union=/boot/"$version" console=ttyS0,115200n8
initrd /boot/"$version"/initrd.img
}
menuentry "Lost password change $version (Serial console)" {
- linux /boot/"$version"/vmlinuz boot=live quiet vyatta-union=/boot/"$version" console=ttyS0,115200n8 init=/opt/vyatta/sbin/standalone_root_pw_reset
+ linux /boot/"$version"/vmlinuz boot=live quiet systemd.show_status=1 vyatta-union=/boot/"$version" console=ttyS0,115200n8 init=/opt/vyatta/sbin/standalone_root_pw_reset
initrd /boot/"$version"/initrd.img
}
EOF