Added custom backgrounds, Setup auto wifi
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set default=0
|
||||
set timeout=5
|
||||
|
||||
loadfont $prefix/dejavu-bold-16.pf2
|
||||
loadfont $prefix/dejavu-bold-14.pf2
|
||||
@@ -29,11 +30,13 @@ play 960 440 1 0 4 440 1
|
||||
|
||||
|
||||
menuentry "Live system " {
|
||||
echo "Loading ${1}... Please wait...".
|
||||
linux KERNEL_LIVE APPEND_LIVE locales=en_US.UTF-8
|
||||
initrd INITRD_LIVE
|
||||
}
|
||||
|
||||
menuentry "Live system (ToRam)" {
|
||||
echo "Loading ${1}... Please wait...".
|
||||
linux KERNEL_LIVE APPEND_LIVE toram locales=en_US.UTF-8
|
||||
initrd INITRD_LIVE
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 62 KiB |
@@ -1,4 +1,3 @@
|
||||
include menu.cfg
|
||||
default vesamenu.c32
|
||||
prompt 0
|
||||
timeout 0
|
||||
prompt 0
|
||||
@@ -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
|
||||
@@ -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 |
Reference in New Issue
Block a user