Add alternate grub setting for some systems

Review URL: http://codereview.chromium.org/2735017
This commit is contained in:
Nick Sanders 2010-06-11 15:18:35 -07:00
parent fc752ffdfa
commit 9e305dbae0

View File

@ -449,6 +449,10 @@ menuentry "local image B" {
linux $grubpartB/boot/vmlinuz quiet console=tty2 init=/sbin/init boot=local rootwait root=/dev/$linuxpartB ro noresume noswap i915.modeset=1 loglevel=1 linux $grubpartB/boot/vmlinuz quiet console=tty2 init=/sbin/init boot=local rootwait root=/dev/$linuxpartB ro noresume noswap i915.modeset=1 loglevel=1
} }
menuentry "Alternate USB Boot" {
linux (hd0,3)/boot/vmlinuz quiet console=tty2 init=/sbin/init boot=local rootwait root=/dev/sdb3 ro noresume noswap i915.modeset=1 loglevel=1
}
EOF EOF
# FIXME: At the moment, we're working on signed images for x86 only. ARM will # FIXME: At the moment, we're working on signed images for x86 only. ARM will