This commit is contained in:
SVNET
2020-07-07 17:23:30 +02:00
parent 5495d0d815
commit bb6e17e13f
7005 changed files with 41878 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
label hdt
menu label ^Détection matériel
com32 hdt.c32
label memtest
menu label ^Diagnostic RAM (memtest86+)
linux /live/memtest

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/hdt.c32

View File

@@ -0,0 +1,11 @@
label install
menu label ^Installation (experts)
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ --- quiet
label installgui
menu label ^Installation Graphique (Débutants)
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ --- quiet

View File

@@ -0,0 +1 @@
/usr/lib/ISOLINUX/isolinux.bin

View File

@@ -0,0 +1,4 @@
include menu.cfg
default vesamenu.c32
prompt 0
timeout 0

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/ldlinux.c32

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/libcom32.c32

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/libgpl.c32

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/libmenu.c32

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/libutil.c32

View File

@@ -0,0 +1,12 @@
label live-@FLAVOUR@
menu label ^Live (@FLAVOUR@)
menu default
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE@
label live-@FLAVOUR@-failsafe
menu label ^Live (@FLAVOUR@ failsafe)
linux @LINUX@
initrd @INITRD@
append @APPEND_LIVE_FAILSAFE@

View File

@@ -0,0 +1,17 @@
menu hshift 0
menu width 82
menu title SVPRO_GNU
include stdmenu.cfg
include live.cfg
include install.cfg
menu begin advanced
menu title ^Autes Options...
include stdmenu.cfg
label mainmenu
menu label ^Retour...
menu exit
include advanced.cfg
menu end
menu clear

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,15 @@
menu background splash.png
menu color title * #00000000 *
menu color border * #12155d #12155d none
menu color sel * #ffffff #12155d *
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 ENTREE pour lancer ou TAB pour editer ce menu (experts)

View File

@@ -0,0 +1 @@
/usr/lib/syslinux/modules/bios/vesamenu.c32