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

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