Added custom backgrounds, Setup auto wifi
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
timeout 100
|
||||
menu hshift 0
|
||||
menu width 82
|
||||
|
||||
menu title Gui-minimal-testing
|
||||
include stdmenu.cfg
|
||||
|
||||
label live-amd64
|
||||
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-amd64-r
|
||||
label live-ram
|
||||
menu label ^Live system (ToRam)
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
@@ -21,16 +22,12 @@ menu begin advanced
|
||||
menu title Advanced options
|
||||
include stdmenu.cfg
|
||||
|
||||
label live-amd64-failsafe
|
||||
label live-failsafe
|
||||
menu label ^Live (amd64 failsafe)
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=788
|
||||
|
||||
label memtest
|
||||
menu label ^Memory Diagnostic Tool (memtest86+)
|
||||
linux /live/memtest
|
||||
|
||||
label mainmenu
|
||||
menu label ^Back..
|
||||
menu exit
|
||||
|
||||
Reference in New Issue
Block a user