modif du live pour persistence sur clé usb avec une seule partition fat32

This commit is contained in:
tzim 2015-01-12 16:32:41 +00:00
parent 22e4afe63f
commit f25ef87f66
30 changed files with 1865 additions and 3 deletions

View file

@ -3,9 +3,9 @@
set -e set -e
lb config noauto \ lb config noauto \
--bootappend-live "persistence boot=live config locales=fr_FR.UTF-8 keyboard-layouts=fr" \ --bootappend-live "persistence boot=live config locales=fr_FR.UTF-8 keyboard-layouts=fr basemountmode=rw,noatime,umask=000" \
--bootappend-install "locales=fr_FR.UTF-8" \ --bootappend-install "locales=fr_FR.UTF-8" \
--archive-areas "main contrib non-free" \ --archive-areas "main contrib non-free" \
--apt-recommends true \ --apt-recommends true \
--architectures i386 \ --architectures i386 -b hdd \
"${@}" "${@}"d

View file

@ -0,0 +1,3 @@
label hdt
menu label ^Hardware Detection Tool (HDT)
com32 hdt.c32

View file

@ -0,0 +1 @@
/usr/lib/syslinux/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/isolinux.bin

View file

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

View file

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

View file

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

View file

@ -0,0 +1 @@
/usr/lib/syslinux/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/vesamenu.c32

View file

@ -0,0 +1,3 @@
label hdt
menu label ^Hardware Detection Tool (HDT)
com32 hdt.c32

View file

@ -0,0 +1 @@
/usr/lib/syslinux/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/ldlinux.c32

View file

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

View file

@ -0,0 +1 @@
/usr/lib/syslinux/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,4 @@
include menu.cfg
default vesamenu.c32
prompt 0
timeout 5

View file

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

View file

@ -0,0 +1,3 @@
#!/bin/sh
unxz binary/persistence.xz

View file

@ -0,0 +1,3 @@
#!/bin/sh
update-initramfs -u -k all

Binary file not shown.

File diff suppressed because it is too large Load diff