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