Set ToRam as default boot option
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
set default=0
|
set default=defaultboot
|
||||||
set timeout=5
|
set timeout=5
|
||||||
|
|
||||||
loadfont $prefix/dejavu-bold-16.pf2
|
loadfont $prefix/dejavu-bold-16.pf2
|
||||||
@@ -35,7 +35,7 @@ menuentry "Live system " {
|
|||||||
initrd INITRD_LIVE
|
initrd INITRD_LIVE
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "Live system (ToRam)" {
|
menuentry "Live system (ToRam)" --id defaultboot {
|
||||||
echo "Loading ${1}... Please wait...".
|
echo "Loading ${1}... Please wait...".
|
||||||
linux KERNEL_LIVE APPEND_LIVE toram locales=en_US.UTF-8
|
linux KERNEL_LIVE APPEND_LIVE toram locales=en_US.UTF-8
|
||||||
initrd INITRD_LIVE
|
initrd INITRD_LIVE
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
desktop-image: "../splash.png"
|
desktop-image: "../splash.png"
|
||||||
title-color: "#ffffff"
|
title-color: "#ffffff"
|
||||||
title-font: "DejaVu Sans Bold 16"
|
title-font: "DejaVu Sans Bold 16"
|
||||||
title-text: "Gui-minimal-testing"
|
title-text: "ISO-Main"
|
||||||
message-font: "Unifont Regular 16"
|
message-font: "Unifont Regular 16"
|
||||||
terminal-font: "Unifont Regular 16"
|
terminal-font: "Unifont Regular 16"
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,18 @@ timeout 100
|
|||||||
menu hshift 0
|
menu hshift 0
|
||||||
menu width 82
|
menu width 82
|
||||||
|
|
||||||
menu title Gui-minimal-testing
|
menu title ISO-Main
|
||||||
include stdmenu.cfg
|
include stdmenu.cfg
|
||||||
|
|
||||||
label live
|
label live
|
||||||
menu label ^Live system
|
menu label ^Live system
|
||||||
menu default
|
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=live config locales=en_US.UTF-8
|
append boot=live config locales=en_US.UTF-8
|
||||||
|
|
||||||
label live-ram
|
label live-ram
|
||||||
menu label ^Live system (ToRam)
|
menu label ^Live system (ToRam)
|
||||||
|
menu default
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
initrd /live/initrd.img
|
initrd /live/initrd.img
|
||||||
append boot=live config toram locales=en_US.UTF-8
|
append boot=live config toram locales=en_US.UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user