Added custom backgrounds, Setup auto wifi

This commit is contained in:
2021-11-04 14:58:59 +01:00
parent 8882eab440
commit e87f065256
20 changed files with 72 additions and 232 deletions

View File

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