Ajout hdd-size 800 et options de boot (persistence, kb layout)
This commit is contained in:
parent
42b0f4c449
commit
547def4308
1 changed files with 2 additions and 1 deletions
|
|
@ -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" \
|
||||
"${@}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue