chroot-script: put installation of kernel before installing additional packages
[grml-debootstrap.git] / config
1 # Filename:      /etc/debootstrap/config
2 # Purpose:       configuration file for grml-debootstrap
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 ################################################################################
7
8 ################################################################################
9 # Important: you definitely have to adjust the following variables!
10 ################################################################################
11 ## The most important question: target of the new Debian system
12 ## Where should Debian be installed to?
13 #
14 # Usually you want to use a partition. If you specify a string *without* /dev/
15 # in the beginning, grml-debootstrap assumes you want to install Debian into a
16 # directory. If so then MKFS, TUNE2FS, GRUB, GROOT and FSCK won't apply, no
17 # matter of the configuration variables. Make sure the TARGET-directory is on a
18 # partition with present dev and exec mount options.
19 #
20 # usage examples:
21 # TARGET='/dev/hda1'
22 # TARGET='/mnt/grml'
23 TARGET=''
24
25 ## Do you want to install grub? Then adjust the variables GRUB and GROOT.
26 ## If you do not set the variables grub will not be installed.
27 # Where do you want to install grub to? Use grub syntax for specifying
28 # hints:  hd0,0 is the first partition on the first disk
29 #         hd0   is the MBR of the first disk
30 # usage example:
31 # GRUB='hd0'
32 GRUB=''
33
34 # specify root device for usage in grub (corresponds with $TARGET)
35 # notice: if you install Debian for example to /dev/hda1 use hd0,0
36 #         hd0,0 is the first partition on the first disk
37 #         hd0   is the MBR of the first disk
38 # usage example:
39 # GROOT='hd0,0'
40 GROOT=''
41
42 # specifiy additional bootparameters for usage in grub 
43 # e.g. "pci=nomsi"
44 BOOT_APPEND=''
45
46 ################################################################################
47 # Now the variables you might want to adjust, but need not to...
48
49 # set mirror where debootstrap and chrootscript should download
50 # packages from; if empty an existing
51 # /etc/debootstrap/etc/apt/sources.list is used instead
52 MIRROR='ftp://ftp.de.debian.org/debian'
53
54 # specify directory of loopback mounted Debian-ISO so you don't
55 # have to download all the core packages via network but can
56 # use an available Debian-ISO instead
57 # ISO='file:/mnt/iso/debian/'
58
59 # If /etc/apt/sources.list should NOT be build on the fly, this
60 # options allows providing a separate apt file via
61 # /etc/debootstrap/etc/apt/sources.list
62 # KEEP_SRC_LIST='yes'
63
64 # add grml repository to /etc/apt/sources.list
65 # if empty then the repository won't be added (notice: in testing phase)
66 # GRMLREPOS='yes'
67
68 # install packages from grml-pool? requires activated $GRMLREPOS from above
69 # if empty nothing will be added (notice: in testing phase)
70 # GRMLPACKAGES='grml-etc-core'
71
72 # release (which Debian version should be installed)
73 # supported values: etch (old-stable), lenny (stable),
74 #                   squeeze (testing), sid (unstable)
75 RELEASE='lenny'
76
77 # define components that should be used within sources.list
78 # default:
79 # COMPONENTS='main contrib non-free'
80
81 # architecture
82 # if unset the default of the running system (see 'dpkg --print-architecture') will be taken
83 # notice: installing an amd64 system requires a 64bit kernel
84 #         do not forget to adjust $KERNEL for selected architecture as well
85 # ARCH='amd64'
86
87 # hostname of new system
88 HOSTNAME='grml'
89
90 # kernel version which should be installed
91 # do not forget to adjust according to architecture, for example
92 # use 2.6-686 for i386 and 2.6-amd64 for amd64
93 # KERNEL='2.6-686'
94
95 # set password of user root without prompting, please use with caution
96 # only, because you usually don't want to share your password(s) ;-)
97 # ROOTPASSWORD=''
98
99 # name of debootstrap executable
100 # supported values: debootstrap cdebootstrap
101 DEBOOTSTRAP='debootstrap'
102
103 # To pass extra parameters to the debootstrap command. This feature allows
104 # grml-debootstrap to pass extra parameters, e.g., --include=, --exclude=,
105 # --components=, etc to debootstrap. E.g.,
106 # DEBOOTSTRAP_OPT='--include=debconf-utils,locales,pciutils --exclude=nano,tasksel,tasksel-data,iptables'
107
108 # Which debconf-frontend should be used?
109 DEBIAN_FRONTEND='noninteractive'
110
111 # execute aptitude/apt-get with any special options?
112 # DPKG_OPTIONS='-o APT::Get::AllowUnauthenticated=true -o aptitude::Cmdline::ignore-trust-violations=yes'
113
114 # The single steps/stages of grml-deboostrap are stored inside /var/cache/grml-debootstrap
115 # by default. Use another directory instead?
116 # STAGES='/var/cache/grml-debootstrap'
117
118 # install packages defined in /etc/debootstrap/packages?
119 PACKAGES='yes'
120
121 # pre-seed packages using /etc/debootstrap/debconf-selections (if exist)?
122 DEBCONF='yes'
123
124 # execute scripts from /etc/debootstrap/chroot-scripts/ inside the chroot?
125 CHROOT_SCRIPTS='yes'
126
127 # execute scripts from /etc/debootstrap/scripts/ after setting up chroot?
128 SCRIPTS='yes'
129
130 # install extra packages (.deb) from /etc/debootstrap/extrapackages/?
131 EXTRAPACKAGES='yes'
132
133 # place of config files for debootstrap
134 CONFFILES='/etc/debootstrap'
135
136 # mount point where chroot actions should take place
137 # MNTPOINT='/mnt/debootstrap'
138
139 # executable which should be run on $TARGET
140 # unset it if you do not want to use it
141 MKFS='mkfs.ext3'
142
143 # deactivate automatic filesystem check on $TARGET?
144 # unset it if you do not want to use it
145 TUNE2FS='tune2fs -c0 -i0'
146
147 # check filesystem when chroot stuff finished?
148 FSCK='yes'
149
150 # which tool should be used for fsck? if unset the tool will be guesst based on $MKFS
151 # FSCKTOOL=''
152
153 # which packages do you want do dpkg-reconfigure?
154 # RECONFIGURE='locales console-data'
155 RECONFIGURE='console-data'
156
157 # use /etc/debootstrap/locale.gen for configuration of locales?
158 LOCALES='yes'
159
160 # use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime
161 TIMEZONE='Europe/Vienna'
162
163 # generate initrd via update-initramfs?
164 INITRD='yes'
165
166 ## END OF FILE #################################################################