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