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