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