Ajout bootloaders

Ajout config
This commit is contained in:
tzim 2015-04-09 21:17:49 +00:00
parent 4781adbc25
commit e39aa913f8
31 changed files with 1868 additions and 1 deletions

View file

@ -5,4 +5,4 @@ lb config noauto \
--architectures i386 -k "686-pae 586" \
--apt-recommends false --firmware-chroot true --archive-areas main contrib nonfree \
--apt-http-proxy http://localhost:3142/ \
"$*"
"${@}"

View file

@ -0,0 +1,7 @@
label hdt
menu label ^Hardware Detection Tool (HDT)
com32 hdt.c32
label memtest
menu label ^Memory Diagnostic Tool (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 ^Install
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ -- quiet
label installgui
menu label ^Graphical install
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 50

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/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 Boot menu
include stdmenu.cfg
include live.cfg
include install.cfg
menu begin advanced
menu title Advanced options
include stdmenu.cfg
label mainmenu
menu label ^Back..
menu exit
include advanced.cfg
menu end
menu clear

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View 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

View file

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

View file

@ -0,0 +1,7 @@
label hdt
menu label ^Hardware Detection Tool (HDT)
com32 hdt.c32
label memtest
menu label ^Memory Diagnostic Tool (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 ^Install
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ -- quiet
label installgui
menu label ^Graphical install
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/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/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 Boot menu
include stdmenu.cfg
include live.cfg
menu begin advanced
menu title ^Advanced options
include stdmenu.cfg
label mainmenu
menu label ^Back..
menu exit
include advanced.cfg
menu end
menu clear

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View 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

View file

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

View file

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

View file

@ -0,0 +1 @@
LIVE_USER_DEFAULT_GROUPS="audio cdrom dip floppy video plugdev netdev powerdev scanner bluetooth fuse dialout"

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,22 @@
#!/bin/sh
## live-config(7) - System Configuration Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
GStreamerSharp ()
{
if [ -e /usr/lib/cli/gstreamer-sharp-0.9/libgstreamersharpglue-0.10.so ]
then
cp /usr/lib/cli/gstreamer-sharp-0.9/libgstreamersharpglue-0.10.so /usr/lib/mono/gac/gstreamer-sharp/*/
fi
return
}
GStreamerSharp

View file

@ -0,0 +1,22 @@
#!/bin/sh
## live-config(7) - System Configuration Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
Update ()
{
if [ -e /lib/live/mount/medium/live/loupiottes-update.txz ]
then
tar xJf /lib/live/mount/medium/live/loupiottes-update.txz -C /
fi
return
}
Update

View file

@ -0,0 +1,30 @@
#!/bin/sh
## live-config(7) - System Configuration Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
## under certain conditions; see COPYING for details.
LIVELink ()
{
if [ ! -e /home/${LIVE_USERNAME} ]
then
return
fi
if [ -e /home/${LIVE_USERNAME}/LIVE ]
then
return
fi
echo -n " live-link"
ln -s /lib/live/mount/medium /home/${LIVE_USERNAME}/LIVE
}
LIVELink