15-initsetup: keep a backup of the original runlevel.conf file
[grml-live.git] / debian / changelog
1 grml-live (0.9.9) unstable; urgency=low
2
3   * Update to kernel 2.6.28-grml[64].
4   * Changes in GRML_FULL:
5     - drop package tspc (see #462738 and #515193)
6     - replace gqview with geeqie (thanks, Spida)
7   * Add mc to GRML_MEDIUM (on request by Christian Kuehlborn).
8   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
9   * buildd:
10     - rename all etch* related scripts to lenny*
11     - adjust scripts to use "lenny" instead of "stable" for building
12       [to avoid that "etch" is used as build name but lenny is used]
13     - use "$NAME-daily-$SUITE" in functions.sh as build name so
14       identifying ISOs while running them is easier
15   * Support squeeze as valid suite name.
16   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
17     This should avoid issues with something like
18     'apt-get -t experimental ...'
19   * Consequently drop 'Latest change' lines from all files.
20   * Support generation of sha1sum [Testing: issue622]
21   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
22     [Closes: issue492]
23   * Do no longer use the bootoption lang=us by default. We use it by default
24     in grml-autoconfig anyway and this shortens our /proc/cmdline.
25   * Run commands requiring network access through 'timeout 10' by default
26     if possible. [Closes: issue396]
27   * Do not use build server's hostname for /etc/mailname and
28     /etc/bacula/bacula-fd.conf. [Testing: issue412]
29   * Add "forensic" to the append line when using the forensic kerneloption
30     so we can grep for it in any case.
31   * 15-initsetup: keep a backup of the original runlevel.conf file.
32     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
33
34  -- Michael Prokop <mika@grml.org>  Sat, 21 Feb 2009 14:25:49 +0100
35
36 grml-live (0.9.8) unstable; urgency=low
37
38   * Improve help text of the release option in usage info.
39   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
40   * Add libcap2-bin to GRML_FULL.
41   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
42     [Testing: issue569]
43   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
44     improve UTC handling. Thanks for the script, Thomas Lehmann!
45
46  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
47
48 grml-live (0.9.7) unstable; urgency=low
49
50   * Add packages to GRML_FULL:
51     - aiccu (thanks, Christian Vogel)
52     - genext2fs
53     - radvd (thanks, Christian Vogel)
54     - tf (thanks, Rhonda)
55   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
56   * Support execution without touching the chroot at all using option "-B".
57     Thanks for the patch, Jimmy.
58   * Update current state section of documentation.
59   * Update cheatcode documentation (thanks to Moritz Augsburger).
60   * Drop cryopid from GRML_FULL, see #507882.
61
62  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
63
64 grml-live (0.9.6) unstable; urgency=low
65
66   * Add new packages to GRML_FULL:
67     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
68     - dwdiff (front-end for the diff program that operates word by word)
69     - espeakup (connector between espeak and speakup)
70     - faketime (report faked system time to programs)
71     - fcoretools (Tools to advise the IO scheduler)
72     - latencytop (A tool for developers to visualize system latencies)
73     - qiv (A quick image viewer for X)
74     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
75   * Add irqbalance to GRML_MEDIUM.
76     - irqbalance (Daemon to balance interrupts for SMP systems)
77     - latencytop (A tool for developers to visualize system latencies)
78     - powertop (Linux tool to find out what is using power on a laptop)
79   * Remove localepurge from GRML_SMALL.
80   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
81   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
82     [Closes: issue554]
83   * Rework locale handling. From now on /usr/share/locale gets removed
84     by default (though /usr/share/i18n/locales won't be touched for
85     now), unless using class LOCALES. Reason: We have >70MB inside
86     /usr/share/locale on GRML_FULL, just too much to ship by default,
87     message at startup sucks).
88   * Update grml-cheatcodes.txt.
89   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
90     so we support offline operation as well. Based on an idea by
91     Thomas Lehmann, thanks!
92   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
93     "grml $VERSION" so we propagate the according grml-name. Thanks to
94     Thomas Lehmann!
95   * Support -q option to build the ISO without (re-)creating the squashfs
96     compressed file using mksquashfs.
97
98  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
99
100 grml-live (0.9.5) unstable; urgency=low
101
102   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
103   * Drop xserver-xorg-video-newport from all flavours.
104   * Replace all unzoo package references with zoo, see #497775.
105   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
106     because we have to skip FAI's updatebase task and lack /proc therefore.
107     New packages that are being installed and want to start any daemons
108     might fail, let's try to do our best to avoid that.
109   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
110   * Drop clamav-getfiles from GRML_FULL.
111   * Update debian/control:
112     - move from XS-Vcs-* to Vcs-*
113     - use Build-Depends-Indep
114
115  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
116
117 grml-live (0.9.4) unstable; urgency=low
118
119   * Update docs (some minor fixes, migration from hg to git,..)
120   * Use squashfs-lzma-tools instead of squashfs-tools:
121     Depend on squashfs-lzma-tools - but allow usage
122     of squashfs-tools as well).
123   * Activate grml-testing repository for devel releases and
124     daily snapshots. [Testing: issue531]
125   * All flavours:
126     - drop lzma-modules-2.6.26-grml[64] and
127       squashfs-modules-2.6.26-grml[64] as we have it
128       in-tree of kernel 2.6.26-grml[64].
129   * GRML_FULL:
130     - add ipset
131     - drop wodim and genisoimage as we have a fully functional
132       cdrtools suite in grml
133   * GRML_MEDIUM:
134     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
135   * GRML_SMALL:
136     - several improvements to keep the ISO size as small as possible
137     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
138     - remove grml-small package
139     - remove fuse-utils
140     - remove nvi (see #490361)
141     - remove ppoeconf (just too big with its dependencies)
142     - remove prism54-firmware (for saving disk space)
143   * Support environment variable NO_ADDONS to avoid usage of
144     addons directory.
145   * Initial support for SQUASHFS_EXCLUDES_FILE.
146   * Do not include vmlinuz and initrd when building grml-small.
147   * We switched from Mercurial to Git - replaced all hg-URLs
148     with git.grml.org
149
150  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
151
152 grml-live (0.9.3) unstable; urgency=low
153
154   * Improve the way deborphan works in
155     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
156     get rid of aptitude via
157     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
158   * Add PREREQ header to grml's initramfs-tools script, otherwise
159     booting fails with "PANIC: Circular dependancy.  Exiting."
160     Thanks for debugging help, maximilian attems.
161   * Use apt-get instead of dpkg in removal of packages in grml-small.
162   * Add tig to GRML_FULL, thanks Rhonda.
163
164  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
165
166 grml-live (0.9.2) unstable; urgency=low
167
168   * Improve checks for -[no]lzma for different squashfs-tools.
169
170  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
171
172 grml-live (0.9.1) unstable; urgency=low
173
174   * Rebuild initramfs to make sure that the up2date /etc/grml_version
175     is available in the live initramfs. [Closes: issue516]
176
177  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
178
179 grml-live (0.9.0) unstable; urgency=low
180
181   * Update to kernel 2.6.26-grml[64].
182   * Drop sysutils and cupsys-common from package lists.
183   * Add ext3grep to GRML_FULL.
184   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
185   * Move ssdeep and scrounge-ntfs from grml's repository list to
186     Debian's one.
187   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
188   * Document classes in more details. Thanks to Pawel Sadkowski
189     for pointing out. [Closes: issue490]
190   * Drop qtparted from GRML_FULL, we have better maintained
191     gparted now.
192   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
193     /etc/grml/fai/config/class/GRML_MEDIUM.var,
194     /etc/grml/fai/config/class/GRML_POWERPC.var and
195     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
196     configuration through GRMLBASE.var and this way it's much
197     easier to adjust settings according to your needs.
198   * Improve error handling in grml-live, including a check
199     for pipestatus of fai command.
200   * Output grml version in grml's live-initramfs script
201     Thanks for the idea, Marc Haber. [Closes: issue488]
202   * Drop glimpse from GRML_FULL due to license problems, see #474322.
203   * Display SQUASHFS_OPTIONS in configuration overview.
204   * Make sure it's possible to get usage information without being
205     root or actually executing the script.
206   * Improve usage information screen.
207   * Display progress of squashfs, when building via a buildsystem
208     just set -no-progress in $SQUASHFS_OPTIONS instead.
209   * Use linux-kernel-headers-grml in grml-medium.
210   * Use vim.basic as alternative setting for 'vi'.
211
212  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
213
214 grml-live (0.8) unstable; urgency=low
215
216   * Remove packages from GRML_FULL:
217     - apmd (the package is just borken, see #475432)
218     - raggle (#479562)
219   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
220     for mentioning in a bugreport, Marc Haber!)
221   * Add packages to GRML_FULL:
222     - ent (thanks, gebi)
223   * Add packages to GRML_MEDIUM:
224     - xfsdump (thanks, George Hartlieb)
225   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
226
227  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
228
229 grml-live (0.7) unstable; urgency=low
230
231   * Update templates/boot/addons/allinone.img to current version
232     from http://home.arcor.de/mschierlm/bootdisk/
233     Thanks, Michael Schierl.
234   * Add packages to GRML_FULL:
235     - gnuit
236     - i2c-tools [thanks to Mario Holbe]
237     - iotop
238     - keynav
239   * Remove packages from GRML_FULL:
240     - emelfm (#364442)
241     - nufw (#468245)
242     - sound-recorder (#288211)
243   * Readd libewf to GRML_FULL.
244   * buildd: use RELEASE-class in all build scripts
245   * Mention noquick bootoption in bootsplash and cheatcode file.
246   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
247   * Make sure username is adjusted in /etc/inittab.grml if username
248     not being "grml". Thanks for reporting, Thomas Lehmann.
249     [Testing: issue436]
250   * Add check for existence of -nolzma option. If squashfs-tools
251     doesn't support it at all then just get rid of the option.
252
253  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
254
255 grml-live (0.6) unstable; urgency=low
256
257   * Write squashfs filename to /live/filesystem.module.
258   * Adjust grml-live-remaster for new file system layout
259     and add support for working on a booted USB device.
260
261  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
262
263 grml-live (0.5) unstable; urgency=low
264
265   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
266     grml.squashfs.
267   * Update bootsplashes to current implementation, based on
268     live-initramfs and grml-autoconfig.
269   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
270     headaches, see #461888, #463720 and #445304 for example).
271   * Add sshfs to GRML_MEDIUM.
272
273  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
274
275 grml-live (0.4) unstable; urgency=low
276
277   * Add new packages to GRML_FULL:
278     - linux-uvc-modules-2.6.23-grml
279     - luvcview
280   * Add new packages to GRML_MEDIUM:
281     - at76-usb-modules-2.6.23-grml
282     - atl2-modules-2.6.23-grml
283     - firmware-ralink
284     - rt2400-modules-2.6.23-grml
285     - rt2500-modules-2.6.23-grml
286     - rt73-module-2.6.23-grml
287   * Finally fixed the "isolinux does not boot on old hardware" problem.
288     The problem was a too big boot/isolinux directory. Thanks a lot
289     for all the testing to Andrea Mayr and Wernfried Haas!
290     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
291       menu.c32 and memtest
292     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
293       support of several grml flavours on one single usb pen for the future
294     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
295       for new directory layout
296   * Make sure $GRML_NAME does not contain known problematic characters.
297
298  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
299
300 grml-live (0.3) unstable; urgency=low
301
302   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
303   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
304     older than 3.51 don't work with recent kernel versions like 2.6.23
305     anymore. :(
306   * Update templates/boot/isolinux/memdisk from syslinux package
307     version 2:3.61+dfsg-1.
308
309  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
310
311 grml-live (0.2) unstable; urgency=low
312
313   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
314     just fail on several old boxes. [Testing: issue400]
315   * Add new packages to GRML_FULL:
316     - auctex
317     - loop-aes-testsuite
318   * Add new packages to GRML_MEDIUM:
319     - atl2-modules-2.6.23-grml
320     - firmware-iwlwifi
321     - madwifi-modules-2.6.23-grml[64]
322     - madwifi-tools
323   * Set 'confirm=1' in /etc/apt/listchanges.conf.
324   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
325     for providing default /etc/default/loadcpufreq configuration.
326   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
327     option parsing so we can override already set defaults interative.
328   * Grep using the quiet option for squashfs features.
329
330  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
331
332 grml-live (0.1) unstable; urgency=low
333
334   * Bump version number to 0.1 as we ship grml-live with the
335     upcoming stable versions.
336   * Source /etc/grml/grml-live.local before parsing command line
337     options to be able to override configuration on the commandline.
338   * Use /usr/bin/vim.tiny as alternativ for vi.
339   * Add new packages to GRML_FULL:
340     - at76-usb-modules-2.6.23-grml64
341     - bluez-audio
342     - conky (thanks, shehu)
343     - epdfview
344     - gfs2-tools
345     - sslscan
346     - truecrypt-2.6.23-grml64
347     - unsort
348   * Remove bluetooth-alsa from GRML_FULL.
349   * Add new packages to GRML_MEDIUM:
350     - ntfs-3g
351     - truecrypt-2.6.23-grml64
352   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
353     - drop deprecated entries
354     - add debian2hd for isolinux/syslinux
355     - fix serial bootoption
356     - add grml2hd template for grub
357   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
358     remove packages via dpkg instead of apt-get. Thanks for the
359     bugreport and the patch, Lupe Christoph! [Closes: issue367]
360   * Use -no-progress option for mksquashfs only if it's supported.
361
362  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
363
364 grml-live (0.0.14) unstable; urgency=low
365
366   * Include initial version of the grml-live-remaster script,
367     contributed by Michael Schierl (thanks!) [Closes: issue331]
368   * Bump Standard-Version to 3.7.3 (no further changes).
369   * Set debconf configuration for postfix via
370     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
371   * Improve check for presence of FAI log directory in
372     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
373   * Configure apt-listchanges via new script
374     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
375   * Make sure packages are being removed before docs are being
376     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
377   * Create grml-live.log-file with permissions 664.
378   * Adjust buildd/functions.sh for new logging.
379   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
380     on AMD64 architecture. Add several new kernel packages for amd64
381     to GRML_FULL.
382   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
383   * Drop packages from GRML_FULL:
384     - findimagedupes: too many new dependencies, being:
385       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
386     - netpipes: conflicts with timelimit (see #457444) and does
387       not support IPv6 yet
388   * Add new packages to GRML_FULL:
389     - asql
390     - at76-usb-modules-2.6.23-grml
391     - edac-utils
392     - ifupdown-extra
393     - opencryptoki
394     - pmailq
395     - r6040-modules-2.6.23-grml
396     - scamper
397     - timelimit
398     - virtualbox-ose-guest-modules-2.6.23-grml
399     - virtualbox-ose-guest-utils
400
401  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
402
403 grml-live (0.0.13) unstable; urgency=low
404
405   * New option '-b' for "build-only".
406   * Replace mailx with bsd-mailx in GRML_FULL.
407     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
408   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
409   * Document grml2ram bootoption in grml-cheatcodes.txt
410   * Use -no-progress for Squashfs build process.
411   * Improve /etc/resolv.conf handling in
412     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
413   * Adjust hostname in /etc/postfix/main.cf.
414   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
415   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
416   * Make sure $HOSTNAME is unset by default.
417   * Disable Recommends for aptitude as well.
418   * Check for presence of live-initramfs in 10-build-initramfs.
419   * Install aptitude in softupdate if not present.
420   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
421   * Fix snort setup (/etc/default/snort.dpkg-dist) via
422     /etc/grml/fai/grml/grml_cleanup_chroot
423   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
424   * Remove hwtools from GRML_FULL, see #397723
425   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
426     instead so we keep grml-small as small as possible:
427     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
428     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
429     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
430     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
431   * Add new packages to GRML_MEDIUM:
432     - truecrypt-2.6.23-grml
433   * Add new packages to GRML_FULL:
434     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
435     - gnupg-pkcs11-scd
436     - gparted
437     - grml-paste
438     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
439     - unhide
440   * buildd:
441     - store_iso(): move md5sum file as well
442     - support providing options via grml_live_run() so we can disable
443       LZMA for grml-small builds
444
445  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
446
447 grml-live (0.0.12) unstable; urgency=low
448
449   * Log mkisofs command with quotes around version number for easier
450     copy/paste.
451   * Ship syslinux files via template directory because the syslinux
452     version (1:3.31-4) in Debian/etch is broken. :(
453     Drop syslinux from Depends.
454   * Mention -u option if using the option by accident and the chroot
455     does not exist yet.
456   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
457     buildd/files/.style.css, buildd/files/HEADER.html and
458     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
459     and provide upload_logs().
460   * Generate md5sum of ISO if using class 'RELEASE'.
461   * Do not install package 'grml' via GRMLBASE because we want
462     to use grml-small in GRML_SMALL and GRML_MEDIUM.
463   * Remove and recreate /root directory in 98-clean-chroot.
464   * Skip stage updatebase when using softupdate and handle upgrade
465     on our own via hooks.
466   * Execute removal of log files after sourcing config files.
467
468  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
469
470 grml-live (0.0.11) unstable; urgency=low
471
472   * New option -z to use ZLIB instead of LZMA compression and
473     support SQUASHFS_OPTIONS in configuration file.
474   * Add new class XORG.
475   * Add X.org packages to GRML_MEDIUM.
476   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
477     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
478   * Adjust grml-buildd for new logdir structure.
479   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
480     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
481   * Diplay use of $LOCAL_CONFIG in configuration dialog.
482   * Remove fai's last-dirinstall and last-softupdate when using
483     ZERO_FAI_LOGFILE as well.
484   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
485     3.2.3 has a serious bug.
486   * Add new packages to GRML_FULL:
487     - atl2-modules-2.6.23-grml
488     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
489     - firmware-rt61
490     - firmware-rt73
491     - mlocate
492     - open-vm-tools
493     - pcaputils
494     - xrestop
495     - xserver-xorg-video-radeonhd
496     - yatm
497   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
498
499  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
500
501 grml-live (0.0.10) unstable; urgency=low
502
503   * Drop patches which are part of FAI 3.2.3 now. Depend on
504     FAI version 3.2.3 therefor.
505   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
506     Quoting the NEWS file of FAI:
507     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
508     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
509       will be copied to the path above at the end of an installation
510   * Log the executed FAI, squashfs and mkisofs command lines to
511     /var/log/grml-live.log.
512   * New option '-C <configuration_file>' for specifying a configuration
513     file. Needs heavy testing though, because the files are updated
514     during runtime it isn't as easy as expected to be. :-/
515   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
516     old FAI logs.
517   * Do not enable apt-listbugs if the binary is not available.
518     [Testing: issue340]
519   * Add keychain package to GRML_SMALL.
520   * Add new packages to GRML_MEDIUM:
521     - grml-live
522     - keychain
523     - lzma-modules-2.6.23-grml
524     - squashfs-modules-2.6.23-grml (we build the module external now)
525   * Add new packages to GRML_FULL:
526     - aosd-cat
527     - grml-live
528     - lzma-modules-2.6.23-grml
529     - squashfs-modules-2.6.23-grml (we build the module external now)
530   * Support loading of squashfs module via
531     /etc/grml/fai/live-initramfs/grml-script.init-top
532   * Make sure we have pinning for grml-stable and grml-testing
533     repositories via /etc/grml/fai/apt/preferences, not matter where
534     the packages come from (web vs. local mirror/cache for example).
535   * Remove base.tgz from chroot directory.
536   * Do not create /etc/sysconfig/network-scripts and
537     /etc/sysconfig/provider any longer in cleanup script.
538   * Fix typo in bootsplash f3 (thanks, jimmy).
539   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
540     isolinyx/syslinux/grub configuration because getbootparam
541     of grml-autoconfig requires a whitespace inside /proc/cmdline.
542   * Support grml2ram bootoption inside isolinyx/syslinux/grub
543     configuration.
544
545  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
546
547 grml-live (0.0.9) unstable; urgency=low
548
549   * Remove all files inside /root/ when using class RELEASE.
550   * Disable apt-listbugs in [soft]update.
551   * Fix 'dependency problems' handling in buildd functions.
552   * Add buildd/remove_isos.sh to remove generated ISOs.
553   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
554   * Set hostname in instsoft-hook already.
555   * Add user (grml) to all relevant groups.
556   * Improve initrd+kernel copy process: ignore .bak files (and get rid
557     of them) and copy always exactly one image.
558   * Add new packages to GRML_FULL:
559     - awesome
560     - cereal
561     - etckeeper
562     - hdapsd
563     - hdaps-utils
564     - libstdc++2.10-glibc2.2 [for better support of
565       binaries from commercial vendors; thanks to
566       Christian Hofstaedtler]
567     - mkelfimage
568     - runit
569     - rutilt
570     - supercat
571     - truecrypt-2.6.23-grml
572   * Drop centericq-common, centerim-common, irssi-text, rt2400
573     and rt2500 from GRML_FULL package list.
574
575  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
576
577 grml-live (0.0.8) unstable; urgency=low
578
579   * Copy /etc/resolv.conf to chroot in
580     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
581     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
582   * Remove /var/run/fai/fai_softupdate_is_running and
583     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
584     (FAI's softupdate currently does not clean up when canceling
585     the process.)
586   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
587     softupdate action.
588   * Remove /var/log/fai/* in class RELEASE.
589   * Generate md5sum of windows binaries.
590   * Upgrade via aptitude [safe-]upgrade in update process.
591   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
592     /etc/grml/fai/grml/grml_cleanup_chroot.online
593   * Edit /etc/apt/apt.conf inside
594     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
595     once.
596   * Make the log checks inside grml-live aware of the update
597     log-directory /var/log/fai/current.
598   * Use strings instead of --help to detect support of safe-upgrade
599     inside aptitude, otherwise it might fail due to unavailable shared libs.
600   * Configure (enable) apt-listchanges + apt-listbugs via
601     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
602   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
603   * Add new packages to GRML_FULL:
604     - acx100-2.6.23-grml
605     - bcm5700-module-2.6.23-grml
606     - dzen2
607     - drbd8-2.6.23-grml
608     - exmap-modules-2.6.23-grml
609     - fglrx-kernel-2.6.23-grml
610     - iscsitarget-2.6.23-grml
611     - ivtv-modules-2.6.23-grml
612     - ivtv-utils
613     - libacme-bleach-perl
614     - libacme-eyedrops-perl
615     - libacme-smirch-perl
616     - libpam-chroot
617     - libpam-devperm
618     - libpam-dotfile
619     - libpam-krb5
620     - libpam-modules
621     - libpam-mount
622     - libpam-pwgen
623     - libpam-smbpass
624     - libpam-ssh
625     - libpam-tmpdir
626     - libtool
627     - ndiswrapper-modules-2.6.23-grml
628     - openafs-modules-2.6.23-grml
629     - tp-smapi-modules-2.6.23-grml
630   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
631     Tom Asbury).
632   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
633     in a very smooth shape).
634
635  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
636
637 grml-live (0.0.7) unstable; urgency=low
638
639   The "holidays? what? are you joking?!"-release.
640
641   * Added FAI patches to /usr/share/grml-live/patches/ - it's
642     recommended to apply the patches to FAI until they are accepted
643     upstream. See Debian's BTS for more details: #444210, #447080
644     and #448426.
645   * Support option '-u' for updating system.
646   * Reworked buildd concept.
647     - Now we have a seperate
648       /usr/share/grml-live/buildd/functions.sh for generic stuff
649       and /etc/grml/grml-buildd.conf as configuration file.
650     - Use grml-buildd.{stdout,stderr} instead of
651       grml-live.{stdout,stderr} as log files.
652     - buildd/functions.sh: do not mv files if there was an error
653       during grml-live execution
654     - do not re-execute grml-live is the target ISO exists already
655   * Update zsh completion - thanks to Frank Terbeck!
656   * Set /etc/grml_version of live-system to the according value.
657     [Closes: issue322]
658   * Support setting /etc/debian_chroot inside chroot (useful if
659     building fails and manual interaction is needed).
660   * Log to /var/log/grml-live.log by default now and support
661     $ZERO_LOGFILE for cleaning up logs.
662   * Added new grml-repository named grml-live which is intented
663     to fix issues from Debian for grml-live builds. It is automatically
664     activated if you are building against unstable/sid and should
665     be used manually only if you realy know what you are doing.
666     Notice: if something fails inside building the base chroot/
667     debootstrap system we can't do anything via grml-live for you
668     right now. Instead grab the base.tgz from http://daily.grml.org/
669   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
670     for comparing two repositories.
671   * Replaced /etc/grml/fai/files/etc/apt/preferences
672     with /etc/grml/fai/apt/preferences so grml-live repository
673     can be used and configured at a single place.
674   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
675     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
676     later again.
677   * Display version number of grml-live.
678   * Log executed grml-live command line.
679   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
680     by default.
681   * Disable Recommends inside chroot installation.
682   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
683     for xserver-xorg package via debconf to work around #448863.
684   * Use "newest" kernel only if two kernels are present in the chroot.
685   * Set $SECONDS to unknown if $start_seconds is not set.
686   * Log closing signs (----...) via bailout to make sure they are
687     always set - even when exiting with an error.
688   * Check for presence of /bin/zsh before setting default shell in
689     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
690   * Check for locales/localepurge before using them in
691     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
692   * Add new packages to GRML_FULL:
693     - bittwist
694     - ldnsutils
695     - libpam-thinkfinger
696     - linux-wlan-ng-modules-2.6.23-grml
697     - madwifi-modules-2.6.23-grml
698     - netrw
699     - rt73-module-2.6.23-grml
700     - thinkfinger-tools
701     - tra
702   * Drop idn from GRML_FULL.
703   * Add new packages to GRML_MEDIUM:
704     - alsa-base
705     - alsa-tools
706     - alsa-utils
707     - ed
708     - pcmciautils
709     - Update kernel version to 2.6.23-grml
710     - replace dhcp-client with dhcp3-client
711   * Add ed package to GRML_SMALL and replace dhcp-client with
712     dhcp3-client.
713   * Use new kernel version 2.6.23-grml64 for amd64.
714
715  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
716
717 grml-live (0.0.6) unstable; urgency=low
718
719   * New option "-a" for setting architecture. This allows building
720     grml(32) on amd64.
721   * Fix stderr redirection in "/usr/sbin/fai already running..."
722   * Update /etc/grml/fai/make-fai-nfsroot.conf
723   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
724     for grml-live instead of /var/log/grml-live.log so it's easier
725     to track.
726   * Update of buildd scripts: main configuration file main.sh
727     which provides all the build stuff inside separate functions.
728   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
729     from subkeys.pgp.net fails.
730   * Improve check for kernel version inside
731     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
732   * Work around #353967 for Debian/etch in
733     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
734   * Add new packages to GRML_FULL:
735     - ghostscript (and get rid of gs, gs-common, gs-esp)
736     - mr
737
738  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
739
740 grml-live (0.0.5) unstable; urgency=low
741
742   * Add new scripts to /usr/share/grml-live/examples/buildd/:
743     - grml-live_autobuild_grml-small_etch.sh
744     - grml-live_autobuild_grml-small_sid.sh
745     - grml-live_autobuild_grml64-small_etch.sh
746     - grml-live_autobuild_grml64-small_sid.sh
747   * Some more FAI error checking.
748   * Updated buildd scripts (better subject handling).
749   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
750     Restore usual Debian behaviour at the end using
751     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
752   * Add new scripts for retreiving bugs via apt-listbugs
753     and storing package selection inside log directory.
754     This has been integrated in a new class named "RELEASE".
755   * Added support for new kernel version 2.6.23-grml to
756     GRML_FULL.
757   * Use uxterm as x-terminal-emulator and fall back to xterm
758     only it uxterm is not available.
759   * Support /etc/locale.gen.grml - it's used by default in
760     class GRML_FULL and a new class named LOCALES.
761   * Work around #443481 (bug inside snort) for Debian etch
762     via using /etc/snort/snort.common.parameters (thanks for
763     the idea, Thomas Lange!)
764   * Do not exit with an error code if /usr/include/linux is NOT
765     a symlink to /usr/src/linux/include/linux but keep it as
766     a warning instead.
767   * Log executed grml-live command.
768   * Re-enable problematic packages that have been fixed:
769     - apt-listbugs (fixed via manual interaction in scripts)
770     - gsm-utils (#353967)
771     - snort (#443481)
772     - wvdial (fixed via debconf)
773   * Add new packages to GRML_FULL:
774     - ack-grep
775     - mailplate
776     - pristine-tar
777
778  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
779
780 grml-live (0.0.4) unstable; urgency=low
781
782   * The -t option for specifying the output directory has been
783     renamed into -o. The option -t now specifies the place where
784     templates for building the ISO can be found.
785   * Option -t can be used for specifying the template directory.
786     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
787   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
788   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
789     - disable pipeline workaround
790     - create /dev/MAKEDEV in chroot to work around the
791       "./MAKEDEV: No such file or directory" problem of some packages
792   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
793     dangerous because of automatic removal of the files/dirs via fai.
794   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
795     I386/AMD64 classes in the docs.
796   * Add new packages to GRML_FULL:
797     - tgt: Linux target framework user-space tools
798     - paperkey: extract just the secret information out ouf OpenPGP keys
799     - gitpkg: helper scripts for maintaining packages with git
800     - iscsitarget: iSCSI Enterprise Target userland tools
801     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
802   * Set $HOSTNAME to according hostname via
803     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
804   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
805   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
806     available).
807   * Check for presence of the initrd.
808   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
809   * Add /usr/share/grml-live/examples/buildd/
810
811  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
812
813 grml-live (0.0.3) unstable; urgency=low
814
815   * Support for setting GRML_NAME (like grml vs. grml-small
816     vs grml64 vs...)
817   * Drop the character limits of $VERSION and $RELEASENAME.
818   * Make sure $SECONDS is set before outputting the runtime.
819   * Unify usage of i386_files, place all template files in
820     directory templates now.
821   * Improve portability of linux headers cleanup inside
822     grml_cleanup_chroot.
823   * Provide class GRML_SMALL and rename old GRML_SMALL into
824     GRML_MEDIUM.
825   * Do not install kernel via GRMLBASE but via GRML_* classes
826     instead so we have only one single kernel on the system
827     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
828   * Use grml-live.log as logfile.
829   * Added vim to GRML_MEDIUM package list.
830
831  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
832
833 grml-live (0.0.2) unstable; urgency=low
834
835   * Add support for amd64.
836   * Update and extend documentation.
837   * Bugfix: Make sure $LOGDIR exists.
838   * fai dirinstall: set hostname via $HOSTNAME
839
840  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
841
842 grml-live (0.0.1) unstable; urgency=low
843
844   * Initial release.
845
846  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
847