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