From 18f09e5fe87492ef53168e1d6a29b516c47ce7ab Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Thu, 3 Jul 2008 14:22:14 -0700 Subject: Bugfix: 1592 Fix the boot command syntax for password recovery on serial console. --- scripts/install-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index defca8fb..a77fc446 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -716,7 +716,7 @@ install_grub () { echo echo -e "menuentry \"Root password reset to factory (Serial console)\" {" - echo -e "\tkernel /boot/vmlinuz $GRUB_ROOT $GRUB_OPTIONS $SERIAL_CONSOLE init=$PWRESET" + echo -e "\tlinux /boot/vmlinuz $GRUB_ROOT $GRUB_OPTIONS $SERIAL_CONSOLE init=$PWRESET" echo -e "\tinitrd /boot/initrd.img" echo -e "}" ) >"$rootfsdir/boot/grub/grub.cfg" -- cgit v1.2.3