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,4 +1,3 @@
include menu.cfg
default vesamenu.c32
prompt 0
timeout 0
prompt 0

View File

@@ -1,42 +0,0 @@
menu hshift 0
menu width 82
menu title dlc 3.0.0 - Boot menu
include stdmenu.cfg
label live-@FLAVOUR@
menu label ^Live (@FLAVOUR@) (English)
menu default
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE@ locales=en_US.UTF-8
menu begin advanced
menu title Advanced options
include stdmenu.cfg
label live-@FLAVOUR@-failsafe
menu label ^Live (@FLAVOUR@ failsafe)
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE_FAILSAFE@
label install
menu label ^Install (text mode)
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ --- quiet
label hdt
menu label ^Hardware Detection Tool (HDT)
com32 hdt.c32
label memtest
menu label ^Memory Diagnostic Tool (memtest86+)
linux /live/memtest
label mainmenu
menu label ^Back..
menu exit
menu end

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 62 KiB