]> git.donarmstrong.com Git - neurodebian.git/blob - live/auto/config
58ad2819c2d0077bdf01911125165ef2ae97e95a
[neurodebian.git] / live / auto / config
1 #!/bin/bash
2
3 set -eu
4
5 # the Debian release to use as a basis for the live-cd
6 nd_basedist="squeeze"
7 nd_version="6.0.0"
8 nd_mirror=
9
10 deb_mirror="http://debproxy:9999"
11
12 lb config noauto \
13   --apt apt \
14   --apt-recommends disabled \
15   --architecture i386 \
16   --archive-areas "main contrib non-free" \
17   --binary-images iso-hybrid \
18   --binary-indices none \
19   --bootstrap-flavour minimal \
20   --debian-installer disabled \
21   --distribution ${nd_basedist} \
22   --hostname neurodebian \
23   --iso-application "NeuroDebian Live" \
24   --iso-preparer "NeuroDebian v.{nd_version}; http://neuro.debian.net" \
25   --iso-publisher "NeuroDebian project; http://neuro.debian.net" \
26   --mirror-bootstrap "${deb_mirror}/debian/" \
27   --mirror-chroot "${deb_mirror}/debian/" \
28   --mirror-chroot-security "${deb_mirror}/security/" \
29   --repositories neuro.debian.net \
30   --security true \
31   --username brain \
32   --win32-loader enabled \
33   ${@}
34
35   # --mirror-bootstrap "http://debian.lcs.mit.edu/debian/" \
36   # --packages-lists xfce \
37
38 # May be
39 # Deploy 1:1 copy of the running Live system
40 # --debian-installer live
41
42 # Would be nice to have it utterly useful, but rescue is too bloated, may be
43 # at least forensics
44 # --packages-lists
45
46 # Do we need any of the additional tools from live.debian.net?
47 #  --repositories live.debian.net \