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