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