Release new version 0.32.2
[grml-live.git] / debian / changelog
1 grml-live (0.32.2) unstable; urgency=medium
2
3   [ Paul Menzel ]
4   * [c0b4d40] templates/EFI: Use newer grubx64 from Ubuntu
5
6   [ Michael Prokop ]
7   * [eaa7b56] EFI/BOOT/README: document file usage
8   * [8c2668b] EFI/BOOT: bring back files from Ubuntu 18.04
9
10  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2018 17:23:51 +0200
11
12 grml-live (0.32.1) unstable; urgency=medium
13
14   * Software related changes:
15     - [14fe0c7] add qemu-guest-agent to GRML_FULL
16     - [8078724] add dislocker to GRML_FULL. Thanks to f0
17     - [d1dd031] add bcache-tools to GRML_FULL
18     - [1a76a8f] replace btrfs-tools (transitional package) with
19       btrfs-progs in GRML_FULL
20     - [18d72e0] replace lynx-cur (transitional package) with lynx in
21       GRML_FULL
22     - [cafb5e7] drop alsa-base (no longer existing) from GRML_FULL
23     - [b9087a1] replace targetcli + python-urwid with targetcli-fb in
24       GRML_FULL
25     - [8edb3d4] Drop qemu-kvm (qemu-system-x86 being its replacement)
26       from GRML_FULL
27   * [21be832] jessie-backports: use usb-modeswitch from jessie-backports
28
29  -- Michael Prokop <mika@grml.org>  Wed, 15 Aug 2018 11:20:46 +0200
30
31 grml-live (0.32.0) unstable; urgency=medium
32
33   [ Paul Menzel ]
34   * [bc4f026] templates/EFI: use files from Ubuntu 18.04
35
36   [ Michael Prokop ]
37   * [c35a30b] Update GRUB test for Secure Boot support
38   * Software related changes:
39     - [cd5737e] add thin-provisioning-tools to GRML_FULL.
40       Thanks to James Tocknell
41
42  -- Michael Prokop <mika@grml.org>  Fri, 01 Jun 2018 16:15:58 +0200
43
44 grml-live (0.31.3) unstable; urgency=medium
45
46   [ Marcos Mello ]
47   * [3234a4f] Do not handle lid switch
48
49   [ Markus Lindberg ]
50   * [9074f05] Use stretch-backports instead of jessie-backports for stable
51
52   [ Michael Prokop ]
53   * Software related changes:
54     - [27c4635] add restic
55   * [2414a38] Bump Standards-Version to 4.1.4
56
57   [ Marc Haber ]
58   * [780493c] add placeholder and explanation inviting local patches to
59     isolinux.cfg
60
61  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2018 13:58:57 +0200
62
63 grml-live (0.31.2) unstable; urgency=medium
64
65   * [3900f5d] GRMLBASE/98-clean-chroot: execute resolvconf workarounds
66     also for systemd. Thanks to András Korn
67   * Software related changes:
68     - [01295b2] drop apt-transport-https from GRMLBASE
69     - [e02aee4] replace iproute with iproute2
70   * [1a823a1] Replace /etc/apt/grml.key with /etc/apt/trusted.gpg.d/grml-
71     archive-keyring.gpg. Thanks to Antoine Beaupré <anarcat@debian.org>
72     for a related PR against grml-debian-keyring
73   * [56d4377] updatebase.GRMLBASE: no longer install aptitude
74
75  -- Michael Prokop <mika@grml.org>  Fri, 27 Apr 2018 11:52:54 +0200
76
77 grml-live (0.31.1) unstable; urgency=medium
78
79   * [81d68fd] Fix a bunch of typos
80   * Software related changes:
81     - [7c6e289] add x11vnc to GRML_FULL to properly support vnc boot
82       option. Thanks to luke2261git for the bugreport
83     - [38c0449] add ldnsutils to GRML_SMALL
84   * [d473b06] Generate empty /lib/udev/rules.d/69-lvm-metad.rules instead
85     of removing the file
86   * [66b3d05] GRMLBASE/52-mdadm: fix path for 64-md-raid-assembly.rules
87   * [3ddb937] GRMLBASE/91-update-pciids: test for new update-pciids
88     location in /usr/sbin
89   * [1b8b36a] GRMLBASE/93-update-usbids: test for new update-usbids
90     location in /usr/sbin
91   * [e23b03b] ssh service: set RuntimeDirectory=sshd to work with recent
92     openssh versions. Thanks to Darshaka Pathirana <dpat@grml.org> for
93     feedback
94
95  -- Michael Prokop <mika@grml.org>  Tue, 20 Feb 2018 17:57:24 +0100
96
97 grml-live (0.31.0) unstable; urgency=medium
98
99   The "¡hola!, Secure Boot" release
100
101   * [0fbd7ed] No longer ship mkdebmirror example script
102   * Software related changes:
103     - [570d1b6] add fsarchiver to GRML_SMALL. Thanks to Marcos Mello for
104       the suggestion
105     - [88d2f6d] add ndisc6 + rdnssd to GRML_SMALL and GRML_FULL. Thanks
106       to Marc Haber for the suggestion
107     - [ad58f50] add whois to GRML_SMALL. Thanks to Marc Haber for the
108       suggestion
109     - [c965d94] add btrfs-progs to GRML_SMALL
110   * [40b0557] Provide workaround for systemd's systemctl failures on
111     jessie
112   * [9accc79] Provide jessie support for systemd + recent kernel packages
113   * [9612f61] Drop support for Debian wheezy
114   * [8c054a5] Add support for Debian buster (AKA Debian v10 and current
115     Detian testing)
116   * [dc6cf5e] Use stretch instead of jessie for current defaults in docs +
117     grml-live config file
118   * [332ae52] Secure Boot support. Thanks to Michael Schierl
119     <schierlm@gmx.de> for help regarding the Secure Boot setup
120   * [4b8bb30] Secure Boot GRUB template: be more dynamic + don't overwrite
121     with empty variable
122   * [54f1911] scripts/generate_netboot_package.sh: use net.ifnames=0 as
123     default boot option
124
125  -- Michael Prokop <mika@grml.org>  Thu, 07 Sep 2017 09:28:47 +0200
126
127 grml-live (0.30.1) unstable; urgency=medium
128
129   [ Antoine Beaupré ]
130   * Software related changes:
131     - [0063d2f] SW: add stressant package to GRML_FULL
132
133   [ Michael Prokop ]
134   * [4cd6571] Bump Standards-Version to 4.0.1
135
136  -- Michael Prokop <mika@grml.org>  Thu, 17 Aug 2017 15:08:27 +0200
137
138 grml-live (0.30.0) unstable; urgency=medium
139
140   [ Michael Prokop ]
141   * [5bb2f98] Update comment regarding checksum generation
142   * [6725bfa] Support EFI on 32-bit systems, increase EFI image size +
143     switch from isohybrid to xorriso/isohybrid combination
144   * Software-related changes:
145     - [9e520d4] add lm-sensors to GRML_FULL. Thanks to Grégoire Sutre
146       for the suggestion
147     - [3a96b44] drop packages from GRML_FULL that are already part of
148       GRMLBASE
149     - [b489a40] no longer ship grml2hd* packages via GRMLBASE
150     - [b6fbb79] drop tcpd from GRML_SMALL, not shipped on GRML_FULL.
151       Thanks to Darshaka Pathirana <dpat@syn-net.org>
152     - [82a78a4] add ed to GRML_FULL since it's also shipped on
153       GRML_SMALL. Thanks to Darshaka Pathirana <dpat@syn-net.org>
154
155   [ Darshaka Pathirana ]
156   * [dde7709] templates: remove bootoption nostats
157   * [061fdcd] Update cheatcodes documentation to clarify isolinux
158     vs GRUB situation
159   * [d618834] templates: fix isolinux boot option label for grub
160
161  -- Michael Prokop <mika@grml.org>  Fri, 09 Jun 2017 22:51:01 +0200
162
163 grml-live (0.29.7) unstable; urgency=medium
164
165   * [b0b0bc5] Get rid of /etc/network/if-up.d/aoe-discover
166
167  -- Michael Prokop <mika@grml.org>  Mon, 29 May 2017 19:27:11 +0200
168
169 grml-live (0.29.6) unstable; urgency=medium
170
171   * [78b2757] Delete /usr/lib/udev/rules.d/64-md-raid-assembly.rules to
172     avoid automatic mdadm scanning
173
174  -- Michael Prokop <mika@grml.org>  Fri, 26 May 2017 23:38:30 +0200
175
176 grml-live (0.29.5) unstable; urgency=medium
177
178   [ Michael Prokop ]
179   * [8a09c98] GRUB theme: replace desktop-color with desktop-image. Thanks
180     to Michael Schierl <schierlm@gmx.de>
181   * [08877a5] Enable autologin for user root on serial console ttyS0
182   * [fad6e2c] Disable automatic 'ATA over Ethernet discovery' Thanks to
183     Felipe Sateler + Darshaka Pathirana for help in coming up with a
184     solution
185   * [3a31f02] Enable systemd specific debug boot options in debugging mode
186   * [a56dcf4] Provide consistent header information for all /etc/systemd/
187     files that are deployed via grml-live
188   * [fcb31f4] Switch from grml-runtty to agetty also on tty11 + tty12
189   * Software related changes:
190     - [d039e20] add cpufrequtils to GRML_SMALL
191     - [8dd4995] add rng-tools to GRMLBASE [Closes: issue1336]
192     - [d3bb619] add haveged to GRMLBASE [Closes: issue1336]
193
194   [ Darshaka Pathirana ]
195   * [5fbe7ab] TTY6/VT6 should start a shell if bootoption startx is not
196     given
197   * [da778b9] Switch from grml-runtty to agetty
198   * [48143b6] Get rid of grml-runtty
199   * [6871972] Run zsh when starting screen
200
201   [ Thomas Stewart ]
202   * [afdf6b6] Warn in initramfs if there is <256MM memory
203
204  -- Michael Prokop <mika@grml.org>  Wed, 24 May 2017 14:32:15 +0200
205
206 grml-live (0.29.4) unstable; urgency=medium
207
208   * Software related changes:
209     - [e71ef8c] add lsscsi to GRML_SMALL. Thanks to András Korn
210   * [52b5306] GRMLBASE/49-sshd: ensure that login as root via password
211     works again
212   * [2c2f282] No longer mask systemd-machine-id-commit.service
213   * [d6e3163] Delete /lib/udev/rules.d/69-lvm-metad.rules to avoid
214     automatic LVM scanning
215   * [7ca3b49] Ensure that tty1 console is starting *after* grml-autoconfig
216     execution. Thanks to Darshaka Pathirana <dpat@syn-net.org>
217
218  -- Michael Prokop <mika@grml.org>  Tue, 16 May 2017 14:48:38 +0200
219
220 grml-live (0.29.3) unstable; urgency=medium
221
222   [ Darshaka Pathirana ]
223   * [02f844a] Use Firefox as default browser if present and drop iceweasel
224     config
225
226   [ Michael Prokop ]
227   * [595d0fe] Set grml-docs/startpage.html + grml.org as start pages in
228     Firefox
229
230  -- Michael Prokop <mika@grml.org>  Fri, 05 May 2017 17:56:13 +0200
231
232 grml-live (0.29.2) unstable; urgency=medium
233
234   [ Antoine Beaupré ]
235   * [7beda7d] Output to "./grml" in current working directory instead of
236     /grml/grml-live
237   * [f7be6a2] fixup build broken by 7beda7d
238
239   [ Michael Prokop ]
240   * [990478a] SW: include systemd-container in GRMLBASE
241   * [f2c7804] GRMLBASE/21-usersetup: add grml user to 'input' group.
242     Thanks to Laurent Bigonville for the hint
243   * [4236ea4] SW: replace transitional package iptraf with iptraf-ng
244   * [8120950] deborphan: add qemu-kvm to list of packages which are never
245     to be reported
246   * [42089ed] SW: add linux-cpupower to GRML_FULL
247
248   [ Darshaka Pathirana ]
249   * [4a7d133] Make startx boot option work with systemd
250
251  -- Michael Prokop <mika@grml.org>  Fri, 05 May 2017 10:54:59 +0200
252
253 grml-live (0.29.1) unstable; urgency=medium
254
255   * [46b3c13] Add default user (grml) to "disk" group
256   * [a28b0fd] If locales-all package is installed skip locales generation
257   * [08d2105] docs: fix typo (ot->to)
258   * [38a5a50] debian/rules: replace deprecated dh_clean -k with dh_prep
259
260  -- Michael Prokop <mika@grml.org>  Tue, 07 Mar 2017 17:18:13 +0100
261
262 grml-live (0.29.0) unstable; urgency=medium
263
264   [ Michael Prokop ]
265   * Software related changes:
266     - [678f11e] ship acpid on file-rc systems only, systemd provides
267       logind
268     - [ec12218] add qemu-system-x86 as underlying dependency for qemu-kvm
269     - [5f9f936] replace transitional package iceweasel with firefox-esr
270   * [890427a] Provide sources.list file for DEBIAN_STRETCH class to be
271     able to use "-s stretch" as grml-live command line
272   * [3566d01] Generate /etc/issue with Grml release information
273   * [f2ebfa6] Create /home/$USERNAME in RELEASE class with up2date files
274     from /etc/skel
275   * [fda69fd] Fix generation of SHA-256 and SHA-512 hashes
276
277   [ Darshaka Pathirana ]
278   * [d55873e] Provide new grml-boot.target. Thanks to Felipe Sateler
279
280  -- Michael Prokop <mika@grml.org>  Fri, 24 Feb 2017 14:01:17 +0100
281
282 grml-live (0.28.1) unstable; urgency=medium
283
284   [ brian m. carlson ]
285   * [fd166a5] Add SHA-256 and SHA-512 hashes
286
287   [ Darshaka Pathirana ]
288   * [895467c] Change systemd default target to multi-user.target
289   * [50bdb40] Use ssh-keygen -A to generate host keys
290   * [48dd3c8] Enable General Purpose Mouse interface (gpm) with systemd
291
292   [ Michael Prokop ]
293   * Documentation related changes:
294     - [07dd8b1] document LIVE_CONF usage. Thanks to Eric Keller for bug report
295     - [01fa9e0] clarify usage of GRMLBASE regarding kernel package selection
296     - [6c2fffe] update ISO sizes + disk space requirements
297   * Software related changes:
298     - [8d1192c] add libpam-systemd to GRMLBASE, except for FILE_RC installs
299     - [7d42047] add man-db to GRML_FULL
300     - [837cb4a] add vim-gtk to GRML_FULL [Closes: issue1325]
301   * Cleanups:
302     - [712b0db] Drop deprecated ia32-libs package from Recommends
303     - [d82e1cc] Drop grml-live-compat from Suggests, update code + comments
304       accordingly
305
306  -- Michael Prokop <mika@grml.org>  Fri, 27 Jan 2017 16:25:03 +0100
307
308 grml-live (0.28.0) unstable; urgency=medium
309
310   The "hello worl^Wsystemd" release
311
312   [ Michael Prokop ]
313   * Software related changes:
314     - [939390e] move multitail from GRML_FULL to GRMLBASE
315     - [15d53d4] add binwalk to GRML_FULL
316     - [c135742] drop aufs-tools from GRMLBASE
317     - [4548553] add libteam-utils
318     - [f74dd50] update list of firmware package in GRMLBASE
319     - [a6f8b43] drop firmware-ipw2x00 (license issues)
320     - [96b25c3] add nvme-cli to GRML_FULL
321     - [ebf5726] add dbus to GRMLBASE
322     - [04fba36] drop disabled 'nvi' package from GRML_SMALL class
323     - [5a02583] drop sysvinit from GRML_SMALL + GRML_FULL
324
325   * Systemd related changes:
326     - [1aec739] Systemd support, providing backwards compatibility
327       via FILE_RC class [Closes: issue1015]
328     - [db954a2] Switch UTC setting from /etc/default/rcS to /etc/adjtime.
329       Thanks to Darshaka Pathirana
330     - [58742dd] Drop deprecated GRMLBASE/48-tmpfs file, use default
331       /tmp handling
332     - [bb2bf50] Update FILE_RC + systemd classes for aptitude->apt switch
333     - [c553193] Skip resolvconf magic when using systemd
334     - [b70f723] Enable rsyslog socket + service via systemd preset
335     - [486a40c] grml-cheatcodes.txt: document SYSTEMD_COLORS=0 usage
336
337   * New feature "wayback machine":
338     - [7380bbc] Provide wayback machine via "-w <date>"
339     - [4aa8458] Use "[check-valid-until=no]" in wayback option
340     - [1601f8b] Support wayback option also in bootstrapping
341       the initial chroot
342
343   * Misc bugfix/improvement/docs related changes:
344       - [e83b8fe] 03-get-sources: ensure that apt information is
345         available + up2date
346       - [16c1c71] Add .gitignore to ignore files from
347         etc/grml/fai/config/basefiles
348       - [83d621a] docs: don't mention Grml/Debian repositories for
349         squashfs-tools any longer
350       - [e9da330] Add etc/grml/fai/config/config to .gitignore
351       - [ae7acfb] Ensure that we can build up2date epub + pdf files
352       - [5c8e5c9] docs: provide instructions how to run from git, use
353         local repos + unify base.tgz docs
354       - [06ef02f] Add new Grml repository signing key 4096R/21E0CA38EA2EA4AB
355         to GRMLBASE's /etc/apt/grml.key
356       - [465346b] hooks/instsoft.GRMLBASE: ensure package list is up2date
357         before trying to install file-rc/aptitude
358       - [4585f1e] hooks/instsoft.GRMLBASE: ensure aptitude is available
359         before invoking it
360       - [1631a89] scripts/GRMLBASE/94-update-smart-drivedb: switch warning
361         into note since update-smart-drivedb is deprecated
362       - [b17040d] GRMLBASE/44-grub: explicitly set grub-mkimage's prefix
363         path. Thanks to Darshaka Pathirana
364       - [3ac646b] templates: use net.ifnames=0 by default
365       - [8075b3f] instsoft.GRMLBASE: ensure that file-rc can be installed
366       - [121b348] Switch from aptitude to apt-get as package manager in
367         package list
368       - [c850f58] GRMLBASE/21-usersetup: add grml user to vboxsf group
369       - [178765a] Add etc/grml/fai/make-fai-nfsroot.conf +
370         etc/grml/fai/nfsroot.conf to .gitignore
371       - [c970c21] README: explicitly mention the templates option as well
372       - [0a07df7] Bump Standards-Version to 3.9.8
373       - [8ee391b] Bump debian/compat to 9
374       - [f37bf4e] Bump Build-Depends to debhelper v9 or newer
375
376   [ Andreas "Jimmy" Gredler ]
377   * [7fce04b] Added support for netboot.xyz
378   * Software related changes:
379     - [d9fb7da] Add syslinux-utils to GRMLBASE
380
381   [ Carsten Hey ]
382   * [45f0dab] isolinux.cfg template: fix typo in a comment
383
384   [ Darshaka Pathirana ]
385   * [5b0d160] Fix failing systemd ssh.service
386   * [6e61fc1] Enable and disable services by using systemd.presets
387   * [867af6c] Set user, group and mode for /etc/systemd
388   * [55a97d8] Use systemd.preset to disable all unneeded services
389
390  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2017 16:16:00 +0100
391
392 grml-live (0.27.2) unstable; urgency=medium
393
394   * [54e1498] Fix apt >=1.1 regression in apt-preferences handling
395   * [5cc5ed0] Do not fail source retrieval step with apt >=1.1
396
397  -- Michael Prokop <mika@grml.org>  Fri, 04 Dec 2015 22:53:29 +0100
398
399 grml-live (0.27.1) unstable; urgency=medium
400
401   [ Evgeni Golov ]
402   * [94aafe9] drop full-ov, custom-ov, live-rw and home-rw from the
403     helptext
404
405   [ Michael Prokop ]
406   * [9561b4b] Drop misplaced MIRROR_DIRECTORY from grml-live.conf
407   * [25317da] docs: How to use your own local repository
408   * [3003b74] Fix wrong filename for chain.c32 in isolinux.cfg. Thanks to
409     Gregor Zattler <telegraph@gmx.net> for the bug report
410
411  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2015 23:21:55 +0200
412
413 grml-live (0.27.0) unstable; urgency=medium
414
415   * Software related changes:
416     - [eacb0a9] add stress to GRML_FULL. Thanks to Bernd Zeimetz
417       <bzed@debian.org> for the suggestion
418     - [467562f] add apt-transport-https to GRMLBASE
419     - [0d4a8c8] replace vlock with physlock [Closes: issue1342]
420   * [c057283] Drop unmaintained GRML_MEDIUM + GRML_XL classes
421   * [597476b] grml-cheatcodes.txt: replace vlock with physlock
422   * [32f2612] Drop unused-override from lintian file
423
424  -- Michael Prokop <mika@grml.org>  Thu, 09 Jul 2015 12:10:56 +0200
425
426 grml-live (0.26.8) unstable; urgency=medium
427
428   The "happy bugfixing ☻" release
429
430   * [c3d079c] DEBIAN_STABLE: backports should point to jessie nowadays
431   * [e44be99] Replace references to wheezy with jessie + add stretch to
432     zsh completion
433   * [f50c895] Fix check for sylinux *.c32 files
434   * [29dc84a] Make package error check safe for "/" inside the package
435     string
436   * [fac5a9f] sources.list configs: enable contrib/non-free for backports
437   * [7cf0d67] 33-aptsetup: improve perl regex to work with backports and
438     perl 5.14
439   * [f793321] sources.list: fix comments and drop unused entries
440   * [f6abf3c] Provide sources.list setup for DEBIAN_JESSIE
441
442  -- Michael Prokop <mika@grml.org>  Mon, 22 Jun 2015 18:13:52 +0200
443
444 grml-live (0.26.7) unstable; urgency=medium
445
446   * Software related changes:
447     - [46560db] add uml-utilities to GRML_FULL [Closes: issue1344]
448     - [ed11f13] add bats to GRML_FULL
449   * [ddc3eda] New script 94-update-smart-drivedb to update smartmontools'
450     drive database
451   * [1f91be9] 94-update-smart-drivedb: do not fail on update-smart-drivedb
452     errors
453
454  -- Michael Prokop <mika@grml.org>  Sat, 06 Jun 2015 01:41:40 +0200
455
456 grml-live (0.26.6) unstable; urgency=medium
457
458   * [ae3f3ea] Do not enable modesetting for mgag200 driver
459     [Closes: issue1334]
460   * [b057685] Add mgag200.modeset=0 to boot options for disabled
461     framebuffer/KMS
462   * [ded6100] Include ldlinux.c32 in netboot package. Thanks to murb for
463     the bug report on IRC, thanks to chtaube for the bugreport in the BTS.
464     [Closes: issue1340]
465   * [9cef53c] Include ldlinux.c32 in netboot package also via grml-live
466     itself
467   * [ec5ba42] Copy all *.c32 syslinux files to make sure dependencies
468     aren't missing
469   * Software related changes:
470     - [f2341e2] add nethogs to GRML_FULL
471     - [93a09a7] add partclone to GRML_FULL [Closes: issue1341]
472       Thanks to gerd for the bug report
473
474  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2015 14:04:42 +0100
475
476 grml-live (0.26.5) unstable; urgency=medium
477
478   * [b9012b6] Drop deprecated mtab.sh script from runlevel.conf
479     [Closes: issue1321] Thanks to Christian Hofstaedtler for reporting
480   * Software related changes:
481     - [aab3330] add wodim to GRML_FULL [Closes: issue1324]
482     - [f3ab027] replace wodim with xorriso [Closes: issue1233]
483       Thanks to Alexander Wirt for pointing out that wodim is outdated
484
485  -- Michael Prokop <mika@grml.org>  Tue, 18 Nov 2014 13:07:07 +0100
486
487 grml-live (0.26.4) unstable; urgency=medium
488
489   * [1c745f0] Add libmenu.c32 to isolinux directory
490   * [438804c] No longer include MirOS BSD in isolinux/syslinux boot menu
491   * [50857d8] Also include libgpl.c32 in isolinux directory
492
493  -- Michael Prokop <mika@grml.org>  Fri, 14 Nov 2014 12:51:46 +0100
494
495 grml-live (0.26.3) unstable; urgency=medium
496
497   [ Evgeni Golov ]
498   * [92a5c91] Fix creation of images based on Wheezy after the udev
499     fix in grml-live
500   * [e6a2086] Set cirrus modeset=0 to prevent hang on QEMU
501
502  -- Michael Prokop <mika@grml.org>  Thu, 13 Nov 2014 09:28:06 +0100
503
504 grml-live (0.26.2) unstable; urgency=medium
505
506   [ Evgeni Golov ]
507   * [bce4532] also set cirrus.modeset=0 for the nomodeset options
508   * [624ae81] grml-cheatcodes: document cirrus.modeset=0
509
510  -- Michael Prokop <mika@grml.org>  Thu, 06 Nov 2014 00:50:49 +0100
511
512 grml-live (0.26.1) unstable; urgency=medium
513
514   [ Michael Prokop ]
515   * [57c1cbd] Fix path for memdisk binary when building with recent
516     syslinux[-common] versions
517   * [96dd50b] Switch from http.debian.net to ftp.debian.org
518   * [51fbcc7] Make sure apt caches are up2date before trying to install
519     aptitude
520   * [0d862c6] Bump Standards-Version to 3.9.6
521   * Software related changes:
522     - [0f1a3e2] add syslinux-common to GRMLBASE
523
524   [ Evgeni Golov ]
525   * [58a3389] set CRYPTSETUP=y when calling update-initramfs. Thanks to
526     Charles A. Hewson <cahewson@eskimo.com>
527
528  -- Michael Prokop <mika@grml.org>  Tue, 28 Oct 2014 10:55:16 +0100
529
530 grml-live (0.26.0) unstable; urgency=medium
531
532   * Software related changes:
533     - [1d15a21] add augeas-tools
534     - [afefe0a] drop gptsync (orphaned and broken)
535   * [038aa8e] isohybrid binary moved to syslinux-utils, update Recommends
536     + error msg
537   * [09c4993] Do our best to make sure aptitude is installed in chroot
538   * [1ed2df6] Update lintian overrides for modified lintian message
539
540  -- Michael Prokop <mika@grml.org>  Wed, 17 Sep 2014 22:54:12 +0200
541
542 grml-live (0.25.1) unstable; urgency=medium
543
544   * [862dda1] updatebase.GRMLBASE: execute fcopy with -i flag to ignore
545     non-matching files
546   * [1610e49] Check for failed updatebase and instsoft hook executions
547
548  -- Michael Prokop <mika@grml.org>  Thu, 03 Jul 2014 16:16:32 +0200
549
550 grml-live (0.25.0) unstable; urgency=medium
551
552   [ Michael Prokop ]
553   * [e8a4c1d] Add falls positive privacy-breach-generic to lintian
554     overrides
555   * [184eabc] 21-usersetup: check for existing /bin/zsh inside the chroot.
556     Thanks to Krisztian VASAS <iron@ironiq.hu> for reporting the problem
557   * [1290fba] New cmdline option -S + env variable SCRIPTS_DIRECTORY to
558     set script directory. Thanks to Krisztian VASAS <iron@ironiq.hu> for
559     the initial patch
560
561   [ Elias Probst ]
562   * [14ee437] Add 'rsync' to dependencies
563
564   [ Krisztian VASAS ]
565   * [1ebce30] Possibility to give LIVE_CONF as env. variable
566   * [df45a26] Don't use addons in GRUB if NO_ADDONS is set
567   * [62dae38] Fixes to be able to build Grml based on Debian Wheezy
568
569  -- Michael Prokop <mika@grml.org>  Thu, 03 Jul 2014 13:15:21 +0200
570
571 grml-live (0.24.0) unstable; urgency=medium
572
573   [ Michael Schierl ]
574   * [8d91fa8] Add more filesystems to modular GRUB2 [related to issue1306]
575
576   [ Michael Prokop ]
577   * [932cf88] Adjust syslinux directories for syslinux v3:6.03~pre1+dfsg-4
578   * [412c0be] Do not fail in upgrade mode (-u) when configuration files
579     have been modified
580   * [7fe3cdb] Further updates for syslinux v3:6.03~pre1+dfsg-4 support
581   * Software related changes:
582     - [00c1f19] add iperf to GRML_FULL
583     - [9f0a996] move syslinux into GRMLBASE class, add pxelinux + isolinux
584
585  -- Michael Prokop <mika@grml.org>  Mon, 26 May 2014 12:08:40 +0200
586
587 grml-live (0.23.3) unstable; urgency=medium
588
589   * [61d5ddd] Drop "forensic" boot option from Forensic Mode boot menu
590   * [8f28ef2] debconf: enable permit-root-login for openssh-server package
591   * [0ad0e81] Provide GRMLBASE script 49-sshd to adjust sshd configuration
592     [Closes: issue1304]
593   * Software related changes:
594     - [908cad4] replace zd1211-firmware with firmware-zd1211
595
596  -- Michael Prokop <mika@grml.org>  Sat, 19 Apr 2014 22:40:29 +0200
597
598 grml-live (0.23.2) unstable; urgency=medium
599
600   [ Evgeni Golov ]
601   * [e44c3b3] name the correct, non-deprecated, persistence label first
602
603   [ Michael Prokop ]
604   * [4a12fc7] Install grub modules into /boot/grub/i386-pc [Testing:
605     issue1297] Thanks to Michael Schierl
606   * [6905754] Fix syntax error in "${BUILD_OUTPUT}"/boot/grub/i386-pc/
607     creation
608   * [4df3e2f] Add bzip2 to depends, used for netboot package generation.
609     Thanks to Michael Schierl for the bugreport
610   * [d1e7709] Run wrap-and-sort -a on debian directory
611   * [7a9a250] Remove /etc/resolvconf/resolv.conf.d/original during
612     cleanup. Thanks to Evgeni Golov for the pointer
613   * [462afb6] Make sure to not leak any mdadm configurations from the
614     build system. Thanks to Evgeni Golov for the pointer
615   * Software related changes:
616     * [b586e55] drop libertas-firmware from GRMLBASE. Thanks to Axel
617       Beckert <abe@deuxchevaux.org>
618     * [2601da4] replace lynx with lynx-cur. Thanks to Axel Beckert
619       <abe@deuxchevaux.org>
620
621   [ Michael Schierl ]
622   * [fc89ac0] Add warning for running grml-live from git
623   * [d3e8ff2] Make the GRUB images modular
624   * [10201fb] Work around regression in GRUB 2.00-22
625
626  -- Michael Prokop <mika@grml.org>  Sat, 29 Mar 2014 17:17:18 +0100
627
628 grml-live (0.23.1) unstable; urgency=medium
629
630   * [c701eef] Rework script which checks for uninstallable packages
631   * Software related changes:
632     - [35e2f8f] drop recover, abandoned upstream
633
634  -- Michael Prokop <mika@grml.org>  Fri, 21 Mar 2014 10:43:46 +0100
635
636 grml-live (0.23.0) unstable; urgency=medium
637
638   * [8bdfb54] 98-clean-chroot: get rid of /var/lib/aptitude/pkgstates.old
639     in RELEASE class
640   * [0442e2a] 33-aptsetup: adopt snapshot.debian.org code for
641     http.debian.net
642   * [e4b0667] Rename "readonly" boot option to "read-only", renamed in
643     live-boot
644   * [3ffdf59] Move return code check of FAI-run before wrinting to /etc of
645     live system
646   * [c5ba433] Enable fbdev for vmwgfx kernel driver [Testing: issue1280]
647     Thanks to Andreas Gredler <jimmy@grml.org>
648   * Software related changes:
649     - [6a5659b] SW: replace transitional package ifenslave-2.6 with
650       ifenslave
651     - [1d7acdc] SW: remove ufsutils from GRML_{SMALL,MEDIUM,FULL,XL}
652
653  -- Michael Prokop <mika@grml.org>  Thu, 20 Mar 2014 16:23:41 +0100
654
655 grml-live (0.22.1) unstable; urgency=medium
656
657   * [adbf302] Update DEBIAN_STABLE for wheezy as current stable release
658   * [e5bc692] grml-live.conf: adjust SUITE comment for new defaults
659   * [bfb132d] grml-live.conf: adjust debootstrap cmdline for Debian/wheezy
660   * [04e6319] zsh completion: update list of Debian suites
661   * [c2110d3] Remove DEBIAN_STABLE file regarding wheezy-backports. Thanks
662     to Andras Korn
663   * [89a4ade] Force bootlocal* files to be executables
664
665  -- Michael Prokop <mika@grml.org>  Mon, 03 Feb 2014 16:21:15 +0100
666
667 grml-live (0.22.0) unstable; urgency=low
668
669   The "happy xmas" release
670
671   * [308d87b] Switch from cdn.debian.net to http.debian.net
672   * [7721458] Bump Standards-Version to 3.9.5
673   * [7b90d41] RELEASE/98-clean-chroot: remove
674     /var/lib/apt/lists/*Translation* files
675   * [12ae9f0] GRMLBASE/98-clean-chroot: do not execute apt-get update
676   * Software related changes:
677     - [0ef21d2] add dump to GRML_FULL [Closes: issue1288]
678     - [a6d3e35] add nocache to GRML_FULL
679
680  -- Michael Prokop <mika@grml.org>  Tue, 24 Dec 2013 13:13:04 +0100
681
682 grml-live (0.21.6) unstable; urgency=low
683
684   * [7858f90] grml-cheatcodes.txt: document passwd and encpasswd boot
685     options
686   * [8e04e2c] Update list of supported Debian suites/releases and related
687     docs
688   * Software related changes:
689     - [4ed2dcf] Add tcplay to GRML_FULL [Closes: issue1282]
690       Thanks to Raoul for the suggestion
691
692  -- Michael Prokop <mika@grml.org>  Thu, 07 Nov 2013 10:18:57 +0100
693
694 grml-live (0.21.5) unstable; urgency=low
695
696   * [6e49238] scripts/generate_netboot_package.sh: add closing brace to
697     error message
698   * [1876480] Fix check for presence of pxelinux.0 file
699   * [3c4e3e3] Drop trailing dot in 'Boot from next boot device' Thanks to
700     Andreas Gredler for noticing
701
702  -- Michael Prokop <mika@grml.org>  Fri, 13 Sep 2013 12:58:48 +0200
703
704 grml-live (0.21.4) unstable; urgency=low
705
706   * [d04892a] Execute freshclam only if class FRESHCLAM is set
707
708  -- Michael Prokop <mika@grml.org>  Tue, 10 Sep 2013 13:24:54 +0200
709
710 grml-live (0.21.3) unstable; urgency=low
711
712   * Software related changes:
713     - [1f4f495] add nwipe to GRML_FULL
714     - [6c246ac] add nwipe to GRML_SMALL
715     - [8496764] add clonezilla to GRML_FULL
716
717  -- Michael Prokop <mika@grml.org>  Mon, 09 Sep 2013 23:45:43 +0200
718
719 grml-live (0.21.2) unstable; urgency=low
720
721   The "oho, she's crawling!" release
722
723   * [b2689b3] Software related change: add xz-utils to GRMLBASE
724
725  -- Michael Prokop <mika@grml.org>  Wed, 04 Sep 2013 17:11:05 +0200
726
727 grml-live (0.21.1) unstable; urgency=low
728
729   The "oho, she's moving!" release
730
731   * [2f7f443] templates: Use lowercase 'timeout' command in syslinux
732     configuration
733   * [e49b4b3] docs: use wheezy and http.debian.net in base.tgz
734     instructions
735
736  -- Michael Prokop <mika@grml.org>  Wed, 14 Aug 2013 13:58:53 +0200
737
738 grml-live (0.21.0) unstable; urgency=low
739
740   The "veɪˈkeɪʃən" release
741
742   [ Michael Prokop ]
743   * [99d7926] Use UTC as default TIMEZONE
744   * [2633dd3] DEBORPHAN/98-clean-chroot: be more verbose about
745     executed steps
746
747   * Software related changes:
748     - [de23db4] Drop makedev from all GRML_* classes
749     - [e00aa4e] Replace epdfview with xpdf in GRML_FULL
750     - [a1c6e72] Drop febootstrap from GRML_FULL
751
752   [ Ulrich Dangel ]
753   * [1f86521] SW: Add puppet to GRML_FULL
754
755  -- Michael Prokop <mika@grml.org>  Fri, 07 Jun 2013 00:44:55 +0200
756
757 grml-live (0.20.2) unstable; urgency=low
758
759   * [8a6187d] grml-live-remaster: check for /remaster before using it,
760     mount-bind /run and /dev/pts, create filesystem.module
761     [Closes: issue1241] Thanks to Moritz Molle for the initial patch
762   * [be66030] GRMLBASE/45-grub-images: adapt script for renamed raid.mod
763     file. Thanks to Jordan Uggla for the feedback
764   * [4e4fc89] GRMLBASE/45-grub-images: drop raid.mod from static module
765     list
766
767  -- Michael Prokop <mika@grml.org>  Mon, 20 May 2013 23:45:15 +0200
768
769 grml-live (0.20.1) unstable; urgency=low
770
771   * [7bd13c0] Adopt grml-live-remaster for live-boot's new
772     /lib/live/mount/medium/
773   * [1d82b15] isolinux boot splashes: adjust path to grml-cheatcodes.txt
774   * [d9029ce] grml-cheatcodes: adjust live image path for new live-boot
775     default
776   * Software related changes:
777     - [4687ed3] add genisoimage to GRML_FULL. Thanks to Charles A.
778       Hewson <cahewson@eskimo.com> for the bug report
779
780  -- Michael Prokop <mika@grml.org>  Tue, 26 Feb 2013 12:14:34 +0100
781
782 grml-live (0.20.0) unstable; urgency=low
783
784   [ Alexander Wirt ]
785   * Software related changes:
786   * [8c816bf] Move firmware packages to GRMLBASE
787
788   [ Michael Prokop ]
789   * Software related changes:
790   * [2a20d6e] drop firmware-ipw2x00 from GRMLBASE
791
792  -- Michael Prokop <mika@grml.org>  Mon, 04 Feb 2013 13:39:04 +0100
793
794 grml-live (0.19.9) unstable; urgency=low
795
796   * [c080bdb] Bump Standards-Version to 3.9.4
797
798  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2012 12:58:26 +0100
799
800 grml-live (0.19.8) unstable; urgency=low
801
802   [ Michael Prokop ]
803   * [a67febf] New persistency mode is used via boot option "persistence"
804     instead of "persistent"
805   * [2897f72] persistency boot option: mention full-ov + custom-ov in help
806     text
807   * [fb6d430] docs: update list of supported Debian suites
808   * [9c4a691] Source /etc/grml/grml-live.conf only if it can be read.
809     Thanks to Evgeni Golov for reporting
810   * [2723ba9] drop log call when trying to source /etc/grml/grml-live.conf
811   * Software related changes:
812     - [b343411] add ifenslave-2.6 to GRML_FULL and GRML_SMALL
813     - [ca66f69] add uuid-runtime to GRMLBASE [Closes: issue1218]
814       Thanks to Raoul <raoul@bhatia.at> for the feature request
815
816   [ Evgeni Golov ]
817   * [64025b9] create a list of non-free packages and their licenses
818
819  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2012 15:09:38 +0100
820
821 grml-live (0.19.7) unstable; urgency=low
822
823   * [c92e94e] dpkg-divert grub-probe binary to avoid problems in OpenVZ
824     environments
825   * [a694752] Drop insserv removal from instsoft.GRMLBASE hook script
826   * [c551747] Store md5sum of all files being available in build output
827     directory
828   * Software related changes:
829     - [b3947fe] drop ia32-libs from GRML_FULL
830
831  -- Michael Prokop <mika@grml.org>  Tue, 11 Sep 2012 15:11:13 +0200
832
833 grml-live (0.19.6) unstable; urgency=low
834
835   The "jenkins-debian-glue" release
836
837   * [59296d8] Revert "Replace cdn.debian.net with http.debian.net"
838     until #685192 ("apt: redirection handling changes in 0.9.4 may break
839     aptitude") has been resolved
840   * [1584694] Display usage information if any unknown cmdline option is
841     used
842   * [644f7bd] Do not accept any command line arguments we can't handle
843
844   * Software related changes:
845     - [b888dd3] SW: add netsniff-ng to GRML_FULL [Closes: issue1197]
846     - [4e4a05a] SW: drop ddrescue from GRML_MEDIUM and GRML_SMALL (removed
847       from Debian, see #677101)
848     - [7dd680b] SW: add gddrescue to GRML_SMALL
849     - [15918cd] SW: replace fuse-utils with fuse
850     - [5c1e272] SW: add ssmping to GRML_FULL
851
852  -- Michael Prokop <mika@grml.org>  Mon, 27 Aug 2012 15:32:12 +0200
853
854 grml-live (0.19.5) unstable; urgency=low
855
856   The "Stockholm" release
857
858   * [4e027c7] Unset TMPDIR to avoid leaking the variable into chroot
859     scripts
860   * [0533a72] Replace cdn.debian.net with http.debian.net
861   * [2fa5b80] templates/GRML/README.txt: update to match current
862     development
863   * Software related changes:
864     - [05ff8cd] drop arrayprobe from GRML_FULL + GRML_XL
865     - [40f7c44] add firmware-bnx2 + firmware-bnx2x to GRML_SMALL and
866       GRML_FULL
867     - [e0dc6c6] add epdfview to GRML_FULL. Thanks to Evgeni Golov,
868       Alexander Wirt and Markus Ulrich raising this issue
869       [Closes: issue1189]
870
871  -- Michael Prokop <mika@grml.org>  Mon, 02 Jul 2012 15:24:21 +0200
872
873 grml-live (0.19.4) unstable; urgency=low
874
875   [ Michael Prokop ]
876   * [4c8f1b5] GRMLBASE/21-usersetup: drop deprecated workaround
877     for gsmsms (see #353967)
878   * [dfb358d] GRMLBASE/33-aptsetup: adjust snapshot.debian.org cmdline
879     and enable it for RELEASE class (Closes: issue1083)
880   * [6104812] Ignore --uefi option for isohybrid on 32bit systems
881   * [3f2420b] Architecture sanity check: be more restrictive using a
882     word-regexp grep
883   * [feacdba] Do not bailout (incl. cleanup) but just exit if user wants
884     to quit
885   * [06021ae] GRMLBASE/45-grub-images: calculate real disk size of
886     bootx64.efi. Thanks to Andras Korn for the patch
887   * [2cb9607] GRMLBASE/45-grub-images: put single quotes to
888     appropriate place
889   * [11fd80a] GRMLBASE/95-package-information: drop field width
890     option in dpkg-query command
891   * Software related change:
892     - [f1c4de5] drop smbfs from GRML_FULL + GRML_XL (provided by
893       cifs-utils nowadays)
894
895   [ Csillag Tamas ]
896   * [9102cb3] Do not remove the chroot if the user backs out
897
898  -- Michael Prokop <mika@grml.org>  Tue, 12 Jun 2012 00:29:15 +0200
899
900 grml-live (0.19.3) unstable; urgency=low
901
902   The "ready for Grml 2012.05" release \o/
903
904   [ Michael Prokop ]
905   * [33427af] Add whitespace chars to ssh docs on boot splash f5
906   * [0f27814] grml-cheatcodes.txt: update and extend documentation
907     regarding live-media-path
908   * [56dc49c] templates/boot/grub/addons.cfg: insmod linux16 before
909     running linux16 commands. Thanks to Evgeni Golov for the bugreport
910     and the fix
911
912   [ Markus Ulrich ]
913   * [7602518] Extend the infotext about the ssh feature for bootmenu and
914     f5-help at boot prompt
915
916  -- Michael Prokop <mika@grml.org>  Mon, 28 May 2012 17:24:22 +0200
917
918 grml-live (0.19.2) unstable; urgency=low
919
920   The "happy multitasking" release ←↑↓→
921
922   * [193203a] DEBORPHAN/98-clean-chroot: purge removed packages
923   * [4bc598a] Generate make-fai-nfsroot.conf and nfsroot.conf on-the-fly
924     (Closes: gh #4)
925   * [8cfed16] Generate /etc/grml_live_version after FAI execution + drop
926     /etc/dpkg/dpkg.cfg.d/unsafe-io code
927   * [6dcd837] Drop unused NFSROOT configuration file
928   * [3106869] Use syslinux's mboot.c32 for booting Grub2. Thanks to
929     Jordan Uggla for his valuable bootloader knowledge
930   * [63cf502] umount_all: also get rid of loopback mount of ISO
931   * [a7f99c4] extract ISO feature: make sure *.squashfs files exist +
932     support older ISOs too. Thanks to Charles A. Hewson
933     <cahewson@eskimo.com> for the bugreport
934   * Software related changes:
935     - [80a1a18] SW: add sysstatt to GRML_FULL. Thanks to
936       Michael Renner for reporting
937
938  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2012 16:44:40 +0200
939
940 grml-live (0.19.1) unstable; urgency=low
941
942   [ Michael Prokop ]
943   * [582f3a3] Bump Standards-Version to 3.9.3
944   * Software related changes:
945     - [cb20a89] add pppoeconf to GRML_SMALL and GRML_FULL
946       Thanks to Heinz Ahrens for the wish request
947     - [d81e978] add open-vm-tools to GRML_FULL
948       Thanks to Holger Baust for the suggestion
949     - [851f880] add iptstate to GRML_SMALL and GRML_FULL
950       Thanks to Markus Ulrich
951     - [026a603] add xmount to GRML_FULL
952     - [3ff6f9b] add ewf-tools to GRML_FULL
953
954   [ Evgeni Golov ]
955   * [bf4073e] Switch order of Depends from genisoimage | xorriso to
956     xorriso | genisoimage
957   * [950ef7a] document ethdevice-timeout cheatcode. Thanks to
958     Vincent McIntyre <vincent.mcintyre@csiro.au> [Closes: issue1153]
959
960  -- Michael Prokop <mika@grml.org>  Mon, 14 May 2012 15:58:26 +0200
961
962 grml-live (0.19.0) unstable; urgency=low
963
964   The "progress everywhere" release.
965
966   [ Ulrich Dangel ]
967   * [424e4c8] Update ssh documentation
968   * [f1934c0] Fix purpose comment of
969     /etc/grml/fai/config/scripts/GRMLBASE/48-tmpfs
970
971   [ Michael Prokop ]
972   * Bugfixes and improvement related changes:
973     - [6eb1b1e] Use ";" as separator character when adjusting
974       DEFAULT_BOOTOPTIONS via sed [Closes: issue1165]
975     - [94a9b17] Generate static loopback.cfg configuration without
976       depending on GRUB's regexp module
977     - [f56cc0d] grml-live-remaster: Slightly adjust check for running
978       Grml session
979     - [7419019] grml-live-remaster: Support mkisofs + genisoimage
980     - [5081cf1] grml-live-remaster: Drop deprecated mksquashfs-lzma support
981     - [5e52583] grml-live-remaster: Slightly improve argument check and
982       send error message to stderr
983     - [d74ed63] grml-live-remaster: Fix bashism
984     - [cf1e362] Add a few kB of lines made of # charaters to the end
985       of the main syslinux config file. Thanks to Marco d'Itri
986
987   * Software related changes:
988     - [d91a6d4] Add disktype to GRML_SMALL and GRML_FULL
989     - [dc28a1b] add hostapd to GRML_FULL. Thanks to Matthias Strubel for
990       suggestion
991     - [e06b6cf] Move vlock to GRMLBASE. Thanks to Thomas Arendsen Hein
992       for reporting
993     - [723b823] Add rfkill to GRML_SMALL, GRML_FULL + GRML_XL.
994       Thanks to Alexander Wirt <formorer@grml.org> for the hint
995     - [637a57e] Add mosh to GRML_FULL and GRML_XL
996     - [e1719d6] Remove grml-feedback from GRML_{SMALL,MEDIUM,FULL,XL}
997     - [7d188c0] Add flashrom to GRML_FULL
998     - [3770abe] Replace all references to kernel specific versions
999       with linux-image-{i386,amd64}-grml
1000
1001   [ Evgeni Golov ]
1002   * [27c41d7] check for existence of /etc/grml and /live
1003   * [d365bf7] sudoers has to be owned by uid 0
1004   * [9f40afc] lsb-base: override output of the status on the left
1005     side of the terminal
1006
1007  -- Michael Prokop <mika@grml.org>  Tue, 08 May 2012 17:38:36 +0200
1008
1009 grml-live (0.18.1) unstable; urgency=low
1010
1011   [ Michael Prokop ]
1012   * [3c88b8f] Update lintian override entries to match current package
1013     state
1014   * [1d7c79c] debian/rules: add build-arch + build-indep to make lintian
1015     happy
1016   * [a909319] GRMLBASE/98-clean-chroot: get rid of all lvm backup files
1017   * [3a6abc0] GRMLBASE/98-clean-chroot: get rid of /etc/blkid.tab
1018   * [dde7410] GRMLBASE/98-clean-chroot: do not run apt-get update if
1019     RELEASE class is set
1020   * [6c567af] docs: simplify and improve base.tgz instructions
1021   * Software related changes:
1022     - [6bd64f3] SW: add cifs-utils to GRML_FULL
1023     - [b6c508e] SW: add smbfs to GRML_FULL
1024     - [ff74db7] SW: add numactl to GRML_FULL
1025
1026   [ Ulrich Dangel ]
1027   * [4362c28] SW: Remove grml-rescueboot from GRML_XL as it is not really
1028     useful on a live-cd
1029
1030  -- Michael Prokop <mika@grml.org>  Sun, 29 Jan 2012 14:40:45 +0100
1031
1032 grml-live (0.18.0) unstable; urgency=low
1033
1034   [ Michael Prokop ]
1035   * Bugfixes, improvements,...:
1036     - [a317c47] grml-cheatcodes: drop deprecated nodhcphostname option
1037     - [9dc2a44] persistency feature: do not use persistent=nofiles
1038       any longer
1039     - [f1d8110] boot templates: add whitespace to end of line of
1040       kernel cmdlines
1041     - [aff41fa] Remove nowadays unused software-changes-schedule.txt
1042     - [20c5aed] Remove resolved/deprecated items from TODO
1043     - [4eaa219] Depend on syslinux instead of syslinux-common
1044     - [7477e43] Package validation: also detect packages that
1045       failed to install
1046
1047   * Software related changes:
1048     - [330d132] add live-boot-grml-doc to GRMLBASE
1049     - [5bea535] add usb-modeswitch to GRML_FULL. Thanks to
1050       Pawel azhag Sadkowski <azhag@fluxboxpl.org>
1051     - [9c06220] add wvdial to GRML_FULL. Thanks to
1052       Pawel azhag Sadkowski <azhag@fluxboxpl.org>
1053     - [1192a63] add slurm to GRML_FULL
1054     - [1182368] add iftop to GRML_FULL
1055     - [cf2f89d] add exfat-fuse + exfat-utils to GRML_FULL [Closes: issue1130]
1056     - [56d29ab] add bsdmainutils to GRML_FULL
1057     - [8d484f6] add dctrl-tools to GRML_FULL
1058     - [1e1f094] add ser2net to GRML_FULL
1059     - [f9524fc] add lrzsz to GRML_FULL
1060     - [77a9490] add dos2unix to GRML_FULL
1061     - [b5eca34] add memtester to GRML_FULL
1062     - [d54f224] drop extundelete from IGNORE class
1063
1064   [ Alexander Wirt ]
1065   * Software related changes for GRML_SMALL:
1066     - [1de34f5] Add cu
1067     - [3cd7d12] Remove reptyr
1068     - [c765a01] Sync packages with grml-full
1069     - [44b56c1] Replace dante-client with tsocks
1070     - [0247837] Remove deselect
1071     - [0d9a337] Remove login
1072     - [5db2b56] Replace ncftp with lftp
1073     - [6d77e63] Replace tofrodos with dos2unix
1074     - [36c8ddd] Remove jed
1075     - [b7e9437] Add locales to grml-live
1076
1077   [ Brad Cable ]
1078   * Software related changes for GRML_XL:
1079     - [b4afd8d] Package removal for cleanup and stability
1080
1081  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2012 12:44:37 +0100
1082
1083 grml-live (0.17.4) unstable; urgency=low
1084
1085   * [f6b5bf3] GRMLBASE/25-locales: fix check for presence of localepurge
1086   * [fcd3d3c] Use /media instead of /mnt for default mount paths
1087   * Software related changes:
1088     - [e2a3724] SW: add firmware-myricom to GRML_FULL
1089     - [9a24075] SW: add firmware-netxen to GRML_FULL
1090     - [a2131a1] SW: add irssi to GRML_FULL
1091     - [28b6310] SW: add libiscsi-bin to GRML_FULL
1092     - [549c2d8] SW: add tcptraceroute to GRML_FULL
1093     - [f212f4c] SW: add buffer to GRML_FULL
1094
1095  -- Michael Prokop <mika@grml.org>  Wed, 11 Jan 2012 18:30:49 +0100
1096
1097 grml-live (0.17.3) unstable; urgency=low
1098
1099   [ Ulrich Dangel ]
1100   * [d85f820] Export environment variables for submenues
1101   * [59228b5] Add additinal checks to make sure convert as well as the
1102     necessary files are present for creating the wallper
1103   * [ce5ae66] Remove small from grml-cheatcodes as it does not work with
1104     current versions
1105   * [46d7fb8] Add h to getopt list to support -h anywhere in parameter
1106     list
1107   * [d116da3] Change default SUITE from squeeze to testing
1108   * [3930b11] Do not enable tmpfs /tmp as / is backed-up by tmpfs anyway.
1109   * [99831ce] Move cleanup of package list cache from GRMLBASE to RELEASE
1110   * [f92ebd9] Adjust RELEASE/98-clean-chroot to delete more files
1111   * [2fef0e3] Document brltty boot options
1112   * Software related changes:
1113     - [3f4262c] Add fsarchiver to GRML_FULL
1114     - [3c75346] Add hexedit to GRML_FULL [Closes: issue1119]
1115     - [5ba215c] Remove apt-listchanges and apt-listbugs from GRML_XL
1116     - [e87c5a0] Add lzop to GRML_FULL
1117
1118   [ Michael Prokop ]
1119   * [a50de9f] Use isohybrid as default HYBRID_METHOD
1120   * [05a12f5] docs: use --no-install-recommends instead of dpkg option.
1121     Thanks to Evgeni Golov for the hint
1122   * [17c129d] Provide hint to user if netboot.cfg could not be found
1123   * [286b0d2] GRML_SMALL/98-clean-chroot: remove "set -x" not suited for release
1124
1125   * Software related changes:
1126     - [74614d9] add wireshark to GRML_FULL [Closes: issue1115] Thanks to
1127       Frank Prochnow <doc42@gmx.net> for the suggestion.
1128     - [feb84a9] add comgt to GRML_FULL. Thanks to Csillag Tamas for
1129       request on Grml mailing list
1130     - [b42c286] add ipmitool to GRML_FULL. Thanks to Csillag Tamas
1131       <cstamas@digitus.itk.ppke.hu> for bringing it up on the Grml mailing
1132       list
1133     - [fb29a09] add firmware-qlogic to GRML_FULL. Thanks to Csillag
1134       Tamas <cstamas@digitus.itk.ppke.hu> for bringing it up on the Grml
1135       mailing list
1136     - [16e7576] enable grub-efi-amd64-bin/grub-efi-ia32-bin in GRMLBASE
1137       class [Closes: issue1124]
1138     - [533c998] Add IGNORE class blacklisting extundelete
1139
1140   [ Christian Hofstaedtler ]
1141   * [766386e] Cheatcodes: clarify that vnc* doesn't work OOTB
1142   * [94ef7f9] Unconditionally reset resolv.conf in chroot
1143   * [2203377] Make /run work for softupdate
1144   * [895b6b6] Run apt-get update during softupdate
1145   * [fcc1672] Build netboot package checksum file with relative paths
1146   * [b9d53b2] Update instrunctions for installing on squeeze
1147
1148   [ Alexander Wirt ]
1149   * GRML_SMALL related changes:
1150     - [b7f7e5a] Add EFI stuff to GRML_SMALL
1151     - [6225bfa] Remove worstest hacks from GRML_SMALL/98-clean-chroot
1152     - [5be4ea5] Don't purge locale
1153     - [8136c87] Use metapackages for kernel
1154     - [5138b63] efi stuff is now in GRMLBASE
1155
1156  -- Michael Prokop <mika@grml.org>  Mon, 09 Jan 2012 16:41:53 +0100
1157
1158 grml-live (0.17.2) unstable; urgency=low
1159
1160   [ Ulrich Dangel ]
1161   * [5abbeac] Fix arch issue for 45-grub-images
1162
1163  -- Michael Prokop <mika@grml.org>  Fri, 23 Dec 2011 02:14:43 +0100
1164
1165 grml-live (0.17.1) unstable; urgency=low
1166
1167   [ Michael Prokop ]
1168   * [dfe1f07] grml-cheatcodes.txt: document vnc bootoptions
1169   * [88cfc40] grml-cheatcodes.txt: fix typo
1170   * [94cfb7b] generate sha1 checksum file of netboot package
1171   * [5bfdcec] Update docs to better match recent development
1172   * [8441a6a] GRMLBASE/44-grub: make sure directory /boot/grub exists.
1173     Thanks to Thomas Koehler for the bugreport
1174
1175   [ Ulrich Dangel ]
1176   * [9b24866] grml-cheatcodes.txt: Add documentation about nostats bootoption
1177   * [b8db7a0] Add graphicoreBitmapFont0-Light.otf to grml-live.
1178   * [ccdff8a] Replace old desktop.jpg with new desktop-bg.png
1179   * [7c309e0] Update /etc/grml_version in GRMLBASE script instead of grml-live
1180   * [79a1183] Update wallpaper in fai scripts
1181   * [86f084d] Recommend imagemagick
1182   * [445e589] Remove the default quiet boot parameter for a verbose bootup.
1183   * [819fc49] Umount /proc/sys/fs/binfmt_misc before umounting /proc.
1184   * [8dbae90] Add additional resolution (1600x900) to grub.cfg.
1185   * [51e56e2] Replace 1440x1050 with 1400x1050
1186   * [d5596b5] Use gfxmode=auto instead of specifying manually resolutions
1187   * [6d72f5e] Support template filenames in grml-live.
1188   * [a9f099a] Introduce new config files for grub bootloader.
1189   * [d501c11] Add basic grml theme to grub
1190   * [9512656] Play sound after the grub menu is shown.
1191   * [1c3ff78] Try to load regexp in grub.cfg
1192   * [e138162] Ensure that the file used for replacing the template parameters is a file.
1193   * [9b2a50c] Print a message before loading kernel or initrd in grub
1194   * [f61863d] Add trailing whitespace to grub commandline
1195   * [6da554d] Add beep to templates/boot/isolinux/vesamenu.cfg
1196   * [b18889f] Build grub.img for loading grub from within syslinux
1197
1198   [ Christian Hofstaedtler ]
1199   * [3f2b59d] Stop disabling KMS for radeon
1200   * [b89381a] Modernize Windows AutoRun templates
1201   * [f009115] Simplify GRML/index.html template
1202   * [ea794c5] Match startpage.html design to grml.org site
1203   * [9213b27] Tighten replacement operation for SNAPSHOT class
1204   * [f6e33fb] Ensure all passed paths are absolute
1205   * [a49d935] Internally, rename GRML_LIVE_LOCAL_CONFIG to LOCAL_CONFIG
1206   * [c2fac3a] Don't source grml-live.{conf,local} in scripts if not required
1207   * [436d892] Use premade LOGDIR var
1208   * [352c822] Make username replacement in inittab more robust
1209   * [ef51d0c] Expose (selected) config vars to fai scripts
1210   * [0a40a21] Make sure USERNAME doesn't leak in from ENV
1211   * [6e77809] Merge initramfs scripts
1212   * [a4703ee] Fix capitalization of project name in GRML/index.html
1213   * [b499e10] Update welcome splash ascii art
1214   * [0b584ff] Remove 'failsafe' boot option, which wasn't really failsafe
1215   * [24e7e2c] Remove comment about failsafe boot option
1216   * [39edd53] Enable fb for "graphical mode" boot option in isolinux
1217   * [fad3fb7] Remove grml-live-buildd package
1218   * [11baa33] Add -e option to unpack ISOs
1219   * [3abf943] Remove -T option
1220   * [4161d3c] Change -A option to not build chroot.tar.gz anymore
1221   * [ffc122b] Update version in grml-live during Debian package build
1222   * [62a1ab3] Don't suggest /dev/shm as a build location
1223   * [796f001] Make it clear that squashfs-tools from bpo is fine
1224   * [07dc676] Shorten, but don't totally rename kernel and initrd files
1225   * [8966263] Install netboot.cfg as pxelinux.cfg/default _file_
1226   * [4efbf69] Use sane paths for intermediate EFI files
1227   * [1684dab] Move squashfs into flavour-specific path
1228   * [ff80c12] Install "GRML" files into GRML/$GRML_NAME/
1229   * [8b88fe0] Revert accidental addition of fat to grub2 core.img
1230   * [f925961] Trim spaces off of default DISTRI_INFO
1231   * [b81f460] Remove unused grub background image
1232   * [ec0c871] Optimized all PNGs with "optipng"
1233   * [6673903] Rework EFI file copy/moving
1234
1235
1236   Software Changes:
1237
1238   [ Michael Prokop ]
1239   * [4f44cb4] SW: add rinse to GRML_FULL
1240   * [fd94537] SW: replace iscsitarget with open-iscsi + targetcli in GRML_FULL
1241   * [5f895b3] SW: add python-urwid as depends next to targetcli in GRML_FULL
1242   * [e754942] SW: replace version specific linux-image-* packages in GRML_FULL with meta package.
1243     Thanks to Christian Hofstaedtler <ch@grml.org> for his kernel packaging work
1244
1245   [ Ulrich Dangel ]
1246   * [30c312b] SW: Add extundelete to GRML_FULL
1247
1248   [ Christian Hofstaedtler ]
1249   * [985f29c] SW: add boot-info-script to GRML_FULL [Closes: issue1004]
1250   * [eafbf7e] SW: add vblade, aoetools to GRML_FULL [Closes: issue1092]
1251   * [4c6a7a9] SW: add firmware-linux-{free,nonfree} to GRML_FULL
1252   * [7765407] SW: remove explicit install of squashfs-lzma-tools
1253
1254  -- Christian Hofstaedtler <ch@grml.org>  Fri, 23 Dec 2011 00:35:57 +0100
1255
1256 grml-live (0.17.0) unstable; urgency=low
1257
1258   [ Michael Prokop ]
1259   * [11ac4be] GRMLBASE/91-update-pciids: do not exit with error if network
1260     does not work
1261   * [7d9c9ef] GRMLBASE/91-update-pciids: fix wrong log message
1262   * [17243dd] 98-clean-chroot: do not fail with more than one kernel
1263     version installed
1264   * [ceeb58b] Revert "Move 01-iceweasel to GRML_XL scripts"
1265   * [b5dfcc4] don't use colors/escape sequences if running in dump
1266     terminal
1267   * [cc7616e] do not fail with empty $APT_PROXY
1268   * [b97721f] retrieve source packages via grml-live using SOURCES class
1269   * [c9141f4] rework sources setup (deprecated GRML_LIVE_SOURCES, install
1270     /etc/apt files recursively)
1271   * [b0b7374] use system architecture as default
1272   * [22e1e9f] use AMD64 class in usage examples and use GRML_FULL instead
1273     of GRML_MEDIUM/GRML_SMALL everywhere
1274   * [809f9a6] make sure we don't leave any FAI ramdisks behind
1275   * [220ee72] use GRML_FULL as default and update docs accordingly for
1276     available classes
1277   * [6245469] replace realpath with readlink -f to avoid dependency on
1278     realpath
1279   * [55405b9] 98-clean-chroot: do not zero out install_packages.list
1280   * [a31a8fd] provide report of missing packages in xunit format for usage
1281     within e.g. Jenkins
1282   * [66a2581] GRMLBASE/16-depmod: drop the 2-digit check
1283   * [2e1a0a3] provide package config for Debian/stable builds and enable
1284     backports by default there
1285   * [2861f16] updatebase.GRMLBASE: run recursive fcopy with -B to avoid
1286     backup files
1287   * [94a95c0] updatebase.GRMLBASE: do no longer skiptask updatebase and
1288     exit in softupdate action
1289   * [7d3ca65] instsoft.GRMLBASE: do not run explicit apt-get update any
1290     longer
1291   * [d338d0c] rework resolvconf handling
1292   * [f4e1966] readd skiptask updatebase to updatebase.GRMLBASE
1293   * [5a00bf3] resolv.conf handling: resolve symlink inside chroot + drop
1294     resolvconf from 96-apt-listbugs
1295   * [17e7145] initial UEFI support, using isohybrid as default now. Thanks
1296     to Ulrich Dangel <mru@grml.org>
1297   * [27a1660] Quote GRML_FAI_CONFIG in warning message since its unset
1298   * [5a215cd] 92-update-freshclam: fix wrong file name in exit message
1299   * [b4c258f] rework check for xorriso version and be more verbose about
1300     its usage
1301   * [dacf428] Provide DEBIAN_UNSTABLE sources.list config
1302   * [c5d1013] 98-clean-chroot: also get rid of symlinks of *.pre_fcopy
1303     files
1304   * [f3768e9] 01-iceweasel: remove backup file in fcopy cmdline
1305   * [b0f14af] Integrate netboot package generation
1306   * [2462be5] Depends: support xorriso as alternative to genisoimage
1307
1308   * Software related changes:
1309     - [e4c899f] drop bind9 from GRML_FULL
1310     - [a45cb79] add imvirt to GRML_{SMALL,MEDIUM,FULL}
1311     - [4bd3dc2] add gitk to GRML_FULL [Closes: issue1057]
1312     - [67414c3] add iceweasel to new GRML_FULL
1313     - [090c35d] replace dhcp3-client with isc-dhcp-client
1314     - [69d1d92] add iotop to GRML_FULL
1315
1316   [ Christian Hofstaedtler ]
1317   * Software related changes (with a lot of commits, skipping full
1318     list here): rework GRML_FULL flavour to match our "install & rescue"
1319     mission, GRML_FULL was renamed to GRML_XL.
1320   * [eea9d23] Automatically start nfs client and avahi, dbus
1321   * [d2937b0] Ignore more cruft, add runtime to buildd emails
1322   * [8d172da] Rename GRML_FULL buildd scripts to match that name
1323   * [bb0dec8] buildd: remove REMOVE_DOCS from small ISOs
1324   * [472c316] buildd/functions.sh: use dash-compliant subtraction
1325   * [89f0896] buildd: update sha1sums of base(64?).tgz
1326   * [3cb3de3] buildd: disable squeeze flavours in cleanup,link_latest
1327   * [fc97e07] buildd: configure $FLAVOURS
1328   * [d90aede] buildd: use syslog for cleanup log
1329   * [a5aaf33] buildd: use $FLAVOURS to control which flavours are built
1330   * [301769f] Remove grml2hd boot options
1331   * [8956f89] Remove noapm from boot options
1332   * [b02525c] Remove duplicate mentions of nousb*
1333   * [873eae1] Remove 915resolution boot option doc
1334   * [ab2da74] Remove tsplash support
1335   * [726a0a5] Update GRML Splash text to be neutral
1336   * [c58ac42] Move init-top/grml into hands of 42-branding
1337   * [00b6072] Deploy /etc/lsb-base-logging.sh
1338   * [97bddb8] buildd: files moved to grml.org:/daily/
1339   * [d82c4d5] lsb-base-logging: must use $TPUT for tput
1340   * [5c514e0] Enhance lsb-base-logging styles for action messages
1341   * [eff94dc] Ship sanitized rsyslog.conf
1342   * [6833c8b] Move 01-iceweasel to GRML_XL scripts
1343   * [164b594] Use addon files from chroot if present
1344   * [c9ebd69] Switch back to /var/log/syslog
1345   * [a135bda] Append .log to grml-buildd.std{out,err} logfile names
1346   * [8970e98] Remove dbus machine-id
1347   * [8e7b216] buildd: create ISO_NAME in function.sh
1348   * [d3526f6] buildd: merge grml-buildd.std{out,err} into grml-buildd.log
1349   * [d7655f4] buildd: prefix log dir target with PRODUCT_NAME
1350   * [b3107d1] buildd: report email overhaul
1351   * [d9a3489] Move grml-live.log to output directory
1352   * [4152229] Retain FAI logs in grml_logs directory
1353   * [005cdc1] Add APT_PROXY configuration variable
1354   * [082aac8] buildd: add jenkins-link_latest.sh
1355   * [877d273] buildd jenkins-link_latest.sh: handle non-existing files
1356   * [c2fdb23] buildd jenkins: temporarily link into /new
1357   * [8c79da9] Add -A option for ensuring clean builds and pack artifacts
1358   * [a82f40f] Add -U option to ensure output files ownership
1359   * [e253ce7] Don't treat CHROOT_ARCHIVE as a directory
1360   * [b63a5f1] Add documentation for -A and -U
1361   * [f016252] Copy install_packages.list to grml_logs
1362   * [da6352e] Use grml_logs/fai as CHECKLOG source
1363   * [b010f18] New: specify SNAPSHOT to change debian.list to
1364     snapshot.debian.org
1365   * [7690106] Silence LOGFILE errors when using log too early
1366   * [eab80d9] Add -T option for unpacking chroot archives
1367   * [f83953b] Document "nobeep" boot option.
1368   * [9b8e3c9] jenkins-link_latest: prepare for standalone use
1369   * [0aa6907] Refer to new grml-udev-rebuildfstab man page in /etc/fstab
1370   * [0894980] Set Acquire::Check-Valid-Until false in APT config
1371   * [9dafaad] Unifiy local config handling
1372   * [a55b991] Always enable grml-live distribution
1373   * [e68d43e] Fix unpacking of existing chroot tarball
1374   * [d3176d7] Update grub background picture
1375   * [b9dbe4c] Try to use a good gfx resolution by default
1376   * [c30a975] Don't hardcode wm-ng as window manager for X
1377   * [793ad3a] Embed squash4 in efigrub
1378   * [98aec0d] Use grub from target
1379   * [fba0f4e] Hardcode i386-pc for grub path
1380
1381   [ Ulrich Dangel ]
1382   * [c73eca0] Remove load_video function call as function does not exist
1383     anyway
1384   * [8735823] Use prefix=($root) instead of prefix=$root in efi script
1385   * [f09970d] Add piwik tracking code to startpage.html
1386   * [0178232] Fix typo (1200 instead of 1280) in grub.cfg
1387
1388  -- Michael Prokop <mika@grml.org>  Fri, 09 Dec 2011 23:21:10 +0100
1389
1390 grml-live (0.16.1) unstable; urgency=low
1391
1392   The "right before the storm v2-ng++" release.
1393
1394   [ Christian Hofstaedtler ]
1395   * Packaging related changes:
1396     - [d6d48a3] Remove bundled grub2
1397     - [560e0f3] Remove wget dependency
1398     - [bfbf9fb] Remove grub1 (binaries and support for it)
1399     - [3e2ceba] Use ipxe.lkrn from ipxe package
1400     - [92d38ed] Use pci.ids file from pciutils
1401     - [db2672a] Remove mkisofs from Depends:
1402     - [dc9f2f5] Use memtest binary from memtest86+ package
1403     - [7734643] Use memdisk and hdt from syslinux-common package
1404     - [d4af86e] Remove bsd4grml, freedos and grml-live-addons deb
1405     - [9c238dc] Use ifcpu64.c32, vesamenu.c32, isolinux.bin from
1406       syslinux-common
1407     - [7a0c07b] Loose dependencies so we can be installed on squeeze
1408
1409   * Features and improvements:
1410     - [d0a99d9] Use grml-runtty to run our ttys
1411     - [bbfff0f] remove empty and unused GRML_POWERPC package config
1412     - [f35b52a] Install desktop wallpaper using grml-live, replacing
1413       grml-files
1414     - [1b9dc6e] On GRML_FULL add Iceweasel "branding"
1415
1416   * Software related changes:
1417     - [f1d0f49] add grml-scripts-core to GRMLBASE
1418     - [19e99f6] remove e3
1419     - [2dcc29e] remove supplemental emacs libraries
1420     - [673f796] remove jack server and clients
1421     - [b48a1ee] remove ophcrack
1422     - [768313f] remove guymager
1423     - [ac466e6] remove pxfw
1424     - [82ce059] remove qpxtool
1425     - [5b4a5de] remove libtool
1426     - [515a8f0] remove C(++) compilers and linux headers
1427     - [bfe1fbd] remove grml-docs and install startpage with grml-live
1428     - [f500775] remove spurious grml-small package from grml-medium
1429     - [3dd2f8d] remove unmaintained accessibility support
1430     - [0b47ab3] No longer install packages that will be sunset on Oct30
1431
1432   [ Michael Prokop ]
1433   * Bugfixes:
1434     - [dc885d9] 90-update-alternatives: do not set alternative for vim if
1435       we just have vim.tiny.
1436     - [24bc671] 90-update-alternatives: do not set vim as alternative for
1437       `view`
1438     - [6339a34] Check for --format option support in grub-mkimage, do not
1439       use absolute path for binary call
1440     - [e0306d0] + [611ad6b] fix kernel version detection in config/scripts/
1441     - [4eac603] do not zero out /var/spool in GRMLBASE/98-clean-chroot
1442       [Closes: issue1065] Thanks to Marek Malevic
1443     - [9d50a44] mark bootlocal scripts as executables
1444
1445   * Changes and improvements:
1446     - [5780f4d] 98-clean-chroot: fix typo (localepurg->localepurge) in
1447       warning message
1448     - [0aa4a5e] Make sure grub-mkimage exists, otherwise warn user about
1449       grub-common/grub-pc
1450     - [c45c995] Fix indention of memtest mv command
1451     - [fbf963a] copy_addon_file(): do not be verbose to the user, but
1452       send it to the log instead
1453     - [09b2ee2] Unify warning message for missing adddon file for bsd4grml
1454     - [4fcf199] inittab configs: drop commented lines mentioning zsh-login
1455
1456   * Software related changes:
1457     - [bcf837f] add reptyr to GRML_SMALL, GRML_MEDIUM and GRML_FULL
1458     - [ae41521] update to kernel version 3.1.0-grml
1459
1460  -- Michael Prokop <mika@grml.org>  Fri, 28 Oct 2011 00:05:07 +0200
1461
1462 grml-live (0.15.1) unstable; urgency=low
1463
1464   The "right before the storm" release.
1465
1466   [ Michael Prokop ]
1467   * [4a05b54] 98-clean-chroot: check existence of updatedb binary via
1468     $ROOTCMD.
1469   * [6d5124d] 98-clean-chroot: check existence of aptitude binary via
1470     $ROOTCMD.
1471   * [91e9fb2] instsoft.GRMLBASE: Use --force-yes option when using apt-get
1472     for upgrade.
1473   * [fc9bf3c] instsoft.GRMLBASE: make sure we can upgrade automatically
1474     even with unsigned repos if FAI_ALLOW_UNSIGNED is set
1475   * [dcc3ba1] GRMLBASE/16-depmod: provide verbose error message regarding
1476     the kernel x.y-grml[64] <-> module-init-tools v3.12 situation.
1477   * [e725f1f] buildd/cronjob.sh: no longer build daily ISOs of
1478     Debian/squeeze.
1479   * [990cf8d] Do not complain about missing addons_list.cfg file.
1480   * [f180765] Fix typo in log message for isolinux includes.
1481   * [e4cf035] 90-update-alternatives: check for available alternatives
1482     before setting them.
1483   * [6afe668] 25-locales: make sure the localepurge package exists, not
1484     only the binary.
1485   * Software related changes:
1486     - [deeedac] add bti to GRML_FULL. [Closes: issue1010] Thanks to
1487       Pawel Sadkowski <azhag@dug.net.pl>
1488     - [0e8d730] Update to kernel version 3.0.
1489     - [5bb1e78] Remove grml-laptop, grml-pylib, grml-sectools and grml-
1490       templates from GRML_MEDIUM and GRML_FULL.
1491     - [1bceaed] replace git-core with git package in GRML_FULL. Thanks
1492       to Uli Martens <uli@youam.net>
1493
1494   [ Christian Hofstaedtler ]
1495   * [d0d3390] Switch to live-boot-grml and remove pins
1496   * [4e325f9] Remove squeeze ISOs from daily.grml.org index
1497   * [b3b8d85] Add debian/control headers Origin, Bugs
1498   * [209bd84] Remove haltlocal.first from runlevel.conf
1499   * [aa30e6f] Move bootlocal.* from grml-autoconfig here
1500   * [e677c45] Remove pinning for grml-stable, grml-testing
1501   * [905546a] Enable grml-live repository for testing, too
1502   * [9f96a38] docs: don't download DTDs when building docs
1503   * [f66079e] usersetup: Fixup path to inittab after f3b335ea landed
1504   * Software related changes:
1505     - [f181637] Remove pppoe from GRML_FULL.
1506     - [ea03835] Remove svn-ssh-wrappers from GRML_FULL
1507
1508  -- Michael Prokop <mika@grml.org>  Thu, 18 Aug 2011 18:44:42 +0200
1509
1510 grml-live (0.15.0) unstable; urgency=low
1511
1512   The "redesign ftw \o/" release.
1513
1514   [ Christian Hofstaedtler ]
1515   * [c315d7d] Update lintian overrides for grub 1.99-4 drop
1516   * [9269536] Enable --force-unsafe-io for dpkg
1517   * [9d16d7a] No longer install PuTTY and other windows binaries
1518   * [7270085] Update SQUASHFS_EXCLUDES_FILE example to match code
1519   * [5c58f1d] Fix SQUASHFS_EXCLUDES_FILE default not being set
1520   * [dd60c7e] Drop * expansion from mksquashfs call
1521   * [6782d44] Turn on wildcard support for mksquashfs excludes
1522   * [2889351] Move /run, /var/run, /var/lock exclusion to mksquashfs
1523
1524   * Software related changes:
1525     - [ed9696d] remove loop-aes-{utils,testsuite}
1526     - [bcf093e] add atftp to GRML_FULL
1527     - [1c39c7d] add links to GRML_MEDIUM
1528     - [406dff8] remove socket from GRML_MEDIUM,GRML_SMALL
1529     - [5b77db8] transition from netcat to netcat-openbsd
1530     - [c521af7] remove alsa-tools from GRML_MEDIUM
1531     - [c08f56e] Spring cleaning
1532
1533   [ Michael Prokop ]
1534   * Bugfixes:
1535     - [c9ebd4a] 01-packages: Ignore packages marked for un-installation.
1536     - [8a35993] Remove /var/log/install_packages.list on release.
1537       File is emtpy then anyway.
1538     - [6c00c3c] Update resolv.conf handling to properly support /run
1539       [Closes: issue984].
1540     - [b8c8c53] grml-live: try updating initramfs if creating fresh
1541       one failed.
1542     - [8d897e7] Adjust trap handling to get clean exit.
1543     - [e0f701f] 98-clean-chroot: make sure rm does not resolve the symlink
1544     - [1374521] scripts/release_helper.sh: force confmiss and confnew
1545       options when installing package so automated installation works when
1546       having modified configuration files.
1547     - [1b426d8] GRMLBASE/98-clean-chroot: recursively remove
1548       /var/lib/clamav/clamav-*.
1549     - [649b40f] DEBORPHAN/98-clean-chroot: Make sure deborphan exists
1550       in chroot.
1551     - [7580b07] 98-clean-chroot: fix check for presence of update-menus.
1552     - [f605fe8] debconf/GRMLBASE: drop wicd preseeding to avoid
1553       errors with installation.
1554     - [866b47c] Implement dpkg-divert handling to address failing update-grub
1555       in openvz environments.
1556     - [1cef31a] Add workaround to solve udev packaging bug (see #632624).
1557
1558   * New features / improvements:
1559     - [9ecfe24] GRMLBASE.var: set maximum number of packages installed
1560       at a time to 3000.
1561     - [1e9092e] Support -N option to only bootstrap the grml_chroot
1562       and skip building of [files for] ISO.
1563     - [d95eed1] Try to reduce build time and do not build initramfs twice.
1564     - [6998e9e] scripts/release_helper.sh: Use +autobuild instead of
1565       ~autobuild for version suffix.
1566     - [8d2eced] Iterate over kernel versions when generating initramfs.
1567     - [47b815e] syslinux configuration: use localboot -1 to boot
1568       from next boot device instead of using 0x80. [Closes: issue957]
1569     - [f3b335e] Implement -D option to set configuration directory.
1570       Accordingly adjust fai.conf (don't set variables grml-live is
1571       setting via cmdline now). Provide new scripts to deploy
1572       configuration files (/etc/inittab, /etc/locale.gen, /etc/modules).
1573       Rework and adapt cleanup scripts accordingly. [Closes: issue880]
1574     - [0bc24c4] Rename scripts/GRMLBASE/10-build-initramfs to
1575       scripts/GRMLBASE/10-configure-initramfs to reflect current
1576       state of script's action.
1577     - [0811b5f] Provide update-usbids as separate script to avoid
1578       errors on missing update-usbids.
1579     - [2e0d659] buildd: check for "FAILED with exit code" in logs.
1580     - [03c92fc] GRMLBASE/37-portmap: do not touch /etc/default/portmap
1581       if the file does not exist.
1582     - [e13f6a8] 92-update-freshclam: do not error out on exit code 124
1583       by freshclam.
1584     - [3c03961] Update apt preferences: always use live-boot* packages
1585       from Grml.
1586     - [a242e27] Redesign sources.list handling. Get rid of
1587       /etc/grml/fai/apt/sources.list.
1588     - [dd81475] GRMLBASE scripts: run all fcopy commands in verbose mode.
1589     - [2d7aecf] Add security.debian.org to sources.list of lenny, squeezy,
1590       wheezy, stable and testing (thanks to the sources.list redesign).
1591       Thanks to Christian Hofstaedtler <ch@grml.org>
1592
1593   * Minor changes:
1594     - [bdc6192] docs: drop outdated fai-on-etch entry.
1595     - [befccab] Add README.md for github.
1596     - [0be5e94] Drop unused GRML_FAI_CONFIG from make-fai-nfsroot.conf.
1597     - [96e44ee] cleanup script: Drop ion3 stuff, since we do not ship
1598       ion3 anymore.
1599     - [00fd941] Drop patches/ directory, patch fai_chroot_update.patch
1600       is not relevant anymore.
1601     - [3c52d9d] Drop patches directory from debian/grml-live.install.
1602     - [50215e9] Provide debian/NEWS entry for release 0.15.0.
1603
1604   * Software related changes:
1605     - [be3c863] Drop python2.5 and python2.5-minimal from GRML_FULL.
1606     - [781e6ce] Drop ntfsprogrs (replaced by ntfs-3g, see #627823).
1607     - [071f1ec] Drop firmware-ipw2x00 which has been integrated in
1608       last commit ("Spring cleaning") from GRML_MEDIUM + GRML_FULL.
1609     - [63e2a03] Add firmware-brcm80211 to GRML_FULL and GRML_MEDIUM.
1610       [Closes: issue1007]
1611
1612   [ Ulrich Dangel ]
1613   * [5c91ce9] Add a script to update the grml-live version string
1614   * [6ce3dbc] Umount all directories in bailout handler
1615   * [e91516d] add EXIT trap as set -e may terminate the program
1616     without a signal
1617   * [12e281b] Disable set -e as it causes some problems with
1618     umounting fs.
1619   * [90b73e6] Don't remove pid files in $target/var/run as it
1620     is deleted afterwards anyway.
1621
1622   * Software related changes:
1623     - [4b65e8d] remove inotail as coreutils supports inotify
1624       nowadays anyways.
1625     - [9951735] add libnss-myhostname
1626     - [44bc5af] remove grml-rebuildfstab [Closes: issue1001]
1627
1628  -- Michael Prokop <mika@grml.org>  Sun, 26 Jun 2011 20:23:53 +0200
1629
1630 grml-live (0.14.1) unstable; urgency=low
1631
1632   [ Christian Hofstaedtler ]
1633   * [739beb8] Fix name of SQUASHFS_NAME var in templates
1634   * [c5b7145] Update shipped grub2 to 1.99-4
1635   * [1be2433] Update bsd4grml to version 20110521
1636   * [9f5975e] SW: Add xtightvncviewer to GRML_FULL. [Closes: issue990]
1637   * [7650b54] SW: Remove powernowd from GRML_FULL,GRML_MEDIUM
1638   * [93530f2] Revert "isolinux f5: fix layout."
1639   * [f5dd81b] SW: Replace arping with iputils-arping
1640   * [4fd4ee2] Sync vi,vim,view,editor alternatives
1641
1642   [ Michael Prokop ]
1643   * [be46a0b] isolinux f5: fix layout.
1644   * [8ba6757] SW: Add virtualbox packages to amd64 flavour.
1645   * [e738d23] SW: Remove linux-kernel-headers-grml from grml-medium.
1646   * [2017df2] sources.list handling: match "sid" and "unstable" only as
1647     whole words.
1648
1649  -- Michael Prokop <mika@grml.org>  Sun, 29 May 2011 12:09:50 +0200
1650
1651 grml-live (0.14.0) unstable; urgency=low
1652
1653   [ Michael Prokop ]
1654   * [900b82d] grml-cheatcodes.txt: update documentation regarding
1655     fetch= bootoption (supports DNS nowadays).
1656   * [cb537a8] Revert "Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh
1657     to use first partition as boot system."
1658   * [ab97d7b] Bump Standards-Version to 3.9.2.
1659   * [bebbbad] docs: fix wording ("allows one to"), thanks lintian.
1660   * [3ba06da] Adjust lintian overrides for new lintian and policy.
1661   * [6f9a4ab] initramfs-tools: use xz with -8 and --check=crc32.
1662   * Software related changes:
1663     - [2113bc5] remove docbook-utils again (pulling in luatex + more).
1664     - [a67a5ab] remove darcs from GRML_FULL (too large).
1665     - [230f7fc] remove c3270 from GRML_FULL (ENOSPACE).
1666
1667   [ Christian Hofstaedtler ]
1668   * [d62a6be] document dns= boot option
1669   * [e910ecb] document ip= boot option
1670   * [14b6242] work around udev's "cosmetic warnings"
1671   * [5f1adca] rebuild mtab during boot
1672   * [e1b5d40] arrange /run like on a normal system
1673   * [779971e] SW: add firmware-realtek to GRML_FULL,GRML_MEDIUM
1674   * [5de2fe3] SW: re-add ratpoison to GRML_FULL
1675
1676  -- Michael Prokop <mika@grml.org>  Wed, 11 May 2011 23:17:28 +0200
1677
1678 grml-live (0.13.3) unstable; urgency=low
1679
1680   The "cleanup before marrying" release.
1681
1682   [ Michael Prokop ]
1683   * Bugfixes / changes / new features:
1684     - [5a8f565] scripts/release_helper.sh: also build Packages.gz file for
1685       http usage in sources.list.
1686     - [9dd04ba] scripts/release_helper.sh: disable apt-listchanges and
1687       apt-listbugs.
1688     - [261d88e] modprobe.d/loop-part.conf: add max_loop=32.
1689     - [aac340b] Pass 1:0x96 instead of 4:0x96 to bootilnx.mksh to use
1690       first partition as boot system. - thanks to Thorsten Glaser
1691     - [55dde69] Addon: Replace gPXE with iPXE (see Debian BTS #474034).
1692     - [346b946] Support wheezy as suite inside fai/apt/sources.list.
1693     - [95f3494] GRMLBASE/01-packages: fix path to logfile for
1694       packages.list.
1695
1696   * buildd related changes:
1697     - [cfa2c50] buildd: support IGNORE class to ignore requests to install
1698       software packages from other classes.
1699     - [d88753b] buildd: follow symlinks to archive and dump the log files
1700       they point to.
1701
1702   * Software related chanages:
1703     - [3902afc] Add partimage to GRML_MEDIUM and GRML_SMALL.
1704       [Closes: issue972] - thanks to neXyon for reporting.
1705     - [782eccc] + [ce0a794] Update software-changes-schedule.txt.
1706     - [e646663] remove loop-aes-modules-2.6.38-grml[64] and
1707       speakup-modules-2.6.38-grml[64] from GRML_FULL.
1708     - [a671278] add rs to GRML_FULL.
1709     - [a7043e9] remove ekeyd from GRML_FULL (broken, several known issues).
1710     - [b023489] remove backuppc from GRML_FULL (too big, currently
1711       uninstallable, not that relevant on live system).
1712     - [faf3a38] remove irb from GRML_FULL (provided by ruby since squeeze).
1713     - [ac64887] replace portmap with rpcbind in all Grml flavours.
1714     - [d17a90f] remove rodc and rdoc1.8 from GRML_FULL (provided by
1715       ruby since squeeze).
1716     - [3c4a7ae] remove eieio from GRML_FULL (obsoleted by Emacs 23.2,
1717       see #617267).
1718     - [3aee43f] remove gfs-tools + gfs2-tools from GRML_FULL.
1719     - [9f0aed3] remove noshell from GRML_FULL (transitional to
1720       non-free titantools).
1721     - [4f0d06e] remove all xmms2 packages from GRML_FULL.
1722     - [8a01c70] remove zec from GRML_FULL.
1723     - [59165cd] remove yatm from GRML_FULL.
1724     - [5e5e0d4] remove xfaces from GRML_FULL.
1725     - [965616d] remove weechat* from GRML_FULL.
1726     - [2cfa836] remove user-setup from GRML_FULL.
1727     - [3b6256f] remove unrar-free from GRML_FULL.
1728     - [d96fa97] remove tidy from GRML_FULL.
1729     - [c041899] remove tetradraw from GRML_FULL.
1730     - [af79834] remove csstidy from GRML_FULL (too unrelevant).
1731     - [141c5d3] remove sp from GRML_FULL (too unrelevant).
1732     - [46fc19e] remove openjade from GRML_FULL (too unrelevant).
1733     - [3cac8ad] remove sgml-data from GRML_FULL (too unrelevant).
1734     - [575494b] add docbook-utils to GRML_FULL.
1735     - [2457691] removed dired (32bit-only, unmaintained in Grml).
1736     - [ba487c1] remove rc from GRML_FULL.
1737
1738   [ Ulrich Dangel ]
1739   * [6aa99b2] SW: Added grml-feedback to GRML_{FULL,MEDIUM,SMALL}.
1740   * [ddb0378] Enable loopback partitions per default.
1741
1742   [ Christian Hofstaedtler ]
1743   * [3c591d6] typo fix in grml-live-remaster man page.
1744   * [5a34b68] fix squashfs builds with gzip compression.
1745   * [3604d28] Remove available packages from to-check list.
1746   * Software related changes:
1747     - [715ee57] remove spell, spellutils from GRML_FULL.
1748     - [d3c3b59] remove doxygen from GRML_FULL.
1749     - [86873e3] remove asn1c from GRML_FULL.
1750     - [b34bcb4] remove cedet-common from GRML_FULL.
1751     - [f965ea0] remove ctrlproxy from GRML_FULL.
1752     - [108c559] remove detachtty from GRML_FULL.
1753     - [6b628f3] remove muscletools from GRML_FULL.
1754     - [624a0f0] follow nilfs-tools transition for GRML_FULL.
1755     - [06acda8] remove orpheus from GRML_FULL.
1756     - [689dfb3] remove qprof from GRML_FULL.
1757     - [91398f8] remove prismstumbler from GRML_FULL.
1758     - [2f94a13] remove pytris from GRML_FULL.
1759     - [adfe220] remove tn5250 from GRML_FULL.
1760     - [838302e] remove viewglob from GRML_FULL.
1761     - [47e47e9] remove xcardii from GRML_FULL.
1762     - [9624eec] remove opie-client from GRML_FULL.
1763     - [fbe325d] remove s3switch from GRML_FULL.
1764     - [b34282b] remove spicctrl from GRML_FULL.
1765     - [696df8a] remove log2mail from GRML_FULL.
1766     - [2560a80] remove python2.4 from GRML_FULL.
1767     - [7728fde] remove sbm from GRML_FULL.
1768     - [fd90761] remove dog from GRML_FULL.
1769
1770  -- Michael Prokop <mika@grml.org>  Mon, 09 May 2011 13:53:49 +0200
1771
1772 grml-live (0.13.2) unstable; urgency=low
1773
1774   [ Christian Hofstaedtler ]
1775   * [82e7ad3] fix buildd header (no more unoldstable!)
1776
1777   [ Michael Prokop ]
1778   * Bunch of buildd improvements:
1779     - [f96dfbf] Add support for wheezy, drop lenny (being oldstable
1780       nowadays). [Closes: issue962]
1781     - [aaa0017] Rename HEADER.html to index.html, as being
1782       used on daily.grml.org.
1783     - [2a5e5e6] Update index.html file.
1784     - [a08d1d1] Finalize sha1sum support.
1785     - [b4f406a] Support setting variables through grml-buildd.conf
1786       in working directory, support $STORAGE_ADMIN instead of hard coded
1787       mail address for storage host.
1788     - [79b6032] Fix suite information for wheezy links.
1789     - [cc7e99d] cronjob: upload and remove ISOs after each grml-flavour.
1790     - [4d1178f] Use mutt instead of nail again (plus further improvement
1791       in [79e4473d]).
1792   * scripts/release_helper.sh improvements for autobuilds:
1793     - provide autobuild install instructions in official
1794       grml-live documentation
1795     - support sudo [c6bcaeb]
1796     - remove leftover files and directories from grml-live.build-area
1797       to avoid pollution [307773c] [d0a25f7]
1798     - provide git log in debian/changelog [83ef159] [833dd6d]
1799
1800  -- Michael Prokop <mika@grml.org>  Fri, 18 Mar 2011 14:19:08 +0100
1801
1802 grml-live (0.13.1) unstable; urgency=low
1803
1804   [ Martin Scharm ]
1805   * [1c721a6] grml-cheatcodes.txt: added autoconfig boot parameter
1806
1807   [ Christian Hofstaedtler ]
1808   * [4bc574e] Assume 'squeeze' as default SUITE.
1809   * [27a6aab] buildd: squeeze has been promoted to stable, adapt texts
1810   * [0c3993f] buildd: show sha1sum files instead of md5
1811
1812   [ Michael Prokop ]
1813   * [66ce999] Update for kernel 2.6.38-grml[64], featuring LZMA/XZ
1814     support - requiring squashfs-tools >=4.2-1.
1815   * [e88fb8e] Depend on squashfs-tools (>= 1:4.2-1~grml00).
1816   * [1c0980c] scripts/release_helper.sh: manually build debian/changelog
1817     during autobuilds, improve branch handling
1818
1819  -- Michael Prokop <mika@grml.org>  Thu, 17 Mar 2011 23:08:20 +0100
1820
1821 grml-live (0.12.6) unstable; urgency=low
1822
1823   [ Michael Prokop ]
1824   * [312d86a] templates/GRML/grml-cheatcodes.txt: update debian2hd
1825     bootoption documentation; replace all references to /dev/hdx with
1826     /dev/sdx
1827   * [22e838c] templates/GRML/grml-cheatcodes.txt: update usage example
1828     cmdline for debian2hd (thanks, Christian).
1829   * [0d5dccc] Add software-changes-schedule.txt to handle scheduled
1830     software additions/removals via git.
1831   * [66f1c71] grml-cheatcodes.txt: drop setkeycodes (being dropped from
1832     grml-autconfig).
1833   * [956db16] docs: add generation of the base tar.gz to the FAQ
1834   * [32627d5] scripts/release_helper.sh: support autobuild
1835     infrastructure through AUTOBUILD
1836   * Software related changes:
1837     - [58de1cc] Drop postfix-ldap from GRML_FULL.
1838     - [f3deac4] Drop cfengine2 from GRML_FULL.
1839     - [23a96e0] Add puppet to GRML_FULL.
1840     - [c00baf7] Add puppetmaster to GRML_FULL.
1841     - [285e5c3] Add rdfind to GRML_FULL.
1842     - [38fad6b] Replace glipper-nognome with clipit.
1843
1844   [ Ulrich Dangel ]
1845   * [5f2b199] SW: Add parted to GRML_MEDIUM (Thanks to Jordi Funollet
1846     for the bug report)
1847
1848  -- Michael Prokop <mika@grml.org>  Fri, 11 Mar 2011 23:16:57 +0100
1849
1850 grml-live (0.12.5) unstable; urgency=low
1851
1852   The "new release is coming so >< close" release.
1853
1854   * [69f74a6] grml-live: Fix typo (Skiping->Skipping).
1855   * [7468864] SW: Add grub-imageboot to all Grml flavours.
1856   * [ea8df13] hooks/{instsoft,updatebase}.GRMLBASE: be more careful
1857     about BUILD_ONLY environment.
1858   * [1b66676] isolinux/grml.cfg: use vga=791 by default for "disabled
1859     KMS" boot menu entry.
1860   * [ebc2594] isolinux/grml.cfg: disable KMS in "Disable Framebuffer"
1861     boot menu entry.
1862   * [7883c5f] templates/boot: set nodmraid and grml2hd accordingly, make
1863     sure "No KMS" and "nofb" are consistent accross bootloaders.
1864   * [b8a13e3] templates/boot: Use persistent=nofiles as default, as this
1865     causes less problems by default.
1866   * [5c896d0] Update templates/GRML/grml-cheatcodes.txt to reflect
1867     recent development. - thanks to Ulrich Dangel <mru@grml.org> for
1868     feedback.
1869   * [894aac9] templates/GRML/grml-cheatcodes.txt: document KMS and add
1870     URL for Documentation/kernel-parameters.txt.
1871
1872  -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 01:24:43 +0100
1873
1874 grml-live (0.12.4) unstable; urgency=low
1875
1876   The "where is all the dirt" release.
1877
1878   [ Christian Hofstaedtler ]
1879   * Software related changes:
1880     - [8b01f6c] Remove wacom-tools from GRML_FULL.
1881     - [377f9fe] Remove xar from GRML_FULL (Debian RoQA; see #574023).
1882     - [15d82e2] Remove tra, tss from GRML_FULL.
1883     - [cce8558] Remove snoopy from GRML_FULL (removed from Debian,
1884       see #548918).
1885     - [1b93265] Remove sam from GRML_FULL (orphaned, see #503546).
1886     - [78eb19a] Remove slat from GRML_FULL (dead upstream, see
1887       #541373).
1888     - [9d7b098] Remove shc from GRML_FULL (RoM, see #508109).
1889     - [a952d6b] Remove sdd from GRML_FULL (RoQA, see #572379).
1890     - [c9a3214] Move retty to x86-only section.
1891     - [e2dc668] Remove rain from GRML_FULL (RoQA, see #455002).
1892     - [e7dcc71] Remove isakmpd from GRML_FULL.
1893     - [ae7a104] Remove psh from GRML_FULL (RoQA, see #596551).
1894     - [01c0a56] Remove ras from GRML_FULL (dead upstream, see
1895       #558672).
1896     - [99fa5ea] Move pstack to x86-only section.
1897     - [48c3d54] Remove pcopy from GRML_FULL (dead upstream, see
1898       #596552).
1899     - [703e0b6] Remove mp3c from GRML_FULL (uninstallable, very old).
1900     - [e2ac468] Remove nstx from GRML_FULL (dead upstream, see
1901       #595988).
1902     - [c36d74e] Do the mtd-tools -> mtd-utils transition.
1903     - [cc932b9] Remove mirrordir from GRML_FULL (RoM; see #555130).
1904     - [d8fa87a] Move bsign to x86-only section.
1905     - [845f37b] Remove cabber from GRML_FULL (RoQA, see #553902).
1906     - [3c65350] Remove jail from GRML_FULL (RoM, see #448725).
1907
1908   [ Ulrich Dangel ]
1909   * [1c74730] Run /etc/init.d/networking by default.
1910
1911   [ Michael Prokop ]
1912   * [d61b3b8] Drop unnecessary policy-rc.d handler from
1913     hooks/updatebase.GRMLBASE and scripts/GRMLBASE/98-clean-chroot -
1914     grml-policy-rc.d does it for us.
1915   * [07e33ed] grml-cheatcodes.txt: Document nonetworking bootoption.
1916   * Software related changes:
1917     - [ee607a4] Add tmux to GRML_FULL. - thanks to Marek Straka
1918     - [b4b0e5a] Add grml-rescueboot to all grml flavours.
1919     - [af3b852] Add fai-setup-storage to GRML_FULL.
1920     - [567872d] Remove policyrcd-script-zg2 from GRML_FULL.
1921     - [8151e7f] Remove zsh-static from GRML_FULL.
1922     - [27e4380] Remove bash-static from GRML_FULL.
1923
1924  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 17:40:40 +0100
1925
1926 grml-live (0.12.3) unstable; urgency=low
1927
1928   The "let's clean the floor" release.
1929
1930   * Bugfix:
1931     - [7bbfd24] Rework apt.conf handling in instsoft/updatebase (provide
1932       /etc/apt/apt.conf.d/15grml-live), drop /etc/kernel-img.conf support.
1933       The reworked apt.conf handling addresses the issue that with usage of
1934       BASE.tgz there might result packages from recommends in the ISO (like
1935       for example iso-codes via python-apt).
1936
1937   * Package list changes:
1938     - [5476dee] replace perf with linux-tools-2.6.36 package in GRMLBASE.
1939     - [ae6845f] Update package list in NFSROOT (grub->grub-pc, live-
1940       initramfs->live-boot, drop cvs/subversion/jove/subversion, disable
1941       cfengine2/libapt-pkg-perl).
1942
1943   * Get rid of window managers from GRML_FULL that are either too large,
1944     unconfigured, unused,... - see issue897 for the discussion.
1945     [Closes: issue897]
1946     - [a4907de] Remove fvwm
1947     - [a68ff37] Remove ratpoison and ratmenu
1948     - [c44b1e3] Remove dwm and dwm-tools
1949     - [5eb0e90] Remove twm
1950     - [0a17b3c] Remove w9wm
1951     - [69ca260] Remove evilwm
1952     - [9df6db8] Remove jwm
1953     - [d077db1] Remove pekwm
1954
1955   * Removals from GRML_FULL package list:
1956     - [b88d7b5] Remove ysm (orphaned, see #595398).
1957     - [50bc2fe] Remove emcast (orphaned, see #594619).
1958     - [0040aec] Remove cdrbq (orphaned, see #602587).
1959     - [0bcc921] Remove wyrd (not relevant enough).
1960     - [372cd2d] Remove xaw3dg (not relevant enough).
1961     - [07d1e00] Remove yaird (initramfs-tools is the
1962       recommended and supported i-t generator).
1963     - [f8990f6] Remove pdns* packages (except for pdns-recursor).
1964     - [e601ea1] Remove nedit (too large for too many already
1965       existing editors).
1966     - [c402efd] Remove mrxvt[-common] from GRML_FULL.
1967     - [13c5b0b] Remove zlib1g (library -> rdepends).
1968     - [67cfcf5] Remove gq (unmaintained/dead, see #593165).
1969     - [bed9733] Remove cdda2wav + cdrecord from GRML_FULL (unavailable).
1970     - [57280bf] Remove geresh (dead/unmaintained, see #595478).
1971     - [e240523] Remove dietlibc (dietlibc-dev is the relevant package).
1972     - [09ec6b0] Remove dumputils (orphaned upstream, see #466870).
1973     - [d8e5c2d] Remove cbrowser (dead upstream, see #595987).
1974     - [2a296ca] Remove dpkg-multicd (unavailable, merged into
1975       dselect, see #557063).
1976     - [a4b7699] Remove dpkg-ftp (unavailable, merged into
1977       dselect, see #557062).
1978     - [6537f9e] Remove tcl8.3 (unavailable, tcl8.4 is there).
1979     - [ed0a6ab] Remove jikes (orphaned, see #508366).
1980     - [72eff19] Remove metamail (orphaned, see #274451).
1981     - [ebfec95] Remove mkisofs (unavailable).
1982     - [847ba32] Remove python-celementtree + python-elementtree
1983       (unavailable + only useful with python < 2.5, see #564377).
1984     - [547476e] Remove realtime-lsm (deprecated, see #499245).
1985     - [266c05b] Remove nictools-nopci (i386-only).
1986     - [73bfef1] Remove star (unavailable).
1987     - [bbfde64] Remove starttls (dead, see #587264).
1988     - [4d62e55] Remove swapd (dead, see #595091).
1989     - [a20335f] Remove webcpp (abandoned upstream, see #547528).
1990     - [6ca58fa] Remove xvncviewer (unavailable).
1991     - [2fc6daf] Move zfs-fuse from Grml packages to Debian packages.
1992     - [a317c5c] Remove speechd-up (i386-only, espeakup replaces it).
1993     - [d9d3706] Remove abs-guide (not important enough)
1994     - [c4c9c35] Remove uswsusp (has issues in older Debian
1995       releases, should not be too relevant for Grml).
1996     - [2e7c1fb] Remove ike-scan (4MB is too much)
1997     - [a01048a] Remove hasciicam (out-of-scope).
1998     - [6b5262f] Remove gocr (out-of-scope).
1999     - [33578dc] Remove hal (out-of-scope).
2000     - [962a5cb] Remove hal-info (out-of-scope).
2001     - [7a1b346] Remove fusesmb (out-of-scope).
2002     - [ca8f465] Remove icecast2 (out-of-scope).
2003     - [05cfbd2] Remove moosic (out-of-scope).
2004     - [4774440] Remove mp3blaster (out-of-scope).
2005     - [5baa139] Remove mplayer-skin-blue (out-of-scope).
2006     - [3806828] Remove lkl (orphaned, see #553307).
2007
2008  -- Michael Prokop <mika@grml.org>  Wed, 15 Dec 2010 16:11:27 +0100
2009
2010 grml-live (0.12.2) unstable; urgency=low
2011
2012   [ Michael Prokop ]
2013   * [c8e2121] 90-update-alternatives: make sure to run the update-
2014     alternatives listing for x-window-manager inside the target chroot.
2015   * [032da01] SW: add console-data and kbd to GRMLBASE.
2016     [Closes: issue944] - thanks to Marc Haber for reporting and to
2017     Christian Hofstaedtler for the fix.
2018   * [179d5ea] Make sure hybrid mode works for the grub boot method out-
2019     of-the-box too - thanks to Thorsten Glaser.
2020
2021   [ Thorsten Glaser ]
2022   * [7741716] support BOOT_METHOD=grub2 (El Torito boot – Manifold boot
2023     already did) [Closes: issue889]
2024
2025  -- Michael Prokop <mika@grml.org>  Mon, 13 Dec 2010 14:22:22 +0100
2026
2027 grml-live (0.12.1) unstable; urgency=low
2028
2029   [ Michael Prokop ]
2030   * [439b54c] grml-live: drop useless of of ls(1).
2031   * [424c8ef] SW: switch from live-initramfs to live-boot in GRMLBASE.
2032
2033   [ Christian Hofstaedtler ]
2034   * [5bc75ae] radeon-kms: overwrite file at the correct time
2035     [Closes: issue935]
2036   * [e1e1975] remove fcopy backups all across /etc
2037   * [26c2731] tag all files installed by grml-live
2038   * [d5677ef] remove obsolete live.conf
2039
2040  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 12:51:20 +0100
2041
2042 grml-live (0.12.0) unstable; urgency=low
2043
2044   The "give back - get back 2.6.36-grml[64]" Release.
2045
2046   [ Ulrich Dangel ]
2047   * [b6a2954] Check version of grml-live against changelog before
2048     building
2049   * [e4296db] Overwrite the radeon-kms settings [Closes: issue935]
2050
2051   [ Michael Prokop ]
2052   * [8d75e30] config/scripts/GRMLBASE/21-usersetup: add grml user to
2053     group netdev
2054   * [822c092] docs: Update FAI-URL references regarding its new home
2055     (http://fai-project.org/).
2056   * [bfe370b + 8f57397] Update to bsd4grml v20101001 (thanks to
2057     Thorsten Glaser).
2058   * [df6303e] scripts/release_helper.sh: cancel if editing changelog
2059     returned error, provide cmdline options to git-buildpackage cmd.
2060   * Software related changes:
2061     - [b25619d] Drop unavailable fnord package from all grml flavours
2062       (see #596044).
2063     - [690257e] Drop libpam* and pamusb-tools packages.
2064       [Closes: issue920]
2065     - [704c046] Drop figlet and toilet-fonts (which is a dependency of
2066       toilet) [Closes: issue915]
2067     - [29517fe] Drop i386-only-software [Closes: issue923] - thanks to
2068       Christian Hofstaedtler <ch@grml.org>
2069     - [9d2d73a] Drop deprecated kqemu-common package from GRML_FULL.
2070   * [5d4cdf0] Provide /etc/runlevel.conf via grml-live using fcopy and
2071     its class concept
2072   * [3e5fb23] Further /etc/runlevel.conf related fixes.
2073   * [25ea895] Do not set ERROR=2 twice. - thanks to Christian
2074     Hofstaedtler <ch@grml.org>
2075   * [da2a27c] Proberly quote $CURRENT_DIR. - thanks to Andreas Marschke
2076   * [74d9301] support for kernel 2.6.36-grml[64], drop backwards
2077     compatibility support, adjust depends, update docs
2078   * [c12baa8] docs: Document how to revert the manifold feature.
2079   * [f5434b2] Drop qemu and vmware bootoptions as they are not necessary
2080     any longer.
2081   * [09667d4] templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt}
2082     as it breaks booting - thanks to Thorsten Glaser <tg@mirbsd.org>
2083   * [c686c84] Add script-not-executable ./usr/share/grml-
2084     live/scripts/bootilnx.mksh to debian/overrides.grml-live.
2085   * [594972d] Provide nokms bootoption and according menus in the
2086     graphical bootmenu to disable Kernel Mode-Setting.
2087
2088   [ Bernd Arnold ]
2089   * [f4d8e72] Fix typo in grml-cheatcodes.
2090
2091   [ Thorsten Glaser ]
2092   * [58a29c5] Update to bsd4grml version 20100815.
2093   * [7ed3014 + a0ae611 + d222479] Manifold supporting and using
2094     ISOLINUX now.
2095
2096   [ Christian Hofstaedtler ]
2097   * Software related changes:
2098     - [ba2ebc1] remove packages with unclear live-cd usage case
2099     - [07409bb] move bibcursed to LATEX class
2100     - [2794ab4] replace ispell with hunspell
2101     - [046d13d] drop Essential/Required packages from GRMLBASE
2102     - [fb91169] remove mgetty
2103     - [bfd1dd6] replace console-tools with kbd
2104     - [ed73ede] remove grml-etc dependencies
2105     - [d4c848e] don't try to install i386-only software on amd64
2106     - [9034de9] remove no longer available software
2107     - [c78ef28] remove fvwm-crystal-minimal
2108   * [535a90f] remove further backup files in /etc
2109   * [1455f91] fcopy motd instead of relying on grml-etc plus weirdness
2110   * [ad7a862] allow all users to start X server [Closes: issue926]
2111   * [987dd5d] grub: memdisk is a "linux16"-style kernel
2112     [Closes: issue937]
2113   * [8b54550] update grub to 1.98+20100804-8 [Closes: issue938]
2114
2115  -- Michael Prokop <mika@grml.org>  Thu, 02 Dec 2010 13:34:43 +0100
2116
2117 grml-live (0.11.0) unstable; urgency=low
2118
2119   The "kernel 2.6.35-grml[64] party" Release.
2120
2121   * This release provides support for kernel 2.6.35-grml[64] through
2122     updated squashfs binary and options handling. To build live
2123     systems featuring 2.6.35-grml[64] the squashfs-lzma-tools4
2124     package is required. Further details are available in the
2125     updated docs. [8be200e] [29cf238] [8cf1f25] [76e8d3a]
2126   * [a99823d] Add SQUASHFS_OPTIONS to /etc/grml/grml-live.conf and
2127     update SQUASHFS_BINARY comment.
2128   * [47b72a3] hooks/updatebase.GRMLBASE: make sure /proc, /sys and /dev
2129     are available on update
2130   * [fc88014] Update TODO file, reflecting recent development.
2131   * [d38f878] Add scripts/release_helper.sh.
2132   * Updates in templates/boot/:
2133     - [050f4d2] Update pci.ids to version 2010.08.27.
2134     - [24960b7] Update gpxe.lkrn to version 1.0.1.
2135     - [d980fe7] Update hdt.c32 to version 0.3.6.1.
2136     - [d635175] Update memtest to memtest86+ version 4.10.
2137     - [ab2ca8f] Update memdisk from 3.83 to 4.02 debian-20100803.
2138     - [21b19cb] Update chain.c32 and menu.c32 to Debian's syslinux
2139                 version 2:4.02+dfsg-3.
2140     - [f6065cb] Update isolinux.bin and vesamenu.c32 to 4.02
2141                 debian-20100803.
2142     - [929662f] Update templates/boot/grub to grub version
2143                 1.98+20100804-4.
2144     - [89c9f37] Update lintian overrides file to reflect current
2145                 updates in templates/boot/grub.
2146
2147  -- Michael Prokop <mika@grml.org>  Sat, 04 Sep 2010 15:47:32 +0200
2148
2149 grml-live (0.10.1) unstable; urgency=low
2150
2151   [ Ulrich Dangel ]
2152   * [916808e] Mention random hostname support in documentation.
2153
2154   [ Michael Prokop ]
2155   * [9f059fa] Bump version number in grml-live script.
2156     Thanks for reporting, Tong Sun. [Closes: issue888]
2157   * [4b61133] docs: mention that random hostname is supported only in
2158     recent versions.
2159
2160  -- Michael Prokop <mika@grml.org>  Tue, 03 Aug 2010 23:32:14 -0400
2161
2162 grml-live (0.10.0) unstable; urgency=low
2163
2164   The "DebConf10 in New York" Release.
2165   * Software related changes:
2166     - [6783097] SW: Drop xserver-xorg-video-amd from GRML_MEDIUM +
2167       GRML_FULL (transitional package).
2168     - [2f36927] SW: Use xserver-xorg-video-all + xserver-xorg-input-all
2169       in GRML_FULL, GRML_MEDIUM + XORG. - thanks to Tong Sun
2170       <suntong@cpan.org> [Closes: issue879]
2171     - [212a7a8] Add tasksel and taskel-data to exclude option in
2172       FAI_DEBOOTSTRAP_OPTS. - thanks to Tong Sun <suntong@cpan.org>
2173       [Closes: issue886]
2174
2175   * Documentation related changes:
2176     - [ab3c3be] docs: add squashfs-tools to default apt-get list for
2177       deployments on Debian.
2178     - [7fd12d9] docs: clarify usage of base.tgz
2179     - [f8d3ccd] docs: mention FOOBAR class in usage example via
2180       /etc/grml/grml-live.local - thanks to Tong Sun <suntong@cpan.org>
2181     - [9de56d9] grml-cheatcodes.txt: document utc + localtime bootoptions.
2182
2183   * Bugfixes, Features,...:
2184     - [4b2e863] Make all shell scripts using /bin/bash instead
2185       /bin/sh to be able to FAI's environment - thanks to thermoman
2186     - [6eebff8] Make sure that output directory variables aren't
2187       overridden by $OUTPUT. [Closes: issue885]
2188     - [807994a] buildd/functions.sh: remove attachment in bailout
2189       function.
2190     - [00825cf] Bump Standards-Version to 3.9.1.
2191     - [ace32ae] Fix typo in several files, it's "overridden"
2192       (thanks, lintian).
2193
2194  -- Michael Prokop <mika@grml.org>  Mon, 02 Aug 2010 00:21:34 -0400
2195
2196 grml-live (0.9.43) unstable; urgency=low
2197
2198   * [6136081] docs/grml-live.txt: clarify policy for class names.
2199   * [7c56f73] SW: (Re)add aufs-tools to GRMLBASE.
2200   * [a8257bc] Update isolinux files to ISOLINUX 4.01 debian-20100712.
2201
2202  -- Michael Prokop <mika@grml.org>  Wed, 21 Jul 2010 12:38:17 +0200
2203
2204 grml-live (0.9.42) unstable; urgency=low
2205
2206   * [8e0d3bd] Update isolinux.bin to "ISOLINUX 4.00 debian-20100628".
2207   * [8ef26a3] Bump grml-live version string.
2208   * [ca2c8a5] Update hdt.c32 from version 0.3.4 to 0.3.6.
2209   * [79e718c] grml_cleanup_chroot: drop all [u]mount commands.
2210   * [caa84f1] 15-initsetup: improve check for empty GRML_NAME variable
2211     to make it compatible with set -u.
2212   * [125b443] instsoft.GRMLBASE: warn if apt-get update fails but try to
2213     continue.
2214
2215  -- Michael Prokop <mika@grml.org>  Fri, 09 Jul 2010 14:41:03 +0200
2216
2217 grml-live (0.9.41) unstable; urgency=low
2218
2219   [ Ulrich Dangel ]
2220   * [f485d22] Add loopback.cfg.
2221   * [a72dab8] Improved documentation for bootid bootoption.
2222
2223   [ Michael Stapelberg ]
2224   * [71f9c13] SW: Add i3-wm to GRML_FULL. [Closes: issue876]
2225
2226   [ Michael Prokop ]
2227   * [8568d83] grml-cheatcodes.txt: document fetch= bootoption + add
2228     pointers to initramfs related documentation.
2229   * [07ca6d5] update templates/boot/grub/ to grub version 1.98+20100617-
2230     1, extend grub.cfg, update scripts/create-grub-dir.sh
2231   * Debian packaging:
2232     - [8a0e08a] Set Debian source format to 3.0 (native).
2233     - [e84d056] Bump Standards-Version to 3.9.0.
2234     - [3ae2043] Replace Depends of grml-live-buildd on nail with
2235       heirloom-mailx.
2236   * SW-related changes:
2237     - [dfecfb0] Add uuid-runtime to GRMLBASE,
2238                 thanks Adriana Teixera.
2239     - [1898358] Add gddrescue to GRML_MEDIUM,
2240                 thanks Antonio Diaz Diaz.
2241     - [4df9949] Add socat to GRML_MEDIUM.
2242     - [da02706] Add grml-paste to GRML_MEDIUM + GRML_SMALL.
2243     - [8ad9d2a] Add ekeyd to GRML_FULL,
2244                 thanks Peter Palfrader. [Closes: issue873]
2245
2246  -- Michael Prokop <mika@grml.org>  Wed, 30 Jun 2010 12:15:00 +0200
2247
2248 grml-live (0.9.40) unstable; urgency=low
2249
2250   [ Michael Prokop ]
2251   * Software related changes:
2252     - Add perf to GRML_FULL.
2253     - Add lxc to GRML_FULL.
2254     - Add hwloc to GRML_FULL.
2255     - Drop aria2 from GRML_FULL (lack of space).
2256     - Drop bluez-audio (lack of space, requires ~17MB incl.
2257       dependencies)
2258   * Drop wrongly merged failsafe bootoptions.
2259   * Update grml-cheatcodes.txt (e.g. drop home= bootoption
2260     as it has been deprecated recently).
2261   * Update bsd4grml to version 20100328 (thanks, Thorsten).
2262
2263   [ Ulrich Dangel ]
2264   * Fix Boot OS of first partition entry for grub. Thanks to Jordan
2265     Uggla for
2266   * Support automatic findiso command and fixed gfxpayload handling.
2267     Thanks to Jordan Uggla.
2268
2269  -- Michael Prokop <mika@grml.org>  Tue, 06 Apr 2010 10:45:26 +0200
2270
2271 grml-live (0.9.39) unstable; urgency=low
2272
2273   * Add support for /boot/isolinux/submenu*.cfg files.
2274   * Drop bootfrom=removable from default bootoptions (we've bootid
2275     and scan removable devices first nowadays).
2276   * Grub2 related changes:
2277     - Add scripts/create-grub-dir.sh to build templates/boot/grub/
2278     - Add font file templates/boot/grub/ascii.pf2
2279     - Update templates/boot/grub/ based on grub-pc_1.98-1_i386.deb
2280     - grub.cfg:
2281       ~ add additional menu_color_* entries if loading background image
2282       ~ loadfont /boot/grub/ascii.pf2
2283       ~ increase timeout to 20 seconds
2284       ~ replace terminal command with terminal_output
2285       ~ use gfxpayload=1024x768 instead of vga=...
2286   * Some minor lintian cleanups.
2287   * Software related changes:
2288     - Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for
2289       `minimal-shell'.
2290     - Add numactl to GRML_FULL (thanks, gebi).
2291     - Drop ctapi-cyberjack.
2292     - Drop sl-modem-daemon.
2293     - Update to grml kernel 2.6.33.
2294
2295  -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 15:12:21 +0100
2296
2297 grml-live (0.9.38) unstable; urgency=low
2298
2299   * Move ia32-libs from Depends to Recommends so installation
2300     on i386 works again.
2301
2302  -- Michael Prokop <mika@grml.org>  Mon, 01 Mar 2010 02:16:08 +0100
2303
2304 grml-live (0.9.37) unstable; urgency=low
2305
2306   * Drop noquick bootoption from serial console boot entry.
2307   * Add grml as default to default.cfg. [Closes: issue761]
2308   * Software related changes:
2309     - Add nginx. Thanks al4711. [Closes: issue704]
2310     - Add usb-modeswitch to GRML_FULL. [Closes: issue424]
2311     - Drop asleap from GRML_FULL.
2312     - Drop ded from GRLM_FULL.
2313     - Drop tlswrap package from GRML_FULL.
2314     - Move udev from GRML_* to GRMLBASE.
2315
2316  -- Michael Prokop <mika@grml.org>  Sun, 28 Feb 2010 00:03:31 +0100
2317
2318 grml-live (0.9.36) unstable; urgency=low
2319
2320   * scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration
2321     files use .conf as filename suffix. [Closes: issue647]
2322   * Disable PDiffs by default via /etc/apt/apt.conf.d/20pdiffs.
2323   * 90-update-alternatives: check for symlinks of iceweasel and
2324     mount.ntfs-3g and force creation of /sbin/mount.ntfs symlink.
2325   * Rework addons handling (make sure to install boot addons independent
2326     from bsd4grml which might be disabled).
2327   * Updated boot manager teamplates (simplify syslinux.cfg,
2328     update failsafe bootoption, add GPXE to grub.cf, drop duplicate
2329     boot=live from grub.cfg)
2330   * Do not bailout if reading dpkg.list fails, instead assume user
2331     is running a dirty build and display a warning message.
2332   * Check for precense of grub directory and files in templates
2333     that we are adjusting on-the-fly and skip non-existing ones
2334     so customisation of templates is easier.
2335   * Drop debug from bootoptions and use debug=vc only. 'debug' without
2336     arguments avoids displaying the executed code in the initramfs
2337     which is something you usually want to have enabled by default
2338     when debugging a system.
2339   * Fix label name for ssh bootoption.
2340   * Add persistency feature to boot menu. [Closes: issue773]
2341   * buildd/link_latest.sh: make sure to use according filename in
2342     md5sum file of *_latest* ISOs. [Closes: issue814]
2343   * Software related changes:
2344     - Add grml-quickconfig to GRMLBASE.
2345     - Add grml-quickconfig-standard to GRML_* classes.
2346     - Add xz-utils to GRML_FULL.
2347     - Add zerofree to GRML_MEDIUM and GRML_FULL.
2348     - Drop 3ware-cli-binary (license unclear).
2349     - Drop rar from GRML_FULL (license).
2350     - Drop xlockmore from GRML_FULL (using vlock instead in grml-lock).
2351     - Move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be
2352       able to customize it easier.
2353
2354  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 21:32:25 +0100
2355
2356 grml-live (0.9.35) unstable; urgency=low
2357
2358   * New features / major changes:
2359     - Moved /etc/grml/fai/files to /etc/grml/fai/config/files (and
2360       /etc/grml/fai/live-initramfs to /etc/grml/fai/config/). This is
2361       an important step to use the config space and class concept of
2362       FAI in a more decent and cleaner way. Further details in NEWS
2363       file. Thanks to Henning Sprang for the initial hint.
2364     - Provide buildd as separate Debian package grml-live-buildd.
2365     - Store package list on ISO. [Closes: issue779] [Closes: issue749]
2366     - Support conf/bootid.txt and use bootoption bootfrom=removable by
2367       default.
2368     - Support NO_BOOTID to disable the new bootid feature.
2369     - Support DEFAULT_BOOTOPTIONS via configuration file.
2370   * Bugfixes / minor changes:
2371     - buildd: use nail instead of mutt for sending mails as recent
2372       versions of mutt introduced a major breakage (see #539276).
2373     - scripts/GRMLBASE/38-udev: check for presence of config file.
2374     - Ignore $EXIT_ON_MISSING_PACKAGES if running a dirty build
2375       through -B.
2376     - Make sure to use sources.list of grml-live, even on updates
2377       through -u option. [Closes: issue803]
2378   * Software related changes:
2379     - Drop all packages from GRML_* classes that are defined in
2380       GRMLBASE already.
2381     - Drop aufs-tools from GRML_MEDIUM.
2382     - Drop lvm2 from GRML_* classes at it is in GRMLBASE.
2383     - Drop mdadm from GRML_* classes as it is in GRMLBASE.
2384     - Move diffutils + iw from GRMLBASE to GRML_* classes.
2385     - Move mgetty from GRML_* classes to GRMLBASE.
2386     - Move module-init-tools from GRML_* classes to GRMLBASE.
2387   * Debian packaging: Bump Standards-Version to 3.8.4.
2388
2389  -- Michael Prokop <mika@grml.org>  Sat, 13 Feb 2010 01:08:57 +0100
2390
2391 grml-live (0.9.34) unstable; urgency=low
2392
2393   * Add scripts/GRMLBASE/38-udev to get rid of automatically generated
2394     udev rules file.
2395   * Fix architecture option in error message (-a instead of -i).
2396   * Add ia32-libs [amd64] to Depends to make sure building i386 on amd64
2397     works OOTB.
2398   * Use $TEMPLATE_DIRECTORY for checking for precense of bsd4grml.
2399   * Drop keyword package from squashfs binary exit code.
2400   * Update docs regarding squashfs-tools 1:4.0-1.
2401   * Support for logging to database via grml-live-db.
2402     Thanks to formorer for his work on dpkg-to-db.
2403   * Changed logic of ZERO_LOGFILE to PRESERVE_LOGFILE (though integrated
2404     a backwared compatibility layer so existing installations still continue
2405     to work) and clear logs after prompting for execution.
2406
2407   * Software related changes:
2408     - Add acpi-support-base to GRML_SMALL [Closes: issue791]
2409     - Add netsniff-ng to GRML_FULL (thanks Daniel Borkmann).
2410     - Add ufsutils to GRML{SMALL,MEDIUM,FULL} [thanks, chaitat].
2411     - Drop aufs-tools from GRML_FULL (deprecated, see #555638).
2412     - Drop firescope from GRML_FULL - it is unmaintained upstream.
2413     - Drop package config file GRML_FORENSIC as it is developed and
2414       maintained as part of Grml-Forensic nowadays.
2415     - Move scsiadd from GRML_* to GRMLBASE.
2416     - Remove dynamic-disk from GRML_FULL (unmaintained upstream).
2417     - Remove lame from GRML_FULL (not available from official Debian pool).
2418     - Remove salvage-ntfs from GRML_FULL (unmaintained upstream).
2419
2420  -- Michael Prokop <mika@grml.org>  Sat, 30 Jan 2010 19:56:32 +0100
2421
2422 grml-live (0.9.33) unstable; urgency=low
2423
2424   [ Michael Prokop ]
2425   * Switch order of mirror configuration in example config.
2426     Thanks for the hint, formorer.
2427   * Write current date to last output line of grml-live so the user
2428     knows how "old" his build is while sitting at the shell prompt.
2429   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/01-packages
2430     as package installation validator.
2431   * Update sources.list handling:
2432     - Disable deb-src by default in sources.list. People usually
2433       won't need this and the ones that want it know how to enable
2434       it. Therefore let's save traffic on the mirrors.
2435     - Note usage of GeoIP-selected mirrors.
2436     - Add commented examples for DE/AT mirrors.
2437     Thanks for the suggestions to Sedat Dilek. [Closes: issue756]
2438   * Use /sbin/mount.ntfs-3g as default handler for ntfs. Thanks
2439     for bringing this issue up, Richard Hartmann.
2440   * templates/boot/grub/menu.lst: drop bootoption lang=us, we
2441     specify the default within grml-autoconfig nowadays.
2442   * Support configuration variable EXIT_ON_MISSING_PACKAGES to exit
2443     with returncode != 0 if a requested package isn't available on the
2444     resulting ISO.
2445   * Drop memtest86+ from Depends as it's shipped by grml-live-addons
2446     nowadays (see issue717). Instead be more verbose in the warning
2447     message if neither the one from grml-live-addons nor memtest86+
2448     can be found.
2449   * Software related changes:
2450     - Main GRML* classes:
2451       + add grml-udev-config (we use Debian's udev from now on and
2452         provide our own udev stuff through grml-udev-config)
2453       + drop grml-scanpartitions
2454       + move all grml-* packages that used to be part of all Grml
2455         flavours to GRMLBASE and drop them from the flavour
2456         specific configuration instead
2457     - GRML_FULL:
2458       + Add fsarchiver
2459       + Add gdisk
2460       + Add infiniband-diags
2461       + Add iscsitarget-module-2.6.31-grml64
2462       + Add mbuffer
2463       + Add modem-cmd
2464       + Add nbd-server + nbd-client (thanks to Xuân Baldauf).
2465       + Drop dvi2tty (so we don't pull tex-common and texlive-binaries
2466         into the system).
2467       + Drop lomoco (bad state, unnecessary)
2468     - GRML_MEDIUM:
2469       + Add iptraf (thanks, thermoman)
2470       + Drop (unavailable) at76-usb-modules-2.6.31-grml
2471     - Mixed:
2472       + Add kexec-tools to GRML_SMALL + GRML_MEDIUM (thanks,
2473         Christoph Biedl)
2474       + Add lcrack to GRML_FORENSIC
2475       + Drop fakechroot from GRML_FULL + GRML_FORENSIC (the package is
2476         in a bad shape since several months)
2477       + Drop grml-mercurial-utils from GRML_FULL and GRML_MEDIUM as
2478         we use git nowadays
2479
2480   [ Thorsten Glaser ]
2481   * Update MirOS bsd4grml to 20091226.
2482
2483  -- Michael Prokop <mika@grml.org>  Wed, 30 Dec 2009 02:34:38 +0100
2484
2485 grml-live (0.9.32) unstable; urgency=low
2486
2487   * Update docs to reflect current FAI_CONFIG_* setup.
2488   * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
2489     so FAI versions older than 3.3 still work. Thanks for the bugreport,
2490     Christian Hofstaedtler.
2491
2492  -- Michael Prokop <mika@grml.org>  Sun, 08 Nov 2009 11:50:46 +0100
2493
2494 grml-live (0.9.31) unstable; urgency=low
2495
2496   [ Michael Prokop ]
2497   * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
2498   * Update main fai config (update to what's shipped by FAI 3.3):
2499     * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf
2500       to make-fai-nfsroot.conf and disable it by default as
2501       only FAI_CONFIG_SRC is relevant nowadays.
2502     * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by
2503       default.
2504     * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS
2505       in file make-fai-nfsroot.conf (sync with FAI upstram).
2506
2507   [ Thorsten Glaser ]
2508   * Update bootgrub.mksh to 20091104.
2509   * Change manifold-boot ISO patch logic slightly to work better on
2510     certain HP machines. [Closes: issue757]
2511
2512  -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 20:30:30 +0100
2513
2514 grml-live (0.9.30) unstable; urgency=low
2515
2516   [ Michael Prokop ]
2517   * Support new option '-d <date>' to use specified date as build date
2518     information on the ISO instead of the default.
2519   * Fix posix violation in grml-live-remaster.
2520   * Add jfsutils to GRML_MEDIUM and GRML_SMALL.
2521   * Apply patch by Christian Hofstaedtler <ch+git@zeha.at> (thanks!):
2522     Ensure /etc/mtab is always present. Newer debootstrap versions
2523     no longer create /etc/mtab, so we need to provide our own.
2524   * config/hooks/instsoft.GRMLBASE:
2525     - force installation of file-rc using aptitude's
2526       Aptitude::ProblemResolver::Keep-All-Tier option.
2527     - drop insserv package.
2528   * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with
2529     'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with
2530     fai >=3.2.23.
2531
2532   [ Ulrich Dangel ]
2533   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
2534     [Closes: issue758]
2535
2536  -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 17:48:21 +0100
2537
2538 grml-live (0.9.29) unstable; urgency=low
2539
2540   [ Ulrich Dangel ]
2541   * Renamed stage2_eltorito to stage2 to get rid of name mangling
2542     problems with fat.
2543
2544   [ Michael Prokop ]
2545   * Adjust stage2{,_eltorito} code in grml-live.
2546
2547  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:17:59 +0100
2548
2549 grml-live (0.9.28) unstable; urgency=low
2550
2551   * Drop grub from all classes and add grub-pc to GRMLBASE.
2552   * Add guymager to GRML_FULL.
2553   * Add gcc to GRML_MEDIUM.
2554   * Adjust grub variable in *all* /boot/isolinux/*.cfg files.
2555   * Update memtest86+ binary to 4.00-2.
2556   * Update isolinux/syslinux files to version 2:3.83+dfsg-1:
2557     - templates/boot/addons/chain.c32
2558     - templates/boot/addons/hdt.c32
2559     - templates/boot/addons/memdisk
2560     - templates/boot/addons/menu.c32
2561     - templates/boot/isolinux/ifcpu64.c32
2562     - templates/boot/isolinux/isolinux.bin
2563     - templates/boot/isolinux/vesamenu.c32
2564   * Update templates/boot/addons/pci.ids to version 2009.10.22.
2565   * Adjust label text for grub1 boot entry.
2566   * Update bsd4grml to version 20091027.
2567
2568  -- Michael Prokop <mika@grml.org>  Tue, 27 Oct 2009 20:54:33 +0100
2569
2570 grml-live (0.9.27) unstable; urgency=low
2571
2572   [ Michael Prokop ]
2573   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
2574   * Add fio to GRML_FULL (thanks for the hint, Ulrich). [Closes: issue703]
2575   * Add 'noquick' to the serial bootoption.
2576   * Add ewf-tools to GRML_FULL and GRML_FORENSIC.
2577
2578   [ Ulrich Dangel ]
2579   * Refactored addon menu handling for syslinux. The menu is now dynamically
2580     generated by grml-live to allow more convenient adjustments to the addon
2581     menu.
2582
2583  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:10:35 +0100
2584
2585 grml-live (0.9.26) unstable; urgency=low
2586
2587   [ Michael Prokop ]
2588   * Update templates/boot/grub to grub2 version 1.97~beta4-1.
2589   * Add templates/boot/isolinux/ifcpu64.c32.
2590   * Add templates/boot/addons/gpxe.lkrn.
2591   * Document 'Shortcut keys of vesamenu bootsplash' in isolinux.cfg.
2592   * templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com
2593     feature (command line) to chain into GRUB2 directly from isolinux
2594     or syslinux without an intermediate interactive/menu prompt.
2595     Thanks to Thorsten for implementing and help.
2596
2597   [ Thorsten Glaser ]
2598   * Update MirOS bsd4grml to 20091024 (ldbsd.com and ldbsd.txt only).
2599
2600  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 21:10:17 +0200
2601
2602 grml-live (0.9.25) unstable; urgency=low
2603
2604   [ Ulrich Dangel ]
2605   * Switched order between isoprompt and hd menu entry to generate more
2606     easily the same bootmenu for generated cd images.
2607   * Changed grub.cfg and menu.lst to use new template names.
2608     Thanks to Michael Schierl for his bug report.
2609   * Clear at first the screen if bootparam quiet is set.
2610     Thanks again to Michael Schierl for his bug report.
2611
2612   [ Michael Prokop ]
2613   * Support mksquashfs-lzma and $MKSQUASHFS in remaster/grml-live-remaster.
2614   * Add fbterm to GRML_FULL. [Closes: issue563]
2615   * Add parted to GRML_SMALL (thanks for the suggestion, Marc Haber).
2616   * Add pyneighborhood to GRML_FULL. [Closes: issue580]
2617   * Drop grml-ddcxinfo from GRML_FULL. [Closes: issue62]
2618
2619  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 14:12:33 +0200
2620
2621 grml-live (0.9.24) unstable; urgency=low
2622
2623   [ Ulrich Dangel ]
2624   * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname.
2625   * Changed isolinux vesamenu layout to support better multiiso layout.
2626
2627   [ Thorsten Glaser ]
2628   * Update MirOS bsd4grml to 20091019.
2629
2630   [ Michael Prokop ]
2631   * Software related changes:
2632     - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg +
2633       openvas-server to GRML_FORENSIC.
2634     - Add stressapptest to GRML_FULL + GRML_FORENSIC.
2635     - Drop lcap (package is gone) from GRML_FORENSIC.
2636     - Drop isic + lcap (packages gone) from GRML_FULL.
2637     - Drop ipset from GRML_FULL + GRML_FORENSIC (it's part of
2638       xtables-addons-common).
2639     - Drop harden-remoteaudit + openvas-server from GRML_FULL (they
2640       are pretty useless without plugins which need just too much space).
2641   * Rework variable replacements in templates. Now the %VAR% strings
2642     in the templates match with the ones used inside grml-live ($VAR),
2643     currently ARCH, DATE, DISTRI_INFO, DISTRI_NAME, DISTRI_SPLASH,
2644     GRML_NAME, SQUASHFS_NAME, RELEASE_INFO, SHORT_NAME and VERSION
2645     are supported. If you use your own templates from older grml-live
2646     versions please make sure to adjust them.
2647     Thanks to Ulrich for helping with integration within grml2usb.
2648   * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for
2649     portmap to not listen on the loopback interface only by default.
2650     [Closes: issue737]
2651   * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice.
2652
2653  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:12:27 +0200
2654
2655 grml-live (0.9.23) unstable; urgency=low
2656
2657   * Software related changes:
2658     - GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel
2659       2.6.28-grml[64] to 2.6.31-grml[64].
2660     - Drop ash from GRML_FULL (unrelevant for Grml).
2661     - Drop crack-common from GRML_FULL (it's a dependency of crack*).
2662     - Drop ddccontrol-db from GRML_FULL (it's a dependency of ddccontrol).
2663     - Drop dhcp3-common from GRML_FULL (it's a dependency of dhcp3*).
2664     - Drop defrag from GRML_FULL + GRML_FORENSIC (see #446691).
2665     - Drop emacs22/-common specific packages from GRML_FULL (dependencies).
2666     - Drop libpam-krb5 from GRML_FULL (related to #545824).
2667     - Drop mktemp from GRML_* (transitional package).
2668     - Drop openbsd-inetd from GRML_FULL (we're using xinetd).
2669     - Drop replicator from GRML_FULL (orphaned, see #474131).
2670     - Drop rt2400-modules-2.6.31-grml, rt2500-modules-2.6.31-grml and
2671       rt73-modules-2.6.31-grml from GRML_MEDIUM.
2672     - Drop rt2400-modules-2.6.31-grml, rt73-modules-2.6.31-grml and
2673       rt2400-modules-2.6.31-grml64 from GRML_FULL.
2674     - Drop timeout from GRML_* (it is part of coreutils nowadays).
2675     - Drop vim-python + vim-ruby from GRML_FULL (not available anymore).
2676     - Drop version specific dependency on -mysql-client-5.0.
2677     - Drop e2fslibs, esound-common, espeak-data, ettercap-common (all being
2678       dependencies), fileutils and gcom (both transitional package) from
2679       GRML_FULL.
2680     - Drop 915resolution, bazaar, cracklib2, dbishell, gmailfs,
2681       igal, nmapfe, python-pyogg, weechat-common, xdialog,
2682       xserver-xorg-video-i810, xserver-xorg-video-nsc and zeroconf from
2683       GRML_FULL (all being deprecated packages).
2684     - Drop cracklib2 from GRML_FORENSIC (deprecated).
2685     - Drop xserver-xorg-video-i810 + xserver-xorg-video-nsc from GRML_MEDIUM
2686       and XORG (deprecated packages).
2687     - Replace diff with diffutils and move it to GRMLBASE.
2688     - Replace dvb-utils with dvb-apps in GRML_FULL.
2689     - Replace postgresql-client-8.2 + postgresql-client-common with
2690       postgresql-client in GRML_FULL.
2691     - Move eject, file-rc, gawk, gpm, grep, grml-hwinfo, gzip, hostname,
2692       initramfs-tools, initscripts, klibc-utils + laptop-detect to GRMLBASE.
2693     - Add febootstrap to GRML_FULL.
2694     - Add guymager to GRML_FORENSIC.
2695     - Add extract and libextractor-plugins to GRML_FORENSIC (thanks to
2696       Dennis Schreiber for the hint).
2697     - Add iw to GRMLBASE. Thanks to Christian Hofstaedtler for the hint.
2698     - Add libnss-mdns to GRML_FULL (thanks to mrud).
2699   * Add backwards compatibility check for old sources.list layout
2700     (we're using /etc/apt/sources.list.d now) to script
2701     /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
2702   * Assume 'lenny' as default SUITE instead of 'stable' as
2703     debootstrap doesn't know how to handle 'stable'.
2704     Thanks to Ulrich Dangel.
2705   * Use blocksize of 256 when running mksquashfs-lzma binary.
2706   * Update documentation regarding recent lzma development.
2707   * Some minor cosmetic corrections in grml-live's output.
2708   * Add missing test call in $FORCE_ISO_REBUILD code.
2709   * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default.
2710   * Use menu hide in templates/boot/isolinux/prompt.cfg
2711
2712  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 16:14:51 +0200
2713
2714 grml-live (0.9.22) unstable; urgency=low
2715
2716   * Send 'Find FAI build logs at' message to grml-live.log as well.
2717   * Software related changes:
2718     - Add comgt to GRML_FULL.
2719     - Add fatattr to GRML_FULL.
2720     - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart).
2721     - Add qla-tools to GRML_FULL.
2722     - Add xmount to GRML_FULL.
2723     - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian).
2724     - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL,
2725       GRML_MEDIUM and GRML_FULL.
2726     - Drop lanmap (abandonned upstream, see #542376).
2727     - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE.
2728     - Replace nessusclient, nessusd and nessus-plugins with
2729       openvas-client and openvas-server in GRML_FULL.
2730   * Do not use /etc/grml_version but instead use /etc/debian_version
2731     as check whether the chroot exists. If grml-live execution
2732     itself succeded but was interrupted during task_configure it should
2733     be fine to re-run grml-live with -u/-b options.
2734   * Fix usage of exclude option in $SQUASHFS_OPTIONS.
2735   * Always remove temporary squashfs stderr file.
2736   * Fix usage of /etc/runlevel.conf in 15-initsetup.
2737   * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE.
2738   * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE
2739     to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup
2740     again then. This should should prevent us from duplicated sources
2741     list entries.
2742   * New cmdline option: "-n" skips generation of the ISO file.
2743   * Introduce support for squashfs-lzma-tools 4.0-1 and support
2744     configuration variable SQUASHFS_BINARY.
2745   * Modify update-initramfs call in grml-live script as the
2746     'update-initramfs -u -t' might fail with linux images which have been
2747     build using kernel-package.
2748   * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries
2749     that are meant for manual editing (so user just has to press <tab>
2750     and edit).
2751   * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt).
2752   * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg.
2753   * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the
2754     according code has been executed (and do not display if skipping).
2755   * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on
2756     grml-small as there will be unresolved symbols without hisax.ko.
2757
2758  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 15:59:47 +0200
2759
2760 grml-live (0.9.21) unstable; urgency=low
2761
2762   [ Michael Prokop ]
2763
2764   * New features:
2765     - Split the single /etc/apt/sources.list file into structured files
2766       in /etc/apt/sources.list.d/. We are using:
2767       - /etc/apt/sources.list.d/grml.list for all grml related repositories
2768       - /etc/apt/sources.list.d/debian.list for official Debian repositories
2769       [Closes: issue349]
2770     - Provide information about grml-live version and Debian/suite
2771       through /etc/grml_live_version in the generated ISO. [Closes: issue637]
2772     - New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console.
2773     - New configuration variables DISTRI_NAME and DISTRI_INFO which should allow
2774       easier rebranding of grml-live based distributions.
2775     - Support installation of local files (not being part of any Debian package)
2776       through $CHROOT_INSTALL.
2777     - Display path of FAI logs during execution of grml-live.
2778     - Replace all references to ftp.de.debian.org with cdn.debian.org,
2779       see http://wiki.debian.org/DebianGeoMirror for details.
2780       Thanks for the idea, Marc Haber!
2781
2782   * Bug fixes and improvements:
2783     - When adjusting postfix configuration: make sure to execute newaliases
2784       command after adjusting configuration, otherwise the old hostname
2785       will be left inside /etc/aliases.db.
2786     - grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and
2787       /etc/lvm/backup/main as well.
2788     - grml_cleanup_chroot: drop the /usr/include/linux checks.
2789     - 90-update-alternatives: use wm-ng as default x-window-manager.
2790       [Closes: issue716]
2791     - Check for existence of $target/etc/apt/important_note.txt before
2792       operating on it.
2793     - buildd: drop GRML_LIVE_ARCH but instead use default architecture
2794       if not specified.
2795     - Set UTC=no by default. See http://bts.grml.org/grml/issue708 for
2796       details. Credits to Ulrich Zehl for debugging. [Closes: issue708]
2797     - Improve check for architecture which should be build: if not specified
2798       assume a safe default and check this one.
2799     - Unify variable default checks, always assume sane defaults.
2800     - Always run $SUITE checks, so grml-live repository is used also
2801       if suite isn't manually specified.
2802     - Detect existence of stage 'boot' using boot/isolinux so grml-live
2803       executed with options '-q -B' and empty boot/isolinux works as well.
2804     - Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so
2805       we can improve sanity checks and easify configuration.
2806     - Integrate memtest86+ binary so we don't ship old versions from
2807       the build host. [Closes: issue717]
2808     - Check whether rebuild of ISO is needed even though the ISO exists already.
2809       [Closes: issue719]
2810
2811   * Debian packaging related changes:
2812     - Bump to Standard-Version 3.8.3 (no further changes).
2813     - Improve long description.
2814     - Update copyright file (make lintian happy).
2815     - Register grml-live html docs using doc-base.
2816
2817   * Documentation:
2818     - grml-cheatcodes: document bootoption 'nostartx'.
2819     - Apply patch from Marc Haber (thanks!) for new grml cheatcodes
2820       (new DCS directory feature).
2821
2822   * Software related changes:
2823     - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning).
2824     - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback,
2825       myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The
2826       packages are either already available or should be available soon.
2827     - Add scsitools to GRML_MEDIUM.
2828     - Drop bar from GRML_FULL (no release since 2007, consider using
2829       for example cpipe instead).
2830     - Drop grml-saveconfig as it is replaced with recent versions
2831       of grml-autoconfig.
2832     - Drop hydra from GRML_FULL (the license is not a clean GPL one).
2833     - Drop icedax from GRML_FULL (we have schilyutils available).
2834
2835   [ Thorsten Glaser ]
2836   * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg,
2837     isolinux.cfg, syslinux.cfg with each other; provide a fallback
2838     way to boot MirOS bsd4grml from both GRUB versions using modules.
2839   * Fix going back to GNU GRUB from ldbsd.com via alternative boot method;
2840     while here, add the grml release info to the appropriate file.
2841
2842  -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 00:33:48 +0200
2843
2844 grml-live (0.9.20) unstable; urgency=low
2845
2846   * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger.
2847   * Drop all references to xserver-xorg-input-elo2300 (see #527699).
2848   * Cleanups in GRML_FULL:
2849     - Drop cheops (depends on libgtk1.2).
2850     - Drop dviutils ("Note: selecting "texlive-extra-utils" instead of the
2851       virtual package "dviutils" -> non-existing package)
2852     - Drop ext2resize (see #400797).
2853     - Drop fcoretools (see #534542).
2854     - Drop gdk-imlib11 (see #522810).
2855     - Drop gqcam (still depends on gtk1.2).
2856     - Drop hping2 (hping3 is available in all relevant Debian releases
2857       nowadays, see #533275).
2858     - Drop libpam-pwgen (see #511613).
2859     - Drop rgpsp (owner set to Debian QA Group and package doesn't seem
2860       to be that important for grml).
2861     - Drop windowlab (see #410618).
2862     - Drop workbone (see #429178).
2863   * Add check for valid Debian suite name to avoid breakage of sources.list
2864     if someone calls grml-live with a typo in the -s option.
2865   * Add exception for libewf1 and libstdc++2.10-glibc2.2 in
2866     /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan.
2867   * buildd:
2868     - add support for building squeeze based ISOs.
2869     - add cronjob based on what the grml team is using at daily.grml.org
2870     - use '-a' instead of '-rltD' as rsync option to sync logs
2871     - use timestamp with hour, minute and second to match with FAI style
2872   * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration
2873     also when updating the chroot (this happens if we have a base.tgz available
2874     on fresh installations).
2875   * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf.
2876   * Really add support for genisoimage (thanks for the bugreport, Worf).
2877   * Set subdirectories of $OUTPUT independent of cmdline parsing so
2878     it is possible to set it via conffile as well.
2879   * Validate whether the specified architecture class matches the
2880     architecture (option), otherwise installation of kernel will fail.
2881   * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ.
2882   * Build grml-live documentation with table of content.
2883
2884  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 00:34:53 +0200
2885
2886 grml-live (0.9.19) unstable; urgency=low
2887
2888   * Software related changes in GRML_FULL:
2889     - add btrfs-tools
2890     - add conkeror (thanks to Axel Beckert) [Closes: issue698]
2891     - add gptsync
2892     - add nfswatch
2893     - add nilfs2-tools
2894     - add pigz
2895     - add postmark
2896     - add tableau-parm
2897     - drop all LaTeX related packages (following the result
2898       of the recent "Removal of LaTeX on grml" poll):
2899       auctex catdvi ctioga dvipng gnuhtml2latex lacheck latex-beamer
2900       latexmk latex-mk latextug latex-xcolor pdfjam pgf
2901       preview-latex-style tex-common texify texlive-base
2902       texlive-base-bin texlive-common texlive-doc-base
2903       texlive-fonts-recommended texlive-lang-german texlive-latex-base
2904       texlive-latex-recommended texpower tth tthsum vim-latexsuite
2905    - Add class LATEX which provides all the LaTeX (related) packages
2906      that have been removed from GRML_FULL.
2907   * Software related changes in GRML_FORENSIC:
2908     - drop stegdetect (see #507908)
2909     - add several further packages:
2910       acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat
2911       cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3
2912       mysql-client netdiscover nmap os-prober poppler-utils pppconfig
2913       rdesktop readahead readpst recoverdm rifiuti rifiuti2 rpm samba
2914       samdump2 sdparm sg3-utils smbclient socat sqlite3 tcpdump
2915       tcpflow tcpreplay tcptrace tcptrack tcpxtract tct time unhide
2916       untex uuid-runtime vinetto w3m wamerican whois wireshark wv
2917       wvdial zfs-fuse
2918     Thanks also to Hans-Peter Merkel for his tool list.
2919   * Drop hdparm from GRML_FULL, GRML_MEDIUM and GRML_SMALL as it
2920     is part of GRMLBASE already.
2921   * Bump Standard Version to 3.8.2 (no further changes).
2922
2923  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 15:23:51 +0200
2924
2925 grml-live (0.9.18) unstable; urgency=low
2926
2927   * Integrate grub2 for hybrid boot. Big thanks to Thorsten Glaser
2928     for his work and help.
2929   * Add safecopy to GRML_FULL (thanks to Wernfried Haas for the hint).
2930   * grml-cheatcodes: mention libata specific bootoptions.
2931     Thanks to Christian Vogel! [Closes: issue685]
2932   * Apply patches by Thorsten Glaser <tg@mirbsd.org>:
2933     - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB
2934     - Update bootgrub.mksh from MirBSD
2935     - Pad official ISOs to multiples of 256 KiB for partition table support.
2936   * Add bc to Depends as bootgrub.mksh requires it.
2937
2938  -- Michael Prokop <mika@grml.org>  Sat, 13 Jun 2009 12:11:19 +0200
2939
2940 grml-live (0.9.17) unstable; urgency=low
2941
2942   [ Frank Terbeck ]
2943   * grml-live-remaster: Support $VISUAL and fall back to 'vi' if
2944     EDITOR is empty. [Closes: issue664]
2945
2946   [ Michael Prokop ]
2947   * Mention speakup.synth=... and hwspeak in grml-cheatcodes.txt.
2948   * 15-initsetup: warn if /etc/runlevel.conf (and therefore live-rc)
2949     does not exist and skip rest of the script then.
2950   * Software related changes:
2951     - Drop package snort from GRML_FULL and all the workarounds for it.
2952       It's once again uninstallable in Debian/unstable.
2953     - Drop package sing from GRML_FULL (removed from Debian, see #530487).
2954     - Drop package nemesis from GRML_FULL (unmaintained upstream and
2955       uninstallable in Debian, see #423201 and #529508).
2956     - Drop package paketto from GRML_FULL (removed from Debian, see #530486).
2957     - Drop package ifupdown-scripts-zg2 from GRML_FULL.
2958   * Set APT_LISTCHANGES_FRONTEND and APT_LISTBUGS_FRONTEND to 'none'
2959     on upgrade actions in /etc/grml/fai/config/hooks/instsoft.GRMLBASE.
2960   * Update /boot/grub/* files in build output on every invocation of
2961     grml-live (as we do it for isolinux stuff too), so the variables
2962     inside menu.cfg are up2date if rebuilding the ISO. [Testing: issue676]
2963   * Use variable for $FLAVOUR.squashfs in grub's menu.lst as well.
2964
2965  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 12:55:05 +0200
2966
2967 grml-live (0.9.16) unstable; urgency=low
2968
2969   * Software related changes:
2970     - Add u3-tool to GRML_FULL.
2971     - Disable nttcp and lmbench (both non-free) in GRML_FULL.
2972     - Drop ttf-bitstream-vera from GRML_FULL (superseeded by its
2973       improved version named ttf-dejavu, see #461308).
2974     - Drop snownews from GRML_FULL (orphaned, inactive upstream,
2975       better alternatives like newsbeuter, see #468778).
2976   * Mention persistent bootoption in grml-cheatcodes.txt.
2977
2978  -- Michael Prokop <mika@grml.org>  Tue, 19 May 2009 20:52:31 +0200
2979
2980 grml-live (0.9.15) unstable; urgency=low
2981
2982   The "hey, let's have a grml release party" Release.
2983   * As dillo isn't available in Debian/unstable due to removal
2984     of libgtk1.2 we'll replace it with xlinks2 from package links2:
2985     - GRML_FULL: drop dillo
2986     - GRML_MEDIUM: replace links with links2 and drop dillo
2987     - XORG: replace dillo with links2
2988   * Drop cpp-4.1 and g++-4.1 from GRML_FULL.
2989   * Drop bzr from GRML_FULL (19MB is just too much).
2990   * Drop all kernel related packages that aren't available overall.
2991   * Drop linux-wlan-ng, as its module can't be built.
2992
2993  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 10:09:22 +0200
2994
2995 grml-live (0.9.14) unstable; urgency=low
2996
2997   The "hey, let's have a post-lenny drop-party" Release.
2998   * Update /usr/share/locale handling: restore *empty* directories
2999     because otherwise installation/upgrade of packages might fail.
3000   * Document findiso bootoption in grml-cheatcodes.txt.
3001   * Software related changes:
3002     - Readd clive as the dependency on libterm-progressbar-perl was
3003       dropped (see #526999)
3004     - Drop airsnort (unmaintained upstream, #429507)
3005     - Drop array-util (unmaintained in Debian, #456648)
3006     - Drop automake1.8 (cleanup of automake packages, #473365)
3007     - Drop biew (old, no users, depends on debmake, #460636)
3008     - Drop cpp-2.95 (deprecated)
3009     - Drop db4.3-util (deprecated)
3010     - Drop debmake (obsolete, #462978)
3011     - Drop dynafont (upstream obsoleted by fonty-rg, #474125)
3012     - Drop eciadsl (unmaintained, broken with recent kernels, #470680)
3013     - Drop elfkickers (RC buggy; abandoned upstream, #523811)
3014     - Drop fragroute (out of date, orphaned, inactive, #487127)
3015     - Drop fttools (not available in any repos)
3016     - Drop funionfs (replaced by unionfs-fuse, #515955)
3017     - Drop gscanbus (obsolete, unmaintained, #429559)
3018     - Drop hdaps-utils (out of date, obsolete, #526172)
3019     - Drop hpijs (saving us 1352kB + 27,0MB from its dependencies disk space)
3020     - Drop ipxripd (obsolete, few users, #462178)
3021     - Drop jmon (orphaned, better alternatives, dead upstream, #510520)
3022     - Drop linneighborhood (unmaintained, better alternatives, #466489)
3023     - Drop mobilemesh (obsolete, #452102)
3024     - Drop ms-sys (contains non-free code, #470678)
3025     - Drop mutella (abandoned upstream, #489422)
3026     - Drop ndiswrapper-common (dep. only) + ndiswrapper-utils (dummy package)
3027     - Drop ndiswrapper-utils-1.1 (replaced by ndiswrapper-utils-1.9)
3028     - Drop o3read (abandoned upstream; superseded by odt2txt, #477311)
3029     - Drop potion (orphaned, out of date, low popcon, #499262)
3030     - Drop powertweakd, powertweak-gtk and lspowertweak
3031       (unmaintained upstream, #515588)
3032     - Drop scsi-idle (RC-buggy, useless, #385285)
3033     - Drop sjog (dead upstream, depends on legacy libs, unmaintained, #509403)
3034     - Drop stegdetect / xsteg (orphaned, inactive upstream, GTK+ 1.2, #507908)
3035     - Drop traceproto (not maintained upstream; alternative available, #495759)
3036     - Drop type1inst (orphaned and useless, #158476)
3037     - Drop unionfs-tools (buggy, replaced by aufs*, #515959)
3038     - Drop unison2.9.1 (obsolete, #443244)
3039     - Drop upstreamdev (alpha quality; abandoned upstream; low popcon, #494565)
3040     - Drop vnc-common (dead upstream, superseded by vnc4, #469247)
3041     - Drop vncommand (not available in any repos)
3042     - Drop xmove (buggy, orphaned, dead upstream, #486772)
3043     - Drop xserver-xorg-video-imstt (abandoned, #523683)
3044     - Drop xserver-xorg-video-vga (abandoned, #523687)
3045     - Drop xwatchwin (orphaned, no rdepends, #491903)
3046
3047  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 10:06:42 +0200
3048
3049 grml-live (0.9.13) unstable; urgency=low
3050
3051   * Split package into grml-live and grml-live-addons.
3052     Add grml-live-addons to Recommends of package grml-live.
3053     Package grml-live-addons provides the templates/boot/addons
3054     files that require >7MB of disk space overall so we don't
3055     want to ship it with default grml:
3056     - allinone.img
3057     - balder10.imz
3058     - bsd4grml/
3059     - chain.c32
3060     - hdt.c32
3061     - memdisk
3062     - menu.c32
3063     - pci.ids
3064   * Add ${misc:Depends} to binary packages' depend.
3065   * Bump Standard-Version to 3.8.1 (no further changes).
3066   * Install /etc/grml/fai/live-initramfs/live.conf only if
3067     /etc/live.conf does not exist in the target yet.
3068   * Update isolinux.bin to version 2:3.75+dfsg-1 (3.75 Debian-2009-04-17)
3069     from Debian.
3070   * Integrate HDT ("Hardware Detection Tool") as bootoption 'hdt'.
3071     http://syslinux.zytor.com/wiki/index.php/Hdt_(Hardware_Detection_Tool)
3072     Thanks for the point, formorer!
3073     Use pci.ids from http://pciids.sourceforge.net/
3074   * Mention bsd and hdt in isolinux' bootsplash f3.
3075   * Mention readonly, hdt and bsd bootoptions in grml-cheatcodes.txt.
3076   * Slightly improve 'grml2ram' vs 'grml toram' description in bootsplash.
3077   * Software related changes:
3078     - Add virtualbox-ose-guest-x11 to GRML_FULL and GRML_MEDIUM.
3079     - Add virtualbox-ose-guest-modules-2.6.28-grml to GRML_MEDIUM.
3080     - Add speakup-tools to GRML_FULL.
3081     - Replace cupsys-bsd with cups-bsd and cupsys-client with cups-client.
3082     - Drop atl2-modules-2.6.28* from package list (merged in mainline).
3083     - Drop cupsys transitional package.
3084     - Drop clive from GRML_FULL as it depends on a fscking large perl
3085       package (see #526999).
3086     - Drop gcc-4.1 gcc-4.1-base, gcc-4.2-base, gettext-base, groff-base,
3087       imlib11, imlib-base and perl-base from GRML_FULL (deprecated and
3088       unnecessary packages).
3089
3090  -- Michael Prokop <mika@grml.org>  Tue, 05 May 2009 09:46:26 +0200
3091
3092 grml-live (0.9.12) unstable; urgency=low
3093
3094   * Add noapic, noresume, selinux=0 and edd=off to 'failsafe'
3095     bootoption and use maxcpus=0 instead of maxcpus=1.
3096   * Add dvtm to GRML_FULL (thanks to plh).
3097   * GRML_FULL and GRML_FORENSIC: replace libewf with libewf1.
3098   * Add packages to GRML_MEDIUM:
3099     - nfs-kernel-server [Closes: issue471]
3100     - aufs-tools (thanks for suggestion, Tong Sun) [Closes: issue652]
3101   * Remove madwifi* from GRML_FULL and GRML_MEDIUM (being replaced
3102     by ath5k and ath9k of linux kernel 2.6.28, see #519446).
3103   * Update bsd4grml to version 20090411.
3104
3105  -- Michael Prokop <mika@grml.org>  Sat, 11 Apr 2009 12:26:02 +0200
3106
3107 grml-live (0.9.11) unstable; urgency=low
3108
3109   * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
3110     a base64 binary now.
3111   * Use 'user' instead of 'users' again after discussing the issue
3112     in issue582.
3113
3114  -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 20:23:49 +0100
3115
3116 grml-live (0.9.10) unstable; urgency=low
3117
3118   * buildd:
3119     - Add workaround to get around the mkisofs volume label limit.
3120       Otherwise with something like 'grml64-medium-daily-squeeze 20090223'
3121       we would get:
3122       "mkisofs: Volume ID string too long (cur. XX max. 32 chars)."
3123     - add buildd/execute.sh to further simplify buildd/*.sh setup
3124     - send_mail(): do not append /var/log/grml-buildd.stdout by default
3125     - add shebang line to buildd/[execute|functions].sh to make lintian happy
3126   * Replace placeholder %GRML_NAME_SQUASHFS% with according value in
3127     bootsplash f5. [Closes: issue619]
3128   * Drop dropbear from GRML_FULL. The "ssh server inside initramfs"
3129     is just too annoying for us. [Closes: issue617]
3130
3131  -- Michael Prokop <mika@grml.org>  Fri, 27 Feb 2009 13:11:31 +0100
3132
3133 grml-live (0.9.9) unstable; urgency=low
3134
3135   * Update to kernel 2.6.28-grml[64].
3136   * Changes in GRML_FULL:
3137     - drop package tspc (see #462738 and #515193)
3138     - replace gqview with geeqie (thanks, Spida)
3139   * Changes in GRML_MEDIUM:
3140     - add beep (on request by gebi)
3141     - add dstat (on request by gebi)
3142     - add mc (on request by Christian Kuehlborn)
3143   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
3144   * buildd:
3145     - rename all etch* related scripts to lenny*
3146     - adjust scripts to use "lenny" instead of "stable" for building
3147       [to avoid that "etch" is used as build name but lenny is used]
3148     - use "$NAME-daily-$SUITE" in functions.sh as build name so
3149       identifying ISOs while running them is easier
3150   * Support squeeze as valid suite name.
3151   * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default.
3152     This should avoid issues with something like
3153     'apt-get -t experimental ...'
3154   * Consequently drop 'Latest change' lines from all files.
3155   * Support generation of sha1sum [Testing: issue622]
3156   * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg.
3157     [Closes: issue492]
3158   * Do no longer use the bootoption lang=us by default. We use it by default
3159     in grml-autoconfig anyway and this shortens our /proc/cmdline.
3160   * Run commands requiring network access through 'timeout 10' by default
3161     if possible. [Closes: issue396]
3162   * Do not use build server's hostname for /etc/mailname and
3163     /etc/bacula/bacula-fd.conf. [Testing: issue412]
3164   * Add "forensic" to the append line when using the forensic kerneloption
3165     so we can grep for it in any case.
3166   * 15-initsetup: keep a backup of the original runlevel.conf file.
3167     Thanks to Thomas Lehmann for the idea! [Closes: issue570]
3168   * instsoft.GRMLBASE: support installation of multiple gpg keys
3169     via /etc/grml/fai/files/etc/apt/*.key
3170   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
3171     Thanks to Thomas Lehmann for the bugreport!
3172   * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
3173     This simplifies the directory layout a bit. Clarify its usage
3174     in /etc/grml/fai/apt/important_note.txt
3175   * Install all files from /etc/grml/fai/files/etc/apt. This supports
3176     usage of directories like /etc/apt/apt.conf.d. Thanks for the
3177     hint to Thomas Lehmann. [Closes: issue632]
3178   * Replace all "sed -i 's/././' foo" calls with
3179     'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
3180     so we don't destroy any existing symlinks. Depend on moreutils therefor.
3181     [Closes: issue631]
3182   * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
3183     provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
3184     Thorsten "mirabilos" Glaser for his work! Add support for
3185     configuring NO_ADDONS_BSD4GRML via configuration file.
3186   * Add informational header to /etc/grml/fai/apt/sources.list and
3187     update docs regarding the file.
3188   * If specified SUITE is unstable use 'sid' instead (to avoid breakages
3189     with debootstrap).
3190   * Support NO_ADDONS via configuration file.
3191   * Always skip mksquashfs part when using -q option.
3192   * Adjust configuration files on the fly only when the according lines
3193     aren't comments.
3194
3195  -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
3196
3197 grml-live (0.9.8) unstable; urgency=low
3198
3199   * Improve help text of the release option in usage info.
3200   * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139).
3201   * Add libcap2-bin to GRML_FULL.
3202   * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1.
3203     [Testing: issue569]
3204   * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to
3205     improve UTC handling. Thanks for the script, Thomas Lehmann!
3206
3207  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 14:20:39 +0100
3208
3209 grml-live (0.9.7) unstable; urgency=low
3210
3211   * Add packages to GRML_FULL:
3212     - aiccu (thanks, Christian Vogel)
3213     - genext2fs
3214     - radvd (thanks, Christian Vogel)
3215     - tf (thanks, Rhonda)
3216   * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
3217   * Support execution without touching the chroot at all using option "-B".
3218     Thanks for the patch, Jimmy.
3219   * Update current state section of documentation.
3220   * Update cheatcode documentation (thanks to Moritz Augsburger).
3221   * Drop cryopid from GRML_FULL, see #507882.
3222
3223  -- Michael Prokop <mika@grml.org>  Fri, 12 Dec 2008 12:17:35 +0100
3224
3225 grml-live (0.9.6) unstable; urgency=low
3226
3227   * Add new packages to GRML_FULL:
3228     - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
3229     - dwdiff (front-end for the diff program that operates word by word)
3230     - espeakup (connector between espeak and speakup)
3231     - faketime (report faked system time to programs)
3232     - fcoretools (Tools to advise the IO scheduler)
3233     - latencytop (A tool for developers to visualize system latencies)
3234     - qiv (A quick image viewer for X)
3235     - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
3236   * Add irqbalance to GRML_MEDIUM.
3237     - irqbalance (Daemon to balance interrupts for SMP systems)
3238     - latencytop (A tool for developers to visualize system latencies)
3239     - powertop (Linux tool to find out what is using power on a laptop)
3240   * Remove localepurge from GRML_SMALL.
3241   * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
3242   * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
3243     [Closes: issue554]
3244   * Rework locale handling. From now on /usr/share/locale gets removed
3245     by default (though /usr/share/i18n/locales won't be touched for
3246     now), unless using class LOCALES. Reason: We have >70MB inside
3247     /usr/share/locale on GRML_FULL, just too much to ship by default,
3248     message at startup sucks).
3249   * Update grml-cheatcodes.txt.
3250   * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
3251     so we support offline operation as well. Based on an idea by
3252     Thomas Lehmann, thanks!
3253   * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
3254     "grml $VERSION" so we propagate the according grml-name. Thanks to
3255     Thomas Lehmann!
3256   * Support -q option to build the ISO without (re-)creating the squashfs
3257     compressed file using mksquashfs.
3258
3259  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
3260
3261 grml-live (0.9.5) unstable; urgency=low
3262
3263   * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
3264   * Drop xserver-xorg-video-newport from all flavours.
3265   * Replace all unzoo package references with zoo, see #497775.
3266   * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
3267     because we have to skip FAI's updatebase task and lack /proc therefore.
3268     New packages that are being installed and want to start any daemons
3269     might fail, let's try to do our best to avoid that.
3270   * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
3271   * Drop clamav-getfiles from GRML_FULL.
3272   * Update debian/control:
3273     - move from XS-Vcs-* to Vcs-*
3274     - use Build-Depends-Indep
3275
3276  -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
3277
3278 grml-live (0.9.4) unstable; urgency=low
3279
3280   * Update docs (some minor fixes, migration from hg to git,..)
3281   * Use squashfs-lzma-tools instead of squashfs-tools:
3282     Depend on squashfs-lzma-tools - but allow usage
3283     of squashfs-tools as well).
3284   * Activate grml-testing repository for devel releases and
3285     daily snapshots. [Testing: issue531]
3286   * All flavours:
3287     - drop lzma-modules-2.6.26-grml[64] and
3288       squashfs-modules-2.6.26-grml[64] as we have it
3289       in-tree of kernel 2.6.26-grml[64].
3290   * GRML_FULL:
3291     - add ipset
3292     - drop wodim and genisoimage as we have a fully functional
3293       cdrtools suite in grml
3294   * GRML_MEDIUM:
3295     - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
3296   * GRML_SMALL:
3297     - several improvements to keep the ISO size as small as possible
3298     - use kernel 2.6.26-grml instead of 2.6.26-grml-small
3299     - remove grml-small package
3300     - remove fuse-utils
3301     - remove nvi (see #490361)
3302     - remove ppoeconf (just too big with its dependencies)
3303     - remove prism54-firmware (for saving disk space)
3304   * Support environment variable NO_ADDONS to avoid usage of
3305     addons directory.
3306   * Initial support for SQUASHFS_EXCLUDES_FILE.
3307   * Do not include vmlinuz and initrd when building grml-small.
3308   * We switched from Mercurial to Git - replaced all hg-URLs
3309     with git.grml.org
3310
3311  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
3312
3313 grml-live (0.9.3) unstable; urgency=low
3314
3315   * Improve the way deborphan works in
3316     /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
3317     get rid of aptitude via
3318     /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
3319   * Add PREREQ header to grml's initramfs-tools script, otherwise
3320     booting fails with "PANIC: Circular dependancy.  Exiting."
3321     Thanks for debugging help, maximilian attems.
3322   * Use apt-get instead of dpkg in removal of packages in grml-small.
3323   * Add tig to GRML_FULL, thanks Rhonda.
3324
3325  -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
3326
3327 grml-live (0.9.2) unstable; urgency=low
3328
3329   * Improve checks for -[no]lzma for different squashfs-tools.
3330
3331  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
3332
3333 grml-live (0.9.1) unstable; urgency=low
3334
3335   * Rebuild initramfs to make sure that the up2date /etc/grml_version
3336     is available in the live initramfs. [Closes: issue516]
3337
3338  -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
3339
3340 grml-live (0.9.0) unstable; urgency=low
3341
3342   * Update to kernel 2.6.26-grml[64].
3343   * Drop sysutils and cupsys-common from package lists.
3344   * Add ext3grep to GRML_FULL.
3345   * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
3346   * Move ssdeep and scrounge-ntfs from grml's repository list to
3347     Debian's one.
3348   * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
3349   * Document classes in more details. Thanks to Pawel Sadkowski
3350     for pointing out. [Closes: issue490]
3351   * Drop qtparted from GRML_FULL, we have better maintained
3352     gparted now.
3353   * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
3354     /etc/grml/fai/config/class/GRML_MEDIUM.var,
3355     /etc/grml/fai/config/class/GRML_POWERPC.var and
3356     /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
3357     configuration through GRMLBASE.var and this way it's much
3358     easier to adjust settings according to your needs.
3359   * Improve error handling in grml-live, including a check
3360     for pipestatus of fai command.
3361   * Output grml version in grml's live-initramfs script
3362     Thanks for the idea, Marc Haber. [Closes: issue488]
3363   * Drop glimpse from GRML_FULL due to license problems, see #474322.
3364   * Display SQUASHFS_OPTIONS in configuration overview.
3365   * Make sure it's possible to get usage information without being
3366     root or actually executing the script.
3367   * Improve usage information screen.
3368   * Display progress of squashfs, when building via a buildsystem
3369     just set -no-progress in $SQUASHFS_OPTIONS instead.
3370   * Use linux-kernel-headers-grml in grml-medium.
3371   * Use vim.basic as alternative setting for 'vi'.
3372
3373  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
3374
3375 grml-live (0.8) unstable; urgency=low
3376
3377   * Remove packages from GRML_FULL:
3378     - apmd (the package is just borken, see #475432)
3379     - raggle (#479562)
3380   * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
3381     for mentioning in a bugreport, Marc Haber!)
3382   * Add packages to GRML_FULL:
3383     - ent (thanks, gebi)
3384   * Add packages to GRML_MEDIUM:
3385     - xfsdump (thanks, George Hartlieb)
3386   * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
3387
3388  -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
3389
3390 grml-live (0.7) unstable; urgency=low
3391
3392   * Update templates/boot/addons/allinone.img to current version
3393     from http://home.arcor.de/mschierlm/bootdisk/
3394     Thanks, Michael Schierl.
3395   * Add packages to GRML_FULL:
3396     - gnuit
3397     - i2c-tools [thanks to Mario Holbe]
3398     - iotop
3399     - keynav
3400   * Remove packages from GRML_FULL:
3401     - emelfm (#364442)
3402     - nufw (#468245)
3403     - sound-recorder (#288211)
3404   * Readd libewf to GRML_FULL.
3405   * buildd: use RELEASE-class in all build scripts
3406   * Mention noquick bootoption in bootsplash and cheatcode file.
3407   * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
3408   * Make sure username is adjusted in /etc/inittab.grml if username
3409     not being "grml". Thanks for reporting, Thomas Lehmann.
3410     [Testing: issue436]
3411   * Add check for existence of -nolzma option. If squashfs-tools
3412     doesn't support it at all then just get rid of the option.
3413
3414  -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
3415
3416 grml-live (0.6) unstable; urgency=low
3417
3418   * Write squashfs filename to /live/filesystem.module.
3419   * Adjust grml-live-remaster for new file system layout
3420     and add support for working on a booted USB device.
3421
3422  -- Michael Prokop <mika@grml.org>  Sat, 23 Feb 2008 11:12:10 +0100
3423
3424 grml-live (0.5) unstable; urgency=low
3425
3426   * Make sure we use ${GRML_NAME}.squashfs instead of hardcoded
3427     grml.squashfs.
3428   * Update bootsplashes to current implementation, based on
3429     live-initramfs and grml-autoconfig.
3430   * Get rid of gnu-fdisk in GRML_FULL (it's causing just too many
3431     headaches, see #461888, #463720 and #445304 for example).
3432   * Add sshfs to GRML_MEDIUM.
3433
3434  -- Michael Prokop <mika@grml.org>  Wed, 20 Feb 2008 16:41:06 +0100
3435
3436 grml-live (0.4) unstable; urgency=low
3437
3438   * Add new packages to GRML_FULL:
3439     - linux-uvc-modules-2.6.23-grml
3440     - luvcview
3441   * Add new packages to GRML_MEDIUM:
3442     - at76-usb-modules-2.6.23-grml
3443     - atl2-modules-2.6.23-grml
3444     - firmware-ralink
3445     - rt2400-modules-2.6.23-grml
3446     - rt2500-modules-2.6.23-grml
3447     - rt73-module-2.6.23-grml
3448   * Finally fixed the "isolinux does not boot on old hardware" problem.
3449     The problem was a too big boot/isolinux directory. Thanks a lot
3450     for all the testing to Andrea Mayr and Wernfried Haas!
3451     - use /boot/addons/* for allinone.img, balder10.imz, chain.c32,
3452       menu.c32 and memtest
3453     - place $GRML_NAME in /boot/$GRML_NAME/ - this should easify
3454       support of several grml flavours on one single usb pen for the future
3455     - adjust grub's menu.lst and isolinux.cfg as well as grml-live itself
3456       for new directory layout
3457   * Make sure $GRML_NAME does not contain known problematic characters.
3458
3459  -- Michael Prokop <mika@grml.org>  Fri, 15 Feb 2008 16:08:38 +0100
3460
3461 grml-live (0.3) unstable; urgency=low
3462
3463   * Add virtualbox-ose-guest-utils [x86-only] to GRML_MEDIUM.
3464   * Update isolinux.bin to "ISOLINUX 3.61 Debian-2008-02-05" again. Versions
3465     older than 3.51 don't work with recent kernel versions like 2.6.23
3466     anymore. :(
3467   * Update templates/boot/isolinux/memdisk from syslinux package
3468     version 2:3.61+dfsg-1.
3469
3470  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 10:33:43 +0100
3471
3472 grml-live (0.2) unstable; urgency=low
3473
3474   * Revert isolinux.bin to version 3.31. Newer versions (like 3.55-1)
3475     just fail on several old boxes. [Testing: issue400]
3476   * Add new packages to GRML_FULL:
3477     - auctex
3478     - loop-aes-testsuite
3479   * Add new packages to GRML_MEDIUM:
3480     - atl2-modules-2.6.23-grml
3481     - firmware-iwlwifi
3482     - madwifi-modules-2.6.23-grml[64]
3483     - madwifi-tools
3484   * Set 'confirm=1' in /etc/apt/listchanges.conf.
3485   * Add /etc/grml/fai/config/scripts/GRMLBASE/36-cpufrequtils
3486     for providing default /etc/default/loadcpufreq configuration.
3487   * Move sourcing /etc/grml/grml-live.local *before* the cmdline
3488     option parsing so we can override already set defaults interative.
3489   * Grep using the quiet option for squashfs features.
3490
3491  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 22:54:10 +0100
3492
3493 grml-live (0.1) unstable; urgency=low
3494
3495   * Bump version number to 0.1 as we ship grml-live with the
3496     upcoming stable versions.
3497   * Source /etc/grml/grml-live.local before parsing command line
3498     options to be able to override configuration on the commandline.
3499   * Use /usr/bin/vim.tiny as alternativ for vi.
3500   * Add new packages to GRML_FULL:
3501     - at76-usb-modules-2.6.23-grml64
3502     - bluez-audio
3503     - conky (thanks, shehu)
3504     - epdfview
3505     - gfs2-tools
3506     - sslscan
3507     - truecrypt-2.6.23-grml64
3508     - unsort
3509   * Remove bluetooth-alsa from GRML_FULL.
3510   * Add new packages to GRML_MEDIUM:
3511     - ntfs-3g
3512     - truecrypt-2.6.23-grml64
3513   * templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg:
3514     - drop deprecated entries
3515     - add debian2hd for isolinux/syslinux
3516     - fix serial bootoption
3517     - add grml2hd template for grub
3518   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
3519     remove packages via dpkg instead of apt-get. Thanks for the
3520     bugreport and the patch, Lupe Christoph! [Closes: issue367]
3521   * Use -no-progress option for mksquashfs only if it's supported.
3522
3523  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
3524
3525 grml-live (0.0.14) unstable; urgency=low
3526
3527   * Include initial version of the grml-live-remaster script,
3528     contributed by Michael Schierl (thanks!) [Closes: issue331]
3529   * Bump Standard-Version to 3.7.3 (no further changes).
3530   * Set debconf configuration for postfix via
3531     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
3532   * Improve check for presence of FAI log directory in
3533     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
3534   * Configure apt-listchanges via new script
3535     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
3536   * Make sure packages are being removed before docs are being
3537     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
3538   * Create grml-live.log-file with permissions 664.
3539   * Adjust buildd/functions.sh for new logging.
3540   * Fix kernel related packages for GRML_MEDIUM and GRML_FULL
3541     on AMD64 architecture. Add several new kernel packages for amd64
3542     to GRML_FULL.
3543   * Split grml + grml-files into x86 vs. amd64 (grml64 + grml-files64).
3544   * Drop packages from GRML_FULL:
3545     - findimagedupes: too many new dependencies, being:
3546       libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7
3547     - netpipes: conflicts with timelimit (see #457444) and does
3548       not support IPv6 yet
3549   * Add new packages to GRML_FULL:
3550     - asql
3551     - at76-usb-modules-2.6.23-grml
3552     - edac-utils
3553     - ifupdown-extra
3554     - opencryptoki
3555     - pmailq
3556     - r6040-modules-2.6.23-grml
3557     - scamper
3558     - timelimit
3559     - virtualbox-ose-guest-modules-2.6.23-grml
3560     - virtualbox-ose-guest-utils
3561
3562  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
3563
3564 grml-live (0.0.13) unstable; urgency=low
3565
3566   * New option '-b' for "build-only".
3567   * Replace mailx with bsd-mailx in GRML_FULL.
3568     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
3569   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
3570   * Document grml2ram bootoption in grml-cheatcodes.txt
3571   * Use -no-progress for Squashfs build process.
3572   * Improve /etc/resolv.conf handling in
3573     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
3574   * Adjust hostname in /etc/postfix/main.cf.
3575   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
3576   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
3577   * Make sure $HOSTNAME is unset by default.
3578   * Disable Recommends for aptitude as well.
3579   * Check for presence of live-initramfs in 10-build-initramfs.
3580   * Install aptitude in softupdate if not present.
3581   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
3582   * Fix snort setup (/etc/default/snort.dpkg-dist) via
3583     /etc/grml/fai/grml/grml_cleanup_chroot
3584   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
3585   * Remove hwtools from GRML_FULL, see #397723
3586   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
3587     instead so we keep grml-small as small as possible:
3588     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
3589     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
3590     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
3591     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
3592   * Add new packages to GRML_MEDIUM:
3593     - truecrypt-2.6.23-grml
3594   * Add new packages to GRML_FULL:
3595     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
3596     - gnupg-pkcs11-scd
3597     - gparted
3598     - grml-paste
3599     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
3600     - unhide
3601   * buildd:
3602     - store_iso(): move md5sum file as well
3603     - support providing options via grml_live_run() so we can disable
3604       LZMA for grml-small builds
3605
3606  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
3607
3608 grml-live (0.0.12) unstable; urgency=low
3609
3610   * Log mkisofs command with quotes around version number for easier
3611     copy/paste.
3612   * Ship syslinux files via template directory because the syslinux
3613     version (1:3.31-4) in Debian/etch is broken. :(
3614     Drop syslinux from Depends.
3615   * Mention -u option if using the option by accident and the chroot
3616     does not exist yet.
3617   * Update buildd/cleanup.sh and add buildd/files/.logo.png,
3618     buildd/files/.style.css, buildd/files/HEADER.html and
3619     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
3620     and provide upload_logs().
3621   * Generate md5sum of ISO if using class 'RELEASE'.
3622   * Do not install package 'grml' via GRMLBASE because we want
3623     to use grml-small in GRML_SMALL and GRML_MEDIUM.
3624   * Remove and recreate /root directory in 98-clean-chroot.
3625   * Skip stage updatebase when using softupdate and handle upgrade
3626     on our own via hooks.
3627   * Execute removal of log files after sourcing config files.
3628
3629  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
3630
3631 grml-live (0.0.11) unstable; urgency=low
3632
3633   * New option -z to use ZLIB instead of LZMA compression and
3634     support SQUASHFS_OPTIONS in configuration file.
3635   * Add new class XORG.
3636   * Add X.org packages to GRML_MEDIUM.
3637   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
3638     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
3639   * Adjust grml-buildd for new logdir structure.
3640   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
3641     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
3642   * Diplay use of $LOCAL_CONFIG in configuration dialog.
3643   * Remove fai's last-dirinstall and last-softupdate when using
3644     ZERO_FAI_LOGFILE as well.
3645   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
3646     3.2.3 has a serious bug.
3647   * Add new packages to GRML_FULL:
3648     - atl2-modules-2.6.23-grml
3649     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
3650     - firmware-rt61
3651     - firmware-rt73
3652     - mlocate
3653     - open-vm-tools
3654     - pcaputils
3655     - xrestop
3656     - xserver-xorg-video-radeonhd
3657     - yatm
3658   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
3659
3660  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
3661
3662 grml-live (0.0.10) unstable; urgency=low
3663
3664   * Drop patches which are part of FAI 3.2.3 now. Depend on
3665     FAI version 3.2.3 therefor.
3666   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
3667     Quoting the NEWS file of FAI:
3668     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
3669     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
3670       will be copied to the path above at the end of an installation
3671   * Log the executed FAI, squashfs and mkisofs command lines to
3672     /var/log/grml-live.log.
3673   * New option '-C <configuration_file>' for specifying a configuration
3674     file. Needs heavy testing though, because the files are updated
3675     during runtime it isn't as easy as expected to be. :-/
3676   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
3677     old FAI logs.
3678   * Do not enable apt-listbugs if the binary is not available.
3679     [Testing: issue340]
3680   * Add keychain package to GRML_SMALL.
3681   * Add new packages to GRML_MEDIUM:
3682     - grml-live
3683     - keychain
3684     - lzma-modules-2.6.23-grml
3685     - squashfs-modules-2.6.23-grml (we build the module external now)
3686   * Add new packages to GRML_FULL:
3687     - aosd-cat
3688     - grml-live
3689     - lzma-modules-2.6.23-grml
3690     - squashfs-modules-2.6.23-grml (we build the module external now)
3691   * Support loading of squashfs module via
3692     /etc/grml/fai/live-initramfs/grml-script.init-top
3693   * Make sure we have pinning for grml-stable and grml-testing
3694     repositories via /etc/grml/fai/apt/preferences, not matter where
3695     the packages come from (web vs. local mirror/cache for example).
3696   * Remove base.tgz from chroot directory.
3697   * Do not create /etc/sysconfig/network-scripts and
3698     /etc/sysconfig/provider any longer in cleanup script.
3699   * Fix typo in bootsplash f3 (thanks, jimmy).
3700   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
3701     isolinyx/syslinux/grub configuration because getbootparam
3702     of grml-autoconfig requires a whitespace inside /proc/cmdline.
3703   * Support grml2ram bootoption inside isolinyx/syslinux/grub
3704     configuration.
3705
3706  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
3707
3708 grml-live (0.0.9) unstable; urgency=low
3709
3710   * Remove all files inside /root/ when using class RELEASE.
3711   * Disable apt-listbugs in [soft]update.
3712   * Fix 'dependency problems' handling in buildd functions.
3713   * Add buildd/remove_isos.sh to remove generated ISOs.
3714   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
3715   * Set hostname in instsoft-hook already.
3716   * Add user (grml) to all relevant groups.
3717   * Improve initrd+kernel copy process: ignore .bak files (and get rid
3718     of them) and copy always exactly one image.
3719   * Add new packages to GRML_FULL:
3720     - awesome
3721     - cereal
3722     - etckeeper
3723     - hdapsd
3724     - hdaps-utils
3725     - libstdc++2.10-glibc2.2 [for better support of
3726       binaries from commercial vendors; thanks to
3727       Christian Hofstaedtler]
3728     - mkelfimage
3729     - runit
3730     - rutilt
3731     - supercat
3732     - truecrypt-2.6.23-grml
3733   * Drop centericq-common, centerim-common, irssi-text, rt2400
3734     and rt2500 from GRML_FULL package list.
3735
3736  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
3737
3738 grml-live (0.0.8) unstable; urgency=low
3739
3740   * Copy /etc/resolv.conf to chroot in
3741     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
3742     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
3743   * Remove /var/run/fai/fai_softupdate_is_running and
3744     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
3745     (FAI's softupdate currently does not clean up when canceling
3746     the process.)
3747   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
3748     softupdate action.
3749   * Remove /var/log/fai/* in class RELEASE.
3750   * Generate md5sum of windows binaries.
3751   * Upgrade via aptitude [safe-]upgrade in update process.
3752   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
3753     /etc/grml/fai/grml/grml_cleanup_chroot.online
3754   * Edit /etc/apt/apt.conf inside
3755     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
3756     once.
3757   * Make the log checks inside grml-live aware of the update
3758     log-directory /var/log/fai/current.
3759   * Use strings instead of --help to detect support of safe-upgrade
3760     inside aptitude, otherwise it might fail due to unavailable shared libs.
3761   * Configure (enable) apt-listchanges + apt-listbugs via
3762     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
3763   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
3764   * Add new packages to GRML_FULL:
3765     - acx100-2.6.23-grml
3766     - bcm5700-module-2.6.23-grml
3767     - dzen2
3768     - drbd8-2.6.23-grml
3769     - exmap-modules-2.6.23-grml
3770     - fglrx-kernel-2.6.23-grml
3771     - iscsitarget-2.6.23-grml
3772     - ivtv-modules-2.6.23-grml
3773     - ivtv-utils
3774     - libacme-bleach-perl
3775     - libacme-eyedrops-perl
3776     - libacme-smirch-perl
3777     - libpam-chroot
3778     - libpam-devperm
3779     - libpam-dotfile
3780     - libpam-krb5
3781     - libpam-modules
3782     - libpam-mount
3783     - libpam-pwgen
3784     - libpam-smbpass
3785     - libpam-ssh
3786     - libpam-tmpdir
3787     - libtool
3788     - ndiswrapper-modules-2.6.23-grml
3789     - openafs-modules-2.6.23-grml
3790     - tp-smapi-modules-2.6.23-grml
3791   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
3792     Tom Asbury).
3793   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
3794     in a very smooth shape).
3795
3796  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
3797
3798 grml-live (0.0.7) unstable; urgency=low
3799
3800   The "holidays? what? are you joking?!"-release.
3801
3802   * Added FAI patches to /usr/share/grml-live/patches/ - it's
3803     recommended to apply the patches to FAI until they are accepted
3804     upstream. See Debian's BTS for more details: #444210, #447080
3805     and #448426.
3806   * Support option '-u' for updating system.
3807   * Reworked buildd concept.
3808     - Now we have a seperate
3809       /usr/share/grml-live/buildd/functions.sh for generic stuff
3810       and /etc/grml/grml-buildd.conf as configuration file.
3811     - Use grml-buildd.{stdout,stderr} instead of
3812       grml-live.{stdout,stderr} as log files.
3813     - buildd/functions.sh: do not mv files if there was an error
3814       during grml-live execution
3815     - do not re-execute grml-live is the target ISO exists already
3816   * Update zsh completion - thanks to Frank Terbeck!
3817   * Set /etc/grml_version of live-system to the according value.
3818     [Closes: issue322]
3819   * Support setting /etc/debian_chroot inside chroot (useful if
3820     building fails and manual interaction is needed).
3821   * Log to /var/log/grml-live.log by default now and support
3822     $ZERO_LOGFILE for cleaning up logs.
3823   * Added new grml-repository named grml-live which is intented
3824     to fix issues from Debian for grml-live builds. It is automatically
3825     activated if you are building against unstable/sid and should
3826     be used manually only if you realy know what you are doing.
3827     Notice: if something fails inside building the base chroot/
3828     debootstrap system we can't do anything via grml-live for you
3829     right now. Instead grab the base.tgz from http://daily.grml.org/
3830   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
3831     for comparing two repositories.
3832   * Replaced /etc/grml/fai/files/etc/apt/preferences
3833     with /etc/grml/fai/apt/preferences so grml-live repository
3834     can be used and configured at a single place.
3835   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
3836     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
3837     later again.
3838   * Display version number of grml-live.
3839   * Log executed grml-live command line.
3840   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
3841     by default.
3842   * Disable Recommends inside chroot installation.
3843   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
3844     for xserver-xorg package via debconf to work around #448863.
3845   * Use "newest" kernel only if two kernels are present in the chroot.
3846   * Set $SECONDS to unknown if $start_seconds is not set.
3847   * Log closing signs (----...) via bailout to make sure they are
3848     always set - even when exiting with an error.
3849   * Check for presence of /bin/zsh before setting default shell in
3850     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
3851   * Check for locales/localepurge before using them in
3852     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
3853   * Add new packages to GRML_FULL:
3854     - bittwist
3855     - ldnsutils
3856     - libpam-thinkfinger
3857     - linux-wlan-ng-modules-2.6.23-grml
3858     - madwifi-modules-2.6.23-grml
3859     - netrw
3860     - rt73-module-2.6.23-grml
3861     - thinkfinger-tools
3862     - tra
3863   * Drop idn from GRML_FULL.
3864   * Add new packages to GRML_MEDIUM:
3865     - alsa-base
3866     - alsa-tools
3867     - alsa-utils
3868     - ed
3869     - pcmciautils
3870     - Update kernel version to 2.6.23-grml
3871     - replace dhcp-client with dhcp3-client
3872   * Add ed package to GRML_SMALL and replace dhcp-client with
3873     dhcp3-client.
3874   * Use new kernel version 2.6.23-grml64 for amd64.
3875
3876  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
3877
3878 grml-live (0.0.6) unstable; urgency=low
3879
3880   * New option "-a" for setting architecture. This allows building
3881     grml(32) on amd64.
3882   * Fix stderr redirection in "/usr/sbin/fai already running..."
3883   * Update /etc/grml/fai/make-fai-nfsroot.conf
3884   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
3885     for grml-live instead of /var/log/grml-live.log so it's easier
3886     to track.
3887   * Update of buildd scripts: main configuration file main.sh
3888     which provides all the build stuff inside separate functions.
3889   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
3890     from subkeys.pgp.net fails.
3891   * Improve check for kernel version inside
3892     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
3893   * Work around #353967 for Debian/etch in
3894     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
3895   * Add new packages to GRML_FULL:
3896     - ghostscript (and get rid of gs, gs-common, gs-esp)
3897     - mr
3898
3899  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
3900
3901 grml-live (0.0.5) unstable; urgency=low
3902
3903   * Add new scripts to /usr/share/grml-live/examples/buildd/:
3904     - grml-live_autobuild_grml-small_etch.sh
3905     - grml-live_autobuild_grml-small_sid.sh
3906     - grml-live_autobuild_grml64-small_etch.sh
3907     - grml-live_autobuild_grml64-small_sid.sh
3908   * Some more FAI error checking.
3909   * Updated buildd scripts (better subject handling).
3910   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
3911     Restore usual Debian behaviour at the end using
3912     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
3913   * Add new scripts for retreiving bugs via apt-listbugs
3914     and storing package selection inside log directory.
3915     This has been integrated in a new class named "RELEASE".
3916   * Added support for new kernel version 2.6.23-grml to
3917     GRML_FULL.
3918   * Use uxterm as x-terminal-emulator and fall back to xterm
3919     only it uxterm is not available.
3920   * Support /etc/locale.gen.grml - it's used by default in
3921     class GRML_FULL and a new class named LOCALES.
3922   * Work around #443481 (bug inside snort) for Debian etch
3923     via using /etc/snort/snort.common.parameters (thanks for
3924     the idea, Thomas Lange!)
3925   * Do not exit with an error code if /usr/include/linux is NOT
3926     a symlink to /usr/src/linux/include/linux but keep it as
3927     a warning instead.
3928   * Log executed grml-live command.
3929   * Re-enable problematic packages that have been fixed:
3930     - apt-listbugs (fixed via manual interaction in scripts)
3931     - gsm-utils (#353967)
3932     - snort (#443481)
3933     - wvdial (fixed via debconf)
3934   * Add new packages to GRML_FULL:
3935     - ack-grep
3936     - mailplate
3937     - pristine-tar
3938
3939  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
3940
3941 grml-live (0.0.4) unstable; urgency=low
3942
3943   * The -t option for specifying the output directory has been
3944     renamed into -o. The option -t now specifies the place where
3945     templates for building the ISO can be found.
3946   * Option -t can be used for specifying the template directory.
3947     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
3948   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
3949   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
3950     - disable pipeline workaround
3951     - create /dev/MAKEDEV in chroot to work around the
3952       "./MAKEDEV: No such file or directory" problem of some packages
3953   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
3954     dangerous because of automatic removal of the files/dirs via fai.
3955   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
3956     I386/AMD64 classes in the docs.
3957   * Add new packages to GRML_FULL:
3958     - tgt: Linux target framework user-space tools
3959     - paperkey: extract just the secret information out ouf OpenPGP keys
3960     - gitpkg: helper scripts for maintaining packages with git
3961     - iscsitarget: iSCSI Enterprise Target userland tools
3962     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
3963   * Set $HOSTNAME to according hostname via
3964     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
3965   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
3966   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
3967     available).
3968   * Check for presence of the initrd.
3969   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
3970   * Add /usr/share/grml-live/examples/buildd/
3971
3972  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
3973
3974 grml-live (0.0.3) unstable; urgency=low
3975
3976   * Support for setting GRML_NAME (like grml vs. grml-small
3977     vs grml64 vs...)
3978   * Drop the character limits of $VERSION and $RELEASENAME.
3979   * Make sure $SECONDS is set before outputting the runtime.
3980   * Unify usage of i386_files, place all template files in
3981     directory templates now.
3982   * Improve portability of linux headers cleanup inside
3983     grml_cleanup_chroot.
3984   * Provide class GRML_SMALL and rename old GRML_SMALL into
3985     GRML_MEDIUM.
3986   * Do not install kernel via GRMLBASE but via GRML_* classes
3987     instead so we have only one single kernel on the system
3988     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
3989   * Use grml-live.log as logfile.
3990   * Added vim to GRML_MEDIUM package list.
3991
3992  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
3993
3994 grml-live (0.0.2) unstable; urgency=low
3995
3996   * Add support for amd64.
3997   * Update and extend documentation.
3998   * Bugfix: Make sure $LOGDIR exists.
3999   * fai dirinstall: set hostname via $HOSTNAME
4000
4001  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
4002
4003 grml-live (0.0.1) unstable; urgency=low
4004
4005   * Initial release.
4006
4007  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
4008