Set ToRam as default boot option
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
set default=0
|
||||
set default=defaultboot
|
||||
set timeout=5
|
||||
|
||||
loadfont $prefix/dejavu-bold-16.pf2
|
||||
@@ -35,7 +35,7 @@ menuentry "Live system " {
|
||||
initrd INITRD_LIVE
|
||||
}
|
||||
|
||||
menuentry "Live system (ToRam)" {
|
||||
menuentry "Live system (ToRam)" --id defaultboot {
|
||||
echo "Loading ${1}... Please wait...".
|
||||
linux KERNEL_LIVE APPEND_LIVE toram locales=en_US.UTF-8
|
||||
initrd INITRD_LIVE
|
||||
|
||||
Reference in New Issue
Block a user