69eea9e4fe797c7a53972db7e9d34eb0afbd84ee
[grml-live.git] / debian / changelog
1 grml-live (0.3) unstable; urgency=low
2
3   * Add new packages to GRML_MEDIUM:
4     - virtualbox-ose-guest-utils [x86-only]
5   * Update to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
6     older than 3.51 don't work with recent kernel versions like
7     2.6.23 anymore. :(
8
9  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
10
11 grml-live (0.2) unstable; urgency=low
12
13   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
14     just fail on several old boxes. [Testing: issue400]
15   * Add new packages to GRML_FULL:
16     - auctex
17     - loop-aes-testsuite
18   * Add new packages to GRML_MEDIUM:
19     - atl2-modules-2.6.23-grml
20     - firmware-iwlwifi
21     - madwifi-modules-2.6.23-grml[64]
22     - madwifi-tools
23   * Set 'confirm=1' in /etc/apt/listchanges.conf.
24   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
25     for providing default /etc/default/loadcpufreq configuration.
26   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
27     option parsing so we can override already set defaults interative.
28   * Grep using the quiet option for squashfs features.
29
30  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
31
32 grml-live (0.1) unstable; urgency=low
33
34   * Bump version number to 0.1 as we ship grml-live with the
35     upcoming stable versions.
36   * Source /etc/grml/grml-live.local before parsing command line
37     options to be able to override configuration on the commandline.
38   * Use /usr/bin/vim.tiny as alternativ for vi.
39   * Add new packages to GRML_FULL:
40     - at76-usb-modules-2.6.23-grml64
41     - bluez-audio
42     - conky (thanks, shehu)
43     - epdfview
44     - gfs2-tools
45     - sslscan
46     - truecrypt-2.6.23-grml64
47     - unsort
48   * Remove bluetooth-alsa from GRML_FULL.
49   * Add new packages to GRML_MEDIUM:
50     - ntfs-3g
51     - truecrypt-2.6.23-grml64
52   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
53     - drop deprecated entries
54     - add debian2hd for isolinux/syslinux
55     - fix serial bootoption
56     - add grml2hd template for grub
57   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
58     remove packages via dpkg instead of apt-get. Thanks for the
59     bugreport and the patch, Lupe Christoph! [Closes: issue367]
60   * Use -no-progress option for mksquashfs only if it's supported.
61
62  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
63
64 grml-live (0.0.14) unstable; urgency=low
65
66   * Include initial version of the grml-live-remaster script,
67     contributed by Michael Schierl (thanks!) [Closes: issue331]
68   * Bump Standard-Version to 3.7.3 (no further changes).
69   * Set debconf configuration for postfix via
70     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
71   * Improve check for presence of FAI log directory in
72     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
73   * Configure apt-listchanges via new script
74     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
75   * Make sure packages are being removed before docs are being
76     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
77   * Create grml-live.log-file with permissions 664.
78   * Adjust buildd/functions.sh for new logging.
79   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
80     on AMD64 architecture. Add several new kernel packages for amd64
81     to GRML_FULL.
82   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
83   * Drop packages from GRML_FULL:
84     - findimagedupes: too many new dependencies, being:
85       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
86     - netpipes: conflicts with timelimit (see #457444) and does
87       not support IPv6 yet
88   * Add new packages to GRML_FULL:
89     - asql
90     - at76-usb-modules-2.6.23-grml
91     - edac-utils
92     - ifupdown-extra
93     - opencryptoki
94     - pmailq
95     - r6040-modules-2.6.23-grml
96     - scamper
97     - timelimit
98     - virtualbox-ose-guest-modules-2.6.23-grml
99     - virtualbox-ose-guest-utils
100
101  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
102
103 grml-live (0.0.13) unstable; urgency=low
104
105   * New option '-b' for "build-only".
106   * Replace mailx with bsd-mailx in GRML_FULL.
107     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
108   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
109   * Document grml2ram bootoption in grml-cheatcodes.txt
110   * Use -no-progress for Squashfs build process.
111   * Improve /etc/resolv.conf handling in
112     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
113   * Adjust hostname in /etc/postfix/main.cf.
114   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
115   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
116   * Make sure $HOSTNAME is unset by default.
117   * Disable Recommends for aptitude as well.
118   * Check for presence of live-initramfs in 10-build-initramfs.
119   * Install aptitude in softupdate if not present.
120   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
121   * Fix snort setup (/etc/default/snort.dpkg-dist) via
122     /etc/grml/fai/grml/grml_cleanup_chroot
123   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
124   * Remove hwtools from GRML_FULL, see #397723
125   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
126     instead so we keep grml-small as small as possible:
127     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
128     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
129     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
130     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd, 
131   * Add new packages to GRML_MEDIUM:
132     - truecrypt-2.6.23-grml
133   * Add new packages to GRML_FULL:
134     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
135     - gnupg-pkcs11-scd
136     - gparted
137     - grml-paste
138     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
139     - unhide
140   * buildd:
141     - store_iso(): move md5sum file as well
142     - support providing options via grml_live_run() so we can disable
143       LZMA for grml-small builds
144
145  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
146
147 grml-live (0.0.12) unstable; urgency=low
148
149   * Log mkisofs command with quotes around version number for easier
150     copy/paste.
151   * Ship syslinux files via template directory because the syslinux
152     version (1:3.31-4) in Debian/etch is broken. :(
153     Drop syslinux from Depends.
154   * Mention -u option if using the option by accident and the chroot
155     does not exist yet.
156   * Update buildd/cleanup.sh and add buildd/files/.logo.png, 
157     buildd/files/.style.css, buildd/files/HEADER.html and
158     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
159     and provide upload_logs().
160   * Generate md5sum of ISO if using class 'RELEASE'.
161   * Do not install package 'grml' via GRMLBASE because we want
162     to use grml-small in GRML_SMALL and GRML_MEDIUM.
163   * Remove and recreate /root directory in 98-clean-chroot.
164   * Skip stage updatebase when using softupdate and handle upgrade
165     on our own via hooks.
166   * Execute removal of log files after sourcing config files.
167
168  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
169
170 grml-live (0.0.11) unstable; urgency=low
171
172   * New option -z to use ZLIB instead of LZMA compression and
173     support SQUASHFS_OPTIONS in configuration file.
174   * Add new class XORG.
175   * Add X.org packages to GRML_MEDIUM.
176   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
177     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
178   * Adjust grml-buildd for new logdir structure.
179   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
180     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
181   * Diplay use of $LOCAL_CONFIG in configuration dialog.
182   * Remove fai's last-dirinstall and last-softupdate when using
183     ZERO_FAI_LOGFILE as well.
184   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
185     3.2.3 has a serious bug.
186   * Add new packages to GRML_FULL:
187     - atl2-modules-2.6.23-grml
188     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
189     - firmware-rt61
190     - firmware-rt73
191     - mlocate
192     - open-vm-tools
193     - pcaputils
194     - xrestop
195     - xserver-xorg-video-radeonhd
196     - yatm
197   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
198
199  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
200
201 grml-live (0.0.10) unstable; urgency=low
202
203   * Drop patches which are part of FAI 3.2.3 now. Depend on
204     FAI version 3.2.3 therefor.
205   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
206     Quoting the NEWS file of FAI:
207     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
208     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
209       will be copied to the path above at the end of an installation
210   * Log the executed FAI, squashfs and mkisofs command lines to
211     /var/log/grml-live.log.
212   * New option '-C <configuration_file>' for specifying a configuration
213     file. Needs heavy testing though, because the files are updated
214     during runtime it isn't as easy as expected to be. :-/
215   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
216     old FAI logs.
217   * Do not enable apt-listbugs if the binary is not available.
218     [Testing: issue340]
219   * Add keychain package to GRML_SMALL.
220   * Add new packages to GRML_MEDIUM:
221     - grml-live
222     - keychain
223     - lzma-modules-2.6.23-grml
224     - squashfs-modules-2.6.23-grml (we build the module external now)
225   * Add new packages to GRML_FULL:
226     - aosd-cat
227     - grml-live
228     - lzma-modules-2.6.23-grml
229     - squashfs-modules-2.6.23-grml (we build the module external now)
230   * Support loading of squashfs module via
231     /etc/grml/fai/live-initramfs/grml-script.init-top
232   * Make sure we have pinning for grml-stable and grml-testing
233     repositories via /etc/grml/fai/apt/preferences, not matter where
234     the packages come from (web vs. local mirror/cache for example).
235   * Remove base.tgz from chroot directory.
236   * Do not create /etc/sysconfig/network-scripts and
237     /etc/sysconfig/provider any longer in cleanup script.
238   * Fix typo in bootsplash f3 (thanks, jimmy).
239   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
240     isolinyx/syslinux/grub configuration because getbootparam
241     of grml-autoconfig requires a whitespace inside /proc/cmdline.
242   * Support grml2ram bootoption inside isolinyx/syslinux/grub
243     configuration.
244
245  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
246
247 grml-live (0.0.9) unstable; urgency=low
248
249   * Remove all files inside /root/ when using class RELEASE.
250   * Disable apt-listbugs in [soft]update.
251   * Fix 'dependency problems' handling in buildd functions.
252   * Add buildd/remove_isos.sh to remove generated ISOs.
253   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
254   * Set hostname in instsoft-hook already.
255   * Add user (grml) to all relevant groups.
256   * Improve initrd+kernel copy process: ignore .bak files (and get rid
257     of them) and copy always exactly one image.
258   * Add new packages to GRML_FULL:
259     - awesome
260     - cereal
261     - etckeeper
262     - hdapsd
263     - hdaps-utils
264     - libstdc++2.10-glibc2.2 [for better support of
265       binaries from commercial vendors; thanks to
266       Christian Hofstaedtler]
267     - mkelfimage
268     - runit
269     - rutilt
270     - supercat
271     - truecrypt-2.6.23-grml
272   * Drop centericq-common, centerim-common, irssi-text, rt2400
273     and rt2500 from GRML_FULL package list.
274
275  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
276
277 grml-live (0.0.8) unstable; urgency=low
278
279   * Copy /etc/resolv.conf to chroot in
280     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
281     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
282   * Remove /var/run/fai/fai_softupdate_is_running and
283     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
284     (FAI's softupdate currently does not clean up when canceling
285     the process.)
286   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
287     softupdate action.
288   * Remove /var/log/fai/* in class RELEASE.
289   * Generate md5sum of windows binaries.
290   * Upgrade via aptitude [safe-]upgrade in update process.
291   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
292     /etc/grml/fai/grml/grml_cleanup_chroot.online
293   * Edit /etc/apt/apt.conf inside
294     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
295     once.
296   * Make the log checks inside grml-live aware of the update
297     log-directory /var/log/fai/current.
298   * Use strings instead of --help to detect support of safe-upgrade
299     inside aptitude, otherwise it might fail due to unavailable shared libs.
300   * Configure (enable) apt-listchanges + apt-listbugs via
301     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
302   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
303   * Add new packages to GRML_FULL:
304     - acx100-2.6.23-grml
305     - bcm5700-module-2.6.23-grml
306     - dzen2
307     - drbd8-2.6.23-grml
308     - exmap-modules-2.6.23-grml
309     - fglrx-kernel-2.6.23-grml
310     - iscsitarget-2.6.23-grml
311     - ivtv-modules-2.6.23-grml
312     - ivtv-utils
313     - libacme-bleach-perl
314     - libacme-eyedrops-perl
315     - libacme-smirch-perl
316     - libpam-chroot
317     - libpam-devperm
318     - libpam-dotfile
319     - libpam-krb5
320     - libpam-modules
321     - libpam-mount
322     - libpam-pwgen
323     - libpam-smbpass
324     - libpam-ssh
325     - libpam-tmpdir
326     - libtool
327     - ndiswrapper-modules-2.6.23-grml
328     - openafs-modules-2.6.23-grml
329     - tp-smapi-modules-2.6.23-grml
330   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
331     Tom Asbury).
332   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
333     in a very smooth shape).
334
335  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
336
337 grml-live (0.0.7) unstable; urgency=low
338
339   The "holidays? what? are you joking?!"-release.
340
341   * Added FAI patches to /usr/share/grml-live/patches/ - it's
342     recommended to apply the patches to FAI until they are accepted
343     upstream. See Debian's BTS for more details: #444210, #447080
344     and #448426.
345   * Support option '-u' for updating system.
346   * Reworked buildd concept.
347     - Now we have a seperate
348       /usr/share/grml-live/buildd/functions.sh for generic stuff
349       and /etc/grml/grml-buildd.conf as configuration file.
350     - Use grml-buildd.{stdout,stderr} instead of
351       grml-live.{stdout,stderr} as log files.
352     - buildd/functions.sh: do not mv files if there was an error
353       during grml-live execution
354     - do not re-execute grml-live is the target ISO exists already
355   * Update zsh completion - thanks to Frank Terbeck!
356   * Set /etc/grml_version of live-system to the according value.
357     [Closes: issue322]
358   * Support setting /etc/debian_chroot inside chroot (useful if
359     building fails and manual interaction is needed).
360   * Log to /var/log/grml-live.log by default now and support
361     $ZERO_LOGFILE for cleaning up logs.
362   * Added new grml-repository named grml-live which is intented
363     to fix issues from Debian for grml-live builds. It is automatically
364     activated if you are building against unstable/sid and should
365     be used manually only if you realy know what you are doing.
366     Notice: if something fails inside building the base chroot/
367     debootstrap system we can't do anything via grml-live for you
368     right now. Instead grab the base.tgz from http://daily.grml.org/
369   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
370     for comparing two repositories.
371   * Replaced /etc/grml/fai/files/etc/apt/preferences
372     with /etc/grml/fai/apt/preferences so grml-live repository
373     can be used and configured at a single place.
374   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
375     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
376     later again.
377   * Display version number of grml-live.
378   * Log executed grml-live command line.
379   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
380     by default.
381   * Disable Recommends inside chroot installation.
382   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
383     for xserver-xorg package via debconf to work around #448863.
384   * Use "newest" kernel only if two kernels are present in the chroot.
385   * Set $SECONDS to unknown if $start_seconds is not set.
386   * Log closing signs (----...) via bailout to make sure they are
387     always set - even when exiting with an error.
388   * Check for presence of /bin/zsh before setting default shell in
389     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
390   * Check for locales/localepurge before using them in
391     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
392   * Add new packages to GRML_FULL:
393     - bittwist
394     - ldnsutils
395     - libpam-thinkfinger
396     - linux-wlan-ng-modules-2.6.23-grml
397     - madwifi-modules-2.6.23-grml
398     - netrw
399     - rt73-module-2.6.23-grml
400     - thinkfinger-tools
401     - tra
402   * Drop idn from GRML_FULL.
403   * Add new packages to GRML_MEDIUM:
404     - alsa-base
405     - alsa-tools
406     - alsa-utils
407     - ed
408     - pcmciautils
409     - Update kernel version to 2.6.23-grml
410     - replace dhcp-client with dhcp3-client
411   * Add ed package to GRML_SMALL and replace dhcp-client with
412     dhcp3-client.
413   * Use new kernel version 2.6.23-grml64 for amd64.
414
415  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
416
417 grml-live (0.0.6) unstable; urgency=low
418
419   * New option "-a" for setting architecture. This allows building
420     grml(32) on amd64.
421   * Fix stderr redirection in "/usr/sbin/fai already running..."
422   * Update /etc/grml/fai/make-fai-nfsroot.conf
423   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
424     for grml-live instead of /var/log/grml-live.log so it's easier
425     to track.
426   * Update of buildd scripts: main configuration file main.sh
427     which provides all the build stuff inside separate functions.
428   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
429     from subkeys.pgp.net fails.
430   * Improve check for kernel version inside
431     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
432   * Work around #353967 for Debian/etch in
433     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
434   * Add new packages to GRML_FULL:
435     - ghostscript (and get rid of gs, gs-common, gs-esp)
436     - mr
437
438  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
439
440 grml-live (0.0.5) unstable; urgency=low
441
442   * Add new scripts to /usr/share/grml-live/examples/buildd/:
443     - grml-live_autobuild_grml-small_etch.sh
444     - grml-live_autobuild_grml-small_sid.sh
445     - grml-live_autobuild_grml64-small_etch.sh
446     - grml-live_autobuild_grml64-small_sid.sh
447   * Some more FAI error checking.
448   * Updated buildd scripts (better subject handling).
449   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
450     Restore usual Debian behaviour at the end using
451     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
452   * Add new scripts for retreiving bugs via apt-listbugs
453     and storing package selection inside log directory.
454     This has been integrated in a new class named "RELEASE".
455   * Added support for new kernel version 2.6.23-grml to
456     GRML_FULL.
457   * Use uxterm as x-terminal-emulator and fall back to xterm
458     only it uxterm is not available.
459   * Support /etc/locale.gen.grml - it's used by default in
460     class GRML_FULL and a new class named LOCALES.
461   * Work around #443481 (bug inside snort) for Debian etch
462     via using /etc/snort/snort.common.parameters (thanks for
463     the idea, Thomas Lange!)
464   * Do not exit with an error code if /usr/include/linux is NOT
465     a symlink to /usr/src/linux/include/linux but keep it as
466     a warning instead.
467   * Log executed grml-live command.
468   * Re-enable problematic packages that have been fixed:
469     - apt-listbugs (fixed via manual interaction in scripts)
470     - gsm-utils (#353967)
471     - snort (#443481)
472     - wvdial (fixed via debconf)
473   * Add new packages to GRML_FULL:
474     - ack-grep
475     - mailplate
476     - pristine-tar
477
478  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
479
480 grml-live (0.0.4) unstable; urgency=low
481
482   * The -t option for specifying the output directory has been
483     renamed into -o. The option -t now specifies the place where
484     templates for building the ISO can be found.
485   * Option -t can be used for specifying the template directory.
486     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
487   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
488   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
489     - disable pipeline workaround 
490     - create /dev/MAKEDEV in chroot to work around the
491       "./MAKEDEV: No such file or directory" problem of some packages
492   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
493     dangerous because of automatic removal of the files/dirs via fai.
494   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
495     I386/AMD64 classes in the docs.
496   * Add new packages to GRML_FULL:
497     - tgt: Linux target framework user-space tools
498     - paperkey: extract just the secret information out ouf OpenPGP keys
499     - gitpkg: helper scripts for maintaining packages with git
500     - iscsitarget: iSCSI Enterprise Target userland tools
501     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
502   * Set $HOSTNAME to according hostname via
503     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
504   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
505   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
506     available). 
507   * Check for presence of the initrd.
508   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
509   * Add /usr/share/grml-live/examples/buildd/
510
511  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
512
513 grml-live (0.0.3) unstable; urgency=low
514
515   * Support for setting GRML_NAME (like grml vs. grml-small
516     vs grml64 vs...)
517   * Drop the character limits of $VERSION and $RELEASENAME.
518   * Make sure $SECONDS is set before outputting the runtime.
519   * Unify usage of i386_files, place all template files in
520     directory templates now.
521   * Improve portability of linux headers cleanup inside
522     grml_cleanup_chroot.
523   * Provide class GRML_SMALL and rename old GRML_SMALL into
524     GRML_MEDIUM.
525   * Do not install kernel via GRMLBASE but via GRML_* classes
526     instead so we have only one single kernel on the system
527     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
528   * Use grml-live.log as logfile.
529   * Added vim to GRML_MEDIUM package list.
530
531  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
532
533 grml-live (0.0.2) unstable; urgency=low
534
535   * Add support for amd64.
536   * Update and extend documentation.
537   * Bugfix: Make sure $LOGDIR exists.
538   * fai dirinstall: set hostname via $HOSTNAME
539
540  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
541
542 grml-live (0.0.1) unstable; urgency=low
543
544   * Initial release.
545
546  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
547