Added ISO filename
[sabazialug-scuola-lab.git] / distro / auto / config
blob3257cde690bef0008e4f8f0233bbb541d111b29b
1 #!/bin/sh
3 # Edit this file carefully!
6 lh config noautoconfig \
7 --architecture i386 \
8 --apt-recommends false \
9 -b iso \
10 --bootappend-live 'acpi_osi="Linux"' \
11 --distribution squeeze \
12 --linux-packages linux-image-2.6 linux-headers-2.6 \
13 --archive-areas "main non-free" \
14 --memtest none \
15 --hostname "sabazialug" \
16 --iso-volume "SabaziaLUG$(date +%Y%m%d-%H:%M)" \
17 --debian-installer live \
18 --debian-installer-gui disabled \
19 --mirror-binary "http://ftp.it.debian.org/debian" \
20 --mirror-binary-security "http://security.debian.org/" \
21 --mirror-bootstrap "http://ftp.it.debian.org/debian" \
22 --mirror-chroot "http://localhost:3142/ftp.it.debian.org/debian/" \
23 --mirror-chroot-security "http://localhost:3142/security.debian.org/" \
24 ${@}