Add edac-utils to GRML_FULL
[grml-live.git] / debian / changelog
1 grml-live (0.0.14) unstable; urgency=low
2
3   * Set debconf configuration for postfix via
4     /etc/grml/fai/config/scripts/GRMLBASE/05-hostname
5   * Improve check for presence of FAI log directory in
6     /etc/grml/fai/config/scripts/GRMLBASE/95-package-information
7   * Add new packages to GRML_FULL:
8     - asql
9     - at76-usb-modules-2.6.23-grml
10     - edac-utils
11
12  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 00:51:05 +0100
13
14 grml-live (0.0.13) unstable; urgency=low
15
16   * New option '-b' for "build-only".
17   * Replace mailx with bsd-mailx in GRML_FULL.
18     http://packages.qa.debian.org/b/bsd-mailx/news/20071209T135336Z.html
19   * Store package list in /usr/share/doc/grml-docs/packages/dpkg_list
20   * Document grml2ram bootoption in grml-cheatcodes.txt
21   * Use -no-progress for Squashfs build process.
22   * Improve /etc/resolv.conf handling in
23     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
24   * Adjust hostname in /etc/postfix/main.cf.
25   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
26   * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
27   * Make sure $HOSTNAME is unset by default.
28   * Disable Recommends for aptitude as well.
29   * Check for presence of live-initramfs in 10-build-initramfs.
30   * Install aptitude in softupdate if not present.
31   * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small.
32   * Fix snort setup (/etc/default/snort.dpkg-dist) via
33     /etc/grml/fai/grml/grml_cleanup_chroot
34   * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan
35   * Remove hwtools from GRML_FULL, see #397723
36   * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM
37     instead so we keep grml-small as small as possible:
38     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
39     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
40     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
41     grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd, 
42   * Add new packages to GRML_MEDIUM:
43     - truecrypt-2.6.23-grml
44   * Add new packages to GRML_FULL:
45     - git-svn (thanks for the suggestion, Brad Cable) [Closes: issue361]
46     - gnupg-pkcs11-scd
47     - gparted
48     - grml-paste
49     - iscsitarget-module-2.6.23-grml (replaces iscsitarget-2.6.23-grml)
50     - unhide
51   * buildd:
52     - store_iso(): move md5sum file as well
53     - support providing options via grml_live_run() so we can disable
54       LZMA for grml-small builds
55
56  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 22:38:31 +0100
57
58 grml-live (0.0.12) unstable; urgency=low
59
60   * Log mkisofs command with quotes around version number for easier
61     copy/paste.
62   * Ship syslinux files via template directory because the syslinux
63     version (1:3.31-4) in Debian/etch is broken. :(
64     Drop syslinux from Depends.
65   * Mention -u option if using the option by accident and the chroot
66     does not exist yet.
67   * Update buildd/cleanup.sh and add buildd/files/.logo.png, 
68     buildd/files/.style.css, buildd/files/HEADER.html and
69     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
70     and provide upload_logs().
71   * Generate md5sum of ISO if using class 'RELEASE'.
72   * Do not install package 'grml' via GRMLBASE because we want
73     to use grml-small in GRML_SMALL and GRML_MEDIUM.
74   * Remove and recreate /root directory in 98-clean-chroot.
75   * Skip stage updatebase when using softupdate and handle upgrade
76     on our own via hooks.
77   * Execute removal of log files after sourcing config files.
78
79  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
80
81 grml-live (0.0.11) unstable; urgency=low
82
83   * New option -z to use ZLIB instead of LZMA compression and
84     support SQUASHFS_OPTIONS in configuration file.
85   * Add new class XORG.
86   * Add X.org packages to GRML_MEDIUM.
87   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
88     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
89   * Adjust grml-buildd for new logdir structure.
90   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
91     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
92   * Diplay use of $LOCAL_CONFIG in configuration dialog.
93   * Remove fai's last-dirinstall and last-softupdate when using
94     ZERO_FAI_LOGFILE as well.
95   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
96     3.2.3 has a serious bug.
97   * Add new packages to GRML_FULL:
98     - atl2-modules-2.6.23-grml
99     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
100     - firmware-rt61
101     - firmware-rt73
102     - mlocate
103     - open-vm-tools
104     - pcaputils
105     - xrestop
106     - xserver-xorg-video-radeonhd
107     - yatm
108   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
109
110  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
111
112 grml-live (0.0.10) unstable; urgency=low
113
114   * Drop patches which are part of FAI 3.2.3 now. Depend on
115     FAI version 3.2.3 therefor.
116   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
117     Quoting the NEWS file of FAI:
118     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
119     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
120       will be copied to the path above at the end of an installation
121   * Log the executed FAI, squashfs and mkisofs command lines to
122     /var/log/grml-live.log.
123   * New option '-C <configuration_file>' for specifying a configuration
124     file. Needs heavy testing though, because the files are updated
125     during runtime it isn't as easy as expected to be. :-/
126   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
127     old FAI logs.
128   * Do not enable apt-listbugs if the binary is not available.
129     [Testing: issue340]
130   * Add keychain package to GRML_SMALL.
131   * Add new packages to GRML_MEDIUM:
132     - grml-live
133     - keychain
134     - lzma-modules-2.6.23-grml
135     - squashfs-modules-2.6.23-grml (we build the module external now)
136   * Add new packages to GRML_FULL:
137     - aosd-cat
138     - grml-live
139     - lzma-modules-2.6.23-grml
140     - squashfs-modules-2.6.23-grml (we build the module external now)
141   * Support loading of squashfs module via
142     /etc/grml/fai/live-initramfs/grml-script.init-top
143   * Make sure we have pinning for grml-stable and grml-testing
144     repositories via /etc/grml/fai/apt/preferences, not matter where
145     the packages come from (web vs. local mirror/cache for example).
146   * Remove base.tgz from chroot directory.
147   * Do not create /etc/sysconfig/network-scripts and
148     /etc/sysconfig/provider any longer in cleanup script.
149   * Fix typo in bootsplash f3 (thanks, jimmy).
150   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
151     isolinyx/syslinux/grub configuration because getbootparam
152     of grml-autoconfig requires a whitespace inside /proc/cmdline.
153   * Support grml2ram bootoption inside isolinyx/syslinux/grub
154     configuration.
155
156  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
157
158 grml-live (0.0.9) unstable; urgency=low
159
160   * Remove all files inside /root/ when using class RELEASE.
161   * Disable apt-listbugs in [soft]update.
162   * Fix 'dependency problems' handling in buildd functions.
163   * Add buildd/remove_isos.sh to remove generated ISOs.
164   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
165   * Set hostname in instsoft-hook already.
166   * Add user (grml) to all relevant groups.
167   * Improve initrd+kernel copy process: ignore .bak files (and get rid
168     of them) and copy always exactly one image.
169   * Add new packages to GRML_FULL:
170     - awesome
171     - cereal
172     - etckeeper
173     - hdapsd
174     - hdaps-utils
175     - libstdc++2.10-glibc2.2 [for better support of
176       binaries from commercial vendors; thanks to
177       Christian Hofstaedtler]
178     - mkelfimage
179     - runit
180     - rutilt
181     - supercat
182     - truecrypt-2.6.23-grml
183   * Drop centericq-common, centerim-common, irssi-text, rt2400
184     and rt2500 from GRML_FULL package list.
185
186  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
187
188 grml-live (0.0.8) unstable; urgency=low
189
190   * Copy /etc/resolv.conf to chroot in
191     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
192     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
193   * Remove /var/run/fai/fai_softupdate_is_running and
194     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
195     (FAI's softupdate currently does not clean up when canceling
196     the process.)
197   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
198     softupdate action.
199   * Remove /var/log/fai/* in class RELEASE.
200   * Generate md5sum of windows binaries.
201   * Upgrade via aptitude [safe-]upgrade in update process.
202   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
203     /etc/grml/fai/grml/grml_cleanup_chroot.online
204   * Edit /etc/apt/apt.conf inside
205     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
206     once.
207   * Make the log checks inside grml-live aware of the update
208     log-directory /var/log/fai/current.
209   * Use strings instead of --help to detect support of safe-upgrade
210     inside aptitude, otherwise it might fail due to unavailable shared libs.
211   * Configure (enable) apt-listchanges + apt-listbugs via
212     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
213   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
214   * Add new packages to GRML_FULL:
215     - acx100-2.6.23-grml
216     - bcm5700-module-2.6.23-grml
217     - dzen2
218     - drbd8-2.6.23-grml
219     - exmap-modules-2.6.23-grml
220     - fglrx-kernel-2.6.23-grml
221     - iscsitarget-2.6.23-grml
222     - ivtv-modules-2.6.23-grml
223     - ivtv-utils
224     - libacme-bleach-perl
225     - libacme-eyedrops-perl
226     - libacme-smirch-perl
227     - libpam-chroot
228     - libpam-devperm
229     - libpam-dotfile
230     - libpam-krb5
231     - libpam-modules
232     - libpam-mount
233     - libpam-pwgen
234     - libpam-smbpass
235     - libpam-ssh
236     - libpam-tmpdir
237     - libtool
238     - ndiswrapper-modules-2.6.23-grml
239     - openafs-modules-2.6.23-grml
240     - tp-smapi-modules-2.6.23-grml
241   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
242     Tom Asbury).
243   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
244     in a very smooth shape).
245
246  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
247
248 grml-live (0.0.7) unstable; urgency=low
249
250   The "holidays? what? are you joking?!"-release.
251
252   * Added FAI patches to /usr/share/grml-live/patches/ - it's
253     recommended to apply the patches to FAI until they are accepted
254     upstream. See Debian's BTS for more details: #444210, #447080
255     and #448426.
256   * Support option '-u' for updating system.
257   * Reworked buildd concept.
258     - Now we have a seperate
259       /usr/share/grml-live/buildd/functions.sh for generic stuff
260       and /etc/grml/grml-buildd.conf as configuration file.
261     - Use grml-buildd.{stdout,stderr} instead of
262       grml-live.{stdout,stderr} as log files.
263     - buildd/functions.sh: do not mv files if there was an error
264       during grml-live execution
265     - do not re-execute grml-live is the target ISO exists already
266   * Update zsh completion - thanks to Frank Terbeck!
267   * Set /etc/grml_version of live-system to the according value.
268     [Closes: issue322]
269   * Support setting /etc/debian_chroot inside chroot (useful if
270     building fails and manual interaction is needed).
271   * Log to /var/log/grml-live.log by default now and support
272     $ZERO_LOGFILE for cleaning up logs.
273   * Added new grml-repository named grml-live which is intented
274     to fix issues from Debian for grml-live builds. It is automatically
275     activated if you are building against unstable/sid and should
276     be used manually only if you realy know what you are doing.
277     Notice: if something fails inside building the base chroot/
278     debootstrap system we can't do anything via grml-live for you
279     right now. Instead grab the base.tgz from http://daily.grml.org/
280   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
281     for comparing two repositories.
282   * Replaced /etc/grml/fai/files/etc/apt/preferences
283     with /etc/grml/fai/apt/preferences so grml-live repository
284     can be used and configured at a single place.
285   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
286     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
287     later again.
288   * Display version number of grml-live.
289   * Log executed grml-live command line.
290   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
291     by default.
292   * Disable Recommends inside chroot installation.
293   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
294     for xserver-xorg package via debconf to work around #448863.
295   * Use "newest" kernel only if two kernels are present in the chroot.
296   * Set $SECONDS to unknown if $start_seconds is not set.
297   * Log closing signs (----...) via bailout to make sure they are
298     always set - even when exiting with an error.
299   * Check for presence of /bin/zsh before setting default shell in
300     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
301   * Check for locales/localepurge before using them in
302     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
303   * Add new packages to GRML_FULL:
304     - bittwist
305     - ldnsutils
306     - libpam-thinkfinger
307     - linux-wlan-ng-modules-2.6.23-grml
308     - madwifi-modules-2.6.23-grml
309     - netrw
310     - rt73-module-2.6.23-grml
311     - thinkfinger-tools
312     - tra
313   * Drop idn from GRML_FULL.
314   * Add new packages to GRML_MEDIUM:
315     - alsa-base
316     - alsa-tools
317     - alsa-utils
318     - ed
319     - pcmciautils
320     - Update kernel version to 2.6.23-grml
321     - replace dhcp-client with dhcp3-client
322   * Add ed package to GRML_SMALL and replace dhcp-client with
323     dhcp3-client.
324   * Use new kernel version 2.6.23-grml64 for amd64.
325
326  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
327
328 grml-live (0.0.6) unstable; urgency=low
329
330   * New option "-a" for setting architecture. This allows building
331     grml(32) on amd64.
332   * Fix stderr redirection in "/usr/sbin/fai already running..."
333   * Update /etc/grml/fai/make-fai-nfsroot.conf
334   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
335     for grml-live instead of /var/log/grml-live.log so it's easier
336     to track.
337   * Update of buildd scripts: main configuration file main.sh
338     which provides all the build stuff inside separate functions.
339   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
340     from subkeys.pgp.net fails.
341   * Improve check for kernel version inside
342     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
343   * Work around #353967 for Debian/etch in
344     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
345   * Add new packages to GRML_FULL:
346     - ghostscript (and get rid of gs, gs-common, gs-esp)
347     - mr
348
349  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
350
351 grml-live (0.0.5) unstable; urgency=low
352
353   * Add new scripts to /usr/share/grml-live/examples/buildd/:
354     - grml-live_autobuild_grml-small_etch.sh
355     - grml-live_autobuild_grml-small_sid.sh
356     - grml-live_autobuild_grml64-small_etch.sh
357     - grml-live_autobuild_grml64-small_sid.sh
358   * Some more FAI error checking.
359   * Updated buildd scripts (better subject handling).
360   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
361     Restore usual Debian behaviour at the end using
362     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
363   * Add new scripts for retreiving bugs via apt-listbugs
364     and storing package selection inside log directory.
365     This has been integrated in a new class named "RELEASE".
366   * Added support for new kernel version 2.6.23-grml to
367     GRML_FULL.
368   * Use uxterm as x-terminal-emulator and fall back to xterm
369     only it uxterm is not available.
370   * Support /etc/locale.gen.grml - it's used by default in
371     class GRML_FULL and a new class named LOCALES.
372   * Work around #443481 (bug inside snort) for Debian etch
373     via using /etc/snort/snort.common.parameters (thanks for
374     the idea, Thomas Lange!)
375   * Do not exit with an error code if /usr/include/linux is NOT
376     a symlink to /usr/src/linux/include/linux but keep it as
377     a warning instead.
378   * Log executed grml-live command.
379   * Re-enable problematic packages that have been fixed:
380     - apt-listbugs (fixed via manual interaction in scripts)
381     - gsm-utils (#353967)
382     - snort (#443481)
383     - wvdial (fixed via debconf)
384   * Add new packages to GRML_FULL:
385     - ack-grep
386     - mailplate
387     - pristine-tar
388
389  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
390
391 grml-live (0.0.4) unstable; urgency=low
392
393   * The -t option for specifying the output directory has been
394     renamed into -o. The option -t now specifies the place where
395     templates for building the ISO can be found.
396   * Option -t can be used for specifying the template directory.
397     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
398   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
399   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
400     - disable pipeline workaround 
401     - create /dev/MAKEDEV in chroot to work around the
402       "./MAKEDEV: No such file or directory" problem of some packages
403   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
404     dangerous because of automatic removal of the files/dirs via fai.
405   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
406     I386/AMD64 classes in the docs.
407   * Add new packages to GRML_FULL:
408     - tgt: Linux target framework user-space tools
409     - paperkey: extract just the secret information out ouf OpenPGP keys
410     - gitpkg: helper scripts for maintaining packages with git
411     - iscsitarget: iSCSI Enterprise Target userland tools
412     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
413   * Set $HOSTNAME to according hostname via
414     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
415   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
416   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
417     available). 
418   * Check for presence of the initrd.
419   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
420   * Add /usr/share/grml-live/examples/buildd/
421
422  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
423
424 grml-live (0.0.3) unstable; urgency=low
425
426   * Support for setting GRML_NAME (like grml vs. grml-small
427     vs grml64 vs...)
428   * Drop the character limits of $VERSION and $RELEASENAME.
429   * Make sure $SECONDS is set before outputting the runtime.
430   * Unify usage of i386_files, place all template files in
431     directory templates now.
432   * Improve portability of linux headers cleanup inside
433     grml_cleanup_chroot.
434   * Provide class GRML_SMALL and rename old GRML_SMALL into
435     GRML_MEDIUM.
436   * Do not install kernel via GRMLBASE but via GRML_* classes
437     instead so we have only one single kernel on the system
438     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
439   * Use grml-live.log as logfile.
440   * Added vim to GRML_MEDIUM package list.
441
442  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
443
444 grml-live (0.0.2) unstable; urgency=low
445
446   * Add support for amd64.
447   * Update and extend documentation.
448   * Bugfix: Make sure $LOGDIR exists.
449   * fai dirinstall: set hostname via $HOSTNAME
450
451  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
452
453 grml-live (0.0.1) unstable; urgency=low
454
455   * Initial release.
456
457  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
458