8 lines
216 B
Bash
Executable file
8 lines
216 B
Bash
Executable file
#!/bin/sh
|
|
|
|
lb config noauto \
|
|
-b hdd \
|
|
--architectures i386 -k "686-pae 586" \
|
|
--apt-recommends false --firmware-chroot true --archive-areas main contrib nonfree \
|
|
--apt-http-proxy http://localhost:3142/ \
|
|
"$*"
|