Remove FAI files on bailout
[grml-live.git] / debian / changelog
1 grml-live (0.0.8) unstable; urgency=low
2
3   * Copy /etc/resolv.conf to chroot in
4     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
5     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
6   * Remove /var/run/fai/fai_softupdate_is_running and
7     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
8     (FAI's softupdate currently does not clean up when canceling
9     the process.)
10
11  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
12
13 grml-live (0.0.7) unstable; urgency=low
14
15   The "holidays? what? are you joking?!"-release.
16
17   * Added FAI patches to /usr/share/grml-live/patches/ - it's
18     recommended to apply the patches to FAI until they are accepted
19     upstream. See Debian's BTS for more details: #444210, #447080
20     and #448426.
21   * Support option '-u' for updating system.
22   * Reworked buildd concept.
23     - Now we have a seperate
24       /usr/share/grml-live/buildd/functions.sh for generic stuff
25       and /etc/grml/grml-buildd.conf as configuration file.
26     - Use grml-buildd.{stdout,stderr} instead of
27       grml-live.{stdout,stderr} as log files.
28     - buildd/functions.sh: do not mv files if there was an error
29       during grml-live execution
30     - do not re-execute grml-live is the target ISO exists already
31   * Update zsh completion - thanks to Frank Terbeck!
32   * Set /etc/grml_version of live-system to the according value.
33     [Closes: issue322]
34   * Support setting /etc/debian_chroot inside chroot (useful if
35     building fails and manual interaction is needed).
36   * Log to /var/log/grml-live.log by default now and support
37     $ZERO_LOGFILE for cleaning up logs.
38   * Added new grml-repository named grml-live which is intented
39     to fix issues from Debian for grml-live builds. It is automatically
40     activated if you are building against unstable/sid and should
41     be used manually only if you realy know what you are doing.
42     Notice: if something fails inside building the base chroot/
43     debootstrap system we can't do anything via grml-live for you
44     right now. Instead grab the base.tgz from http://daily.grml.org/
45   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
46     for comparing two repositories.
47   * Replaced /etc/grml/fai/files/etc/apt/preferences
48     with /etc/grml/fai/apt/preferences so grml-live repository
49     can be used and configured at a single place.
50   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
51     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
52     later again.
53   * Display version number of grml-live.
54   * Log executed grml-live command line.
55   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
56     by default.
57   * Disable Recommends inside chroot installation.
58   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
59     for xserver-xorg package via debconf to work around #448863.
60   * Use "newest" kernel only if two kernels are present in the chroot.
61   * Set $SECONDS to unknown if $start_seconds is not set.
62   * Log closing signs (----...) via bailout to make sure they are
63     always set - even when exiting with an error.
64   * Check for presence of /bin/zsh before setting default shell in
65     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
66   * Check for locales/localepurge before using them in
67     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
68   * Add new packages to GRML_FULL:
69     - bittwist
70     - ldnsutils
71     - libpam-thinkfinger
72     - linux-wlan-ng-modules-2.6.23-grml
73     - madwifi-modules-2.6.23-grml
74     - netrw
75     - rt73-module-2.6.23-grml
76     - thinkfinger-tools
77     - tra
78   * Drop idn from GRML_FULL.
79   * Add new packages to GRML_MEDIUM:
80     - alsa-base
81     - alsa-tools
82     - alsa-utils
83     - ed
84     - pcmciautils
85     - Update kernel version to 2.6.23-grml
86     - replace dhcp-client with dhcp3-client
87   * Add ed package to GRML_SMALL and replace dhcp-client with
88     dhcp3-client.
89   * Use new kernel version 2.6.23-grml64 for amd64.
90
91  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
92
93 grml-live (0.0.6) unstable; urgency=low
94
95   * New option "-a" for setting architecture. This allows building
96     grml(32) on amd64.
97   * Fix stderr redirection in "/usr/sbin/fai already running..."
98   * Update /etc/grml/fai/make-fai-nfsroot.conf
99   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
100     for grml-live instead of /var/log/grml-live.log so it's easier
101     to track.
102   * Update of buildd scripts: main configuration file main.sh
103     which provides all the build stuff inside separate functions.
104   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
105     from subkeys.pgp.net fails.
106   * Improve check for kernel version inside
107     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
108   * Work around #353967 for Debian/etch in
109     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
110   * Add new packages to GRML_FULL:
111     - ghostscript (and get rid of gs, gs-common, gs-esp)
112     - mr
113
114  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
115
116 grml-live (0.0.5) unstable; urgency=low
117
118   * Add new scripts to /usr/share/grml-live/examples/buildd/:
119     - grml-live_autobuild_grml-small_etch.sh
120     - grml-live_autobuild_grml-small_sid.sh
121     - grml-live_autobuild_grml64-small_etch.sh
122     - grml-live_autobuild_grml64-small_sid.sh
123   * Some more FAI error checking.
124   * Updated buildd scripts (better subject handling).
125   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
126     Restore usual Debian behaviour at the end using
127     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
128   * Add new scripts for retreiving bugs via apt-listbugs
129     and storing package selection inside log directory.
130     This has been integrated in a new class named "RELEASE".
131   * Added support for new kernel version 2.6.23-grml to
132     GRML_FULL.
133   * Use uxterm as x-terminal-emulator and fall back to xterm
134     only it uxterm is not available.
135   * Support /etc/locale.gen.grml - it's used by default in
136     class GRML_FULL and a new class named LOCALES.
137   * Work around #443481 (bug inside snort) for Debian etch
138     via using /etc/snort/snort.common.parameters (thanks for
139     the idea, Thomas Lange!)
140   * Do not exit with an error code if /usr/include/linux is NOT
141     a symlink to /usr/src/linux/include/linux but keep it as
142     a warning instead.
143   * Log executed grml-live command.
144   * Re-enable problematic packages that have been fixed:
145     - apt-listbugs (fixed via manual interaction in scripts)
146     - gsm-utils (#353967)
147     - snort (#443481)
148     - wvdial (fixed via debconf)
149   * Add new packages to GRML_FULL:
150     - ack-grep
151     - mailplate
152     - pristine-tar
153
154  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
155
156 grml-live (0.0.4) unstable; urgency=low
157
158   * The -t option for specifying the output directory has been
159     renamed into -o. The option -t now specifies the place where
160     templates for building the ISO can be found.
161   * Option -t can be used for specifying the template directory.
162     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
163   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
164   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
165     - disable pipeline workaround 
166     - create /dev/MAKEDEV in chroot to work around the
167       "./MAKEDEV: No such file or directory" problem of some packages
168   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
169     dangerous because of automatic removal of the files/dirs via fai.
170   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
171     I386/AMD64 classes in the docs.
172   * Add new packages to GRML_FULL:
173     - tgt: Linux target framework user-space tools
174     - paperkey: extract just the secret information out ouf OpenPGP keys
175     - gitpkg: helper scripts for maintaining packages with git
176     - iscsitarget: iSCSI Enterprise Target userland tools
177     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
178   * Set $HOSTNAME to according hostname via
179     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
180   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
181   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
182     available). 
183   * Check for presence of the initrd.
184   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
185   * Add /usr/share/grml-live/examples/buildd/
186
187  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
188
189 grml-live (0.0.3) unstable; urgency=low
190
191   * Support for setting GRML_NAME (like grml vs. grml-small
192     vs grml64 vs...)
193   * Drop the character limits of $VERSION and $RELEASENAME.
194   * Make sure $SECONDS is set before outputting the runtime.
195   * Unify usage of i386_files, place all template files in
196     directory templates now.
197   * Improve portability of linux headers cleanup inside
198     grml_cleanup_chroot.
199   * Provide class GRML_SMALL and rename old GRML_SMALL into
200     GRML_MEDIUM.
201   * Do not install kernel via GRMLBASE but via GRML_* classes
202     instead so we have only one single kernel on the system
203     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
204   * Use grml-live.log as logfile.
205   * Added vim to GRML_MEDIUM package list.
206
207  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
208
209 grml-live (0.0.2) unstable; urgency=low
210
211   * Add support for amd64.
212   * Update and extend documentation.
213   * Bugfix: Make sure $LOGDIR exists.
214   * fai dirinstall: set hostname via $HOSTNAME
215
216  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
217
218 grml-live (0.0.1) unstable; urgency=low
219
220   * Initial release.
221
222  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
223