Set ToRam as default boot option

This commit is contained in:
2021-12-08 14:45:59 +01:00
parent 5fca456a22
commit 130461c519
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
desktop-image: "../splash.png"
title-color: "#ffffff"
title-font: "DejaVu Sans Bold 16"
title-text: "Gui-minimal-testing"
title-text: "ISO-Main"
message-font: "Unifont Regular 16"
terminal-font: "Unifont Regular 16"

View File

@@ -2,18 +2,18 @@ timeout 100
menu hshift 0
menu width 82
menu title Gui-minimal-testing
menu title ISO-Main
include stdmenu.cfg
label live
menu label ^Live system
menu default
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live config locales=en_US.UTF-8
label live-ram
menu label ^Live system (ToRam)
menu default
linux /live/vmlinuz
initrd /live/initrd.img
append boot=live config toram locales=en_US.UTF-8