9 lines
364 B
Bash
Executable file
9 lines
364 B
Bash
Executable file
#!/bin/sh
|
|
|
|
lb config noauto \
|
|
-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" \
|
|
"${@}"
|