mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
Add alternate grub setting for some systems
Review URL: http://codereview.chromium.org/2735017
This commit is contained in:
parent
fc752ffdfa
commit
9e305dbae0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user