Ajout hdd-size 800 et options de boot (persistence, kb layout)

This commit is contained in:
tzim 2015-04-10 14:54:26 +00:00
parent 42b0f4c449
commit 547def4308

View file

@ -1,8 +1,9 @@
#!/bin/sh
lb config noauto \
-b hdd \
-b hdd --hdd-size 800 \
--architectures i386 -k "686-pae 586" \
--apt-recommends false --firmware-chroot true --archive-areas main contrib nonfree \
--apt-http-proxy http://localhost:3142/ \
--bootappend-live "boot=live components persistence persistence_path=live quiet splash keyboard-layouts=fr locales=fr_FR.UTF-8" \
"${@}"