]> git.donarmstrong.com Git - neurodebian.git/blob - live/auto/config
live: adding auto scripts
[neurodebian.git] / live / auto / config
1 #!/bin/bash
2
3 set -e
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 "$mirror/debian/" \
27   --mirror-chroot "${deb_mirror}/debian/" \
28   --mirror-chroot-security "${deb_mirror}/security/" \
29   --security true \
30   --username brain \
31   --win32-loader enabled \
32   ${@}
33
34   # --mirror-bootstrap "http://debian.lcs.mit.edu/debian/" \
35   # --packages-lists xfce \
36
37 # May be
38 # Deploy 1:1 copy of the running Live system
39 # --debian-installer live
40
41 # Would be nice to have it utterly useful, but rescue is too bloated, may be
42 # at least forensics
43 # --packages-lists
44
45 # Do we need any of the additional tools from live.debian.net?
46 #  --repositories live.debian.net \