diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2018-12-17 21:03:39 +0100 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2018-12-17 21:04:31 +0100 |
commit | 618e31b565ee4bee247c69c28710ab37c1f92c8a (patch) | |
tree | c8a0a08ba81bd8784caf4e01a13f89c7da66831f | |
parent | efaec8e4546a0e105ba717cd72cbed00e7b6202d (diff) | |
download | vyos-build-618e31b565ee4bee247c69c28710ab37c1f92c8a.tar.gz vyos-build-618e31b565ee4bee247c69c28710ab37c1f92c8a.zip |
Revert "add rootdelay=300 to kernel command"
This reverts commit 6cec49aa7c8d9b6aaa041b93b30ca9b260a843b5.
-rwxr-xr-x | scripts/build-azure-image | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-azure-image b/scripts/build-azure-image index b31c9fce..d47b4351 100755 --- a/scripts/build-azure-image +++ b/scripts/build-azure-image @@ -127,12 +127,12 @@ set timeout=5 set default=0 menuentry "VyOS $version (Serial console)" { - linux /boot/"$version"/vmlinuz boot=live quiet vyos-union=/boot/"$version" console=tty0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 rootdelay=300 consoleblank=0 systemd.show_status=true + linux /boot/"$version"/vmlinuz boot=live quiet vyos-union=/boot/"$version" console=tty0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 consoleblank=0 systemd.show_status=true initrd /boot/"$version"/initrd.img } menuentry "Lost password change $version (Serial console)" { - linux /boot/"$version"/vmlinuz boot=live quiet vyos-union=/boot/"$version" console=tty0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 rootdelay=300 consoleblank=0 systemd.show_status=true init=/opt/vyatta/sbin/standalone_root_pw_reset + linux /boot/"$version"/vmlinuz boot=live quiet vyos-union=/boot/"$version" console=tty0 console=ttyS0,115200n8 earlyprintk=ttyS0,115200 consoleblank=0 systemd.show_status=true init=/opt/vyatta/sbin/standalone_root_pw_reset initrd /boot/"$version"/initrd.img } EOF |