Minimized packages
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/hdt.c32
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/isolinux.bin
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/ldlinux.c32
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/libcom32.c32
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/libgpl.c32
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/libmenu.c32
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/libutil.c32
|
||||
@@ -4,26 +4,13 @@ menu width 82
|
||||
menu title dlc 3.0.0 - Boot menu
|
||||
include stdmenu.cfg
|
||||
|
||||
label live-@FLAVOUR@-english
|
||||
label live-@FLAVOUR@
|
||||
menu label ^Live (@FLAVOUR@) (English)
|
||||
menu default
|
||||
linux @LINUX@
|
||||
initrd @INITRD@
|
||||
append @APPEND_LIVE@ locales=en_US.UTF-8
|
||||
|
||||
label live-@FLAVOUR@-french
|
||||
menu label ^Live (@FLAVOUR@) (French)
|
||||
menu default
|
||||
linux @LINUX@
|
||||
initrd @INITRD@
|
||||
append @APPEND_LIVE@ locales=fr_FR.UTF-8
|
||||
|
||||
label installgui
|
||||
menu label ^Install
|
||||
linux /install/gtk/vmlinuz
|
||||
initrd /install/gtk/initrd.gz
|
||||
append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
||||
menu begin advanced
|
||||
menu title Advanced options
|
||||
include stdmenu.cfg
|
||||
|
||||
@@ -3,6 +3,38 @@ menu width 82
|
||||
|
||||
menu title debian-live-config 3.0.0 (Debian 11.1.0)
|
||||
include stdmenu.cfg
|
||||
include live.cfg
|
||||
|
||||
label live-amd64
|
||||
menu label ^Live system (amd64) (English)
|
||||
menu default
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live config locales=en_US.UTF-8
|
||||
|
||||
label live-amd64-r
|
||||
menu label ^Live system (ToRam)
|
||||
menu default
|
||||
linux /live/vmlinuz
|
||||
initrd /live/initrd.img
|
||||
append boot=live config toram locales=en_US.UTF-8
|
||||
|
||||
menu begin advanced
|
||||
menu title Advanced options
|
||||
include stdmenu.cfg
|
||||
|
||||
label live-amd64-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
|
||||
|
||||
|
||||
menu clear
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/stdmenu.cfg
|
||||
15
config/bootloaders/isolinux/stdmenu.cfg
Normal file
15
config/bootloaders/isolinux/stdmenu.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
menu background splash.png
|
||||
menu color title * #FFFFFFFF *
|
||||
menu color border * #00000000 #00000000 none
|
||||
menu color sel * #ffffffff #76a1d0ff *
|
||||
menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
|
||||
menu color tabmsg * #ffffffff #00000000 *
|
||||
menu color help 37;40 #ffdddd00 #00000000 none
|
||||
menu vshift 12
|
||||
menu rows 10
|
||||
menu helpmsgrow 15
|
||||
# The command line must be at least one line from the bottom.
|
||||
menu cmdlinerow 16
|
||||
menu timeoutrow 16
|
||||
menu tabmsgrow 18
|
||||
menu tabmsg Press ENTER to boot or TAB to edit a menu entry
|
||||
@@ -1 +0,0 @@
|
||||
/usr/share/live/build/bootloaders/isolinux/vesamenu.c32
|
||||
Reference in New Issue
Block a user