93ebd7923b296d7e84166c9dd7909ff86bf4bcd5
[grml-autoconfig.git] / debian / changelog
1 grml-autoconfig (0.9.5) unstable; urgency=low
2
3   * Bootoption hostname: use grml-hostname to adjust configuration
4     files on the fly. [Closes: gf-issue33]
5
6  -- Michael Prokop <mika@grml.org>  Tue, 02 Feb 2010 14:33:09 +0100
7
8 grml-autoconfig (0.9.4) unstable; urgency=low
9
10   * If there's no lang=... bootoption present default to lang=en (except
11     for grml-small).
12
13  -- Michael Prokop <mika@grml.org>  Sun, 10 Jan 2010 21:41:24 +0100
14
15 grml-autoconfig (0.9.3) unstable; urgency=low
16
17   * Add support for dmraid.
18
19  -- Michael Prokop <mika@grml.org>  Tue, 15 Dec 2009 17:02:29 +0100
20
21 grml-autoconfig (0.9.2) unstable; urgency=low
22
23   [ Ulrich Dangel ]
24   * Run config_config before config_scripts. [Closes: issue776]
25
26   [ Michael Prokop ]
27   * Add VNC support. Based on code by formorer, thanks! [Testing: issue781]
28
29  -- Michael Prokop <mika@grml.org>  Sat, 12 Dec 2009 11:37:03 +0100
30
31 grml-autoconfig (0.9.1) unstable; urgency=low
32
33   * Use lang=en as default (instead of lang=us). [Closes: issue760]
34   * Enable cpu frequency scaling on all hardware by default (and
35     don't limit it to laptops only). Thanks for bringing this
36     up, Andras Korn! [Closes: issue754]
37
38  -- Michael Prokop <mika@grml.org>  Sat, 14 Nov 2009 13:27:52 +0100
39
40 grml-autoconfig (0.9.0) unstable; urgency=low
41
42   * Drop usage of $UID in scripts.
43   * Add note regarding configuration settings into the interactive
44     grml-autoconfig script.
45
46  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 13:50:07 +0100
47
48 grml-autoconfig (0.8.40) unstable; urgency=low
49
50   [ Ulrich Dangel ]
51   * Load Lat15-Terminus16 font if no framebuffer is available. Thanks to
52     Thorsten Glaser for his hint. [Closes: issue318]
53
54  -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 21:05:12 +0200
55
56 grml-autoconfig (0.8.39) unstable; urgency=low
57
58   * Apply another patch contributed by Marc Haber (thanks!):
59     Set DCSMP to /mnt/grmlcfg only if a GRMLCFG fs was found.
60
61  -- Michael Prokop <mika@grml.org>  Fri, 23 Oct 2009 21:41:00 +0200
62
63 grml-autoconfig (0.8.38) unstable; urgency=low
64
65   * Apply patch contributed by Marc Haber (thanks!) which fixes
66     wrong behavior if no grml.sh is found.
67
68  -- Michael Prokop <mika@grml.org>  Thu, 22 Oct 2009 14:30:15 +0200
69
70 grml-autoconfig (0.8.37) unstable; urgency=low
71
72   * Apply patch contributed by Marc Haber (thanks!) which addresses the
73     following bug: /grml.sh and /config.tbz on a GRMLCFG file system need
74     to be processed without command line options.
75
76  -- Michael Prokop <mika@grml.org>  Thu, 22 Oct 2009 01:38:29 +0200
77
78 grml-autoconfig (0.8.36) unstable; urgency=low
79
80   * /etc/grml/pump-scripts.d/set-hostname: use busybox nslookup instead of
81     host(1) so the script works on grml-medium and grml-small as well.
82
83  -- Michael Prokop <mika@grml.org>  Sun, 18 Oct 2009 16:43:25 +0200
84
85 grml-autoconfig (0.8.35) unstable; urgency=low
86
87   * Revert "unicode_start command: do not redirect stderr to debug file"
88     to avoid flooding the console.
89
90  -- Michael Prokop <mika@grml.org>  Sun, 18 Oct 2009 16:00:41 +0200
91
92 grml-autoconfig (0.8.34) unstable; urgency=low
93
94   [ Ulrich Dangel ]
95   * Integrate patch by Andreas Thienemann <andreas@bawue.net> (thanks!):
96     Add a dhcphostname option to grml which will set the hostname of the
97     booted system according to the dns information.
98     This Patch implements support for the non-netboot cases by adding
99     an appropriate script to be called by pump.
100
101   * Reworked and grmlfied patch from Andreas Thienemann:
102     Introduced etc/grml/pump-scripts.d, added wrapper script
103     /usr/lib/grml-autoconfig/pump-runparts, modified set-hostname to use
104     checkbootparam and run it per default (disable via 'nodhcphostname').
105
106   [ Michael Prokop ]
107   * Make sure the hostname script is executed only in live mode and
108     uses grml-hostname for adjusting /etc/hosts as well.
109     [Closes: issue679]
110
111  -- Michael Prokop <mika@grml.org>  Sat, 17 Oct 2009 14:58:28 +0200
112
113 grml-autoconfig (0.8.33) unstable; urgency=low
114
115   [ Ulrich Dangel ]
116   * Use amixer instead of aumix for setting the output volume.
117     [Closes: Issue625]
118
119  -- Michael Prokop <mika@grml.org>  Wed, 14 Oct 2009 09:03:59 +0200
120
121 grml-autoconfig (0.8.32) unstable; urgency=low
122
123   * config_finddcsdir: some minor message display improvements
124     (fix indention levels, display $DCSDIR only if non-default)
125   * unicode_start command: do not redirect stderr to debug file
126
127  -- Michael Prokop <mika@grml.org>  Mon, 28 Sep 2009 20:59:57 +0200
128
129 grml-autoconfig (0.8.31) unstable; urgency=low
130
131   [ Ulrich Dangel ]
132   * Introduced autconfig.local for local modifications
133     [Closes: issue326]
134   * Added ARCH as predefinded variable to autoconfig.functions
135   * Extended netconfig/netscript to expand variables in url.
136     Example: netscript=server/script-$ARCH.sh
137   * Added unittest for finddcsdir
138
139   [ Michael Prokop ]
140   * Don't use /usr/X11R6/bin/X anymore, since Debian/squeeze doesn't
141     provide it any longer. Thanks for the patch to Julian Langschaedel.
142
143  -- Michael Prokop <mika@grml.org>  Mon, 21 Sep 2009 18:57:16 +0200
144
145 grml-autoconfig (0.8.30) unstable; urgency=low
146
147   [ Ulrich Dangel ]
148   * added new bootparameter netscript: introduced new bootoption
149     for downloading and running a executable from a remote host
150     [Closes: issue734]
151
152  -- Michael Prokop <mika@grml.org>  Mon, 21 Sep 2009 18:35:18 +0200
153
154 grml-autoconfig (0.8.29) unstable; urgency=low
155
156   [ Ulrich Dangel ]
157   * modify wget parameter to only try once to download given config.
158     [Closes: issue732]
159
160  -- Michael Prokop <mika@grml.org>  Thu, 10 Sep 2009 15:43:10 +0200
161
162 grml-autoconfig (0.8.28) unstable; urgency=low
163
164   [ Michael Prokop ]
165   * DCSDIR default value is /live/image. If no GRMLCONFIG device
166     is found and no myconfig option is given, DCSDIR is empty. It should
167     be /live/image. Thanks to Ulrich Dangel for the bugreport, thanks
168     to Marc Haber for the fix. [Closes: issue730]
169
170   [ Ulrich Dangel]
171   * Add unit tests for {get,check}bootparam.
172   * Fix a bug in getbootparam() (requesting unavailable argument
173     returned wrong bootoption instead of empty value).
174
175   [ Frank Terbeck ]
176   * doc/Makefile: fix non posix shell syntax.
177   * Integrate Ulrich's unit tests into the Debian package.
178
179  -- Michael Prokop <mika@grml.org>  Thu, 10 Sep 2009 01:01:04 +0200
180
181 grml-autoconfig (0.8.27) unstable; urgency=low
182
183   * Fix typo in grml-autoconfig(1).
184   * Fix bootoption check for startx in combination with nostartx.
185     Thanks to Julian Langschädel for report and bugfix!
186
187  -- Michael Prokop <mika@grml.org>  Tue, 08 Sep 2009 03:16:21 +0200
188
189 grml-autoconfig (0.8.26) unstable; urgency=low
190
191   * Fix syntax error in checkbootparam().
192
193  -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 09:52:59 +0200
194
195 grml-autoconfig (0.8.25) unstable; urgency=low
196
197   * config_finddcsdir(): Use the correct device for GRMLCFG.
198     Bugreport and path by Julian Langschädel, thanks!
199   * Patches by Marc Haber (thanks!):
200     - Streamline calls of bootparams-functions, single quotes everywhere.
201     - Don't print the "Debs, config, scripts will be read from the live
202       image directly." message if no debs, config or scripts option
203       was given on the command line.
204     - Drop $CMDLINE from grml-autoconfig; it's initialized from within
205       autoconfig.functions.
206     - Moved documentation from grml-saveconfig (now AKA grml-autoconfig.txt)
207       and adjusted for new DSC feature.
208   * Set $CMDLINE in $BOOTDEBUG part only if it's not available yet.
209   * Code cleanup:
210     - drop stringinstring(), stringinfile() and checkgrmlusb()
211     - rework getbootparam(), checkvalue() and checkbootparam() - now
212       we handle bootoptions in /proc/cmdline correctly as whole words
213       and support matching begin and end of line as well.
214   * Build-Depends-Indep on asciidoc, docbook-xsl and xsltproc.
215   * Bump Standard Version to 3.8.3.
216   * Merge scripts and documention from grml-saveconfig.
217   * Provide separate documentation for each script.
218
219  -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 03:19:28 +0200
220
221 grml-autoconfig (0.8.24) unstable; urgency=low
222
223   * Check for space after bootoption 'fast' so we do not conflict
224     with new kernel bootoption fastboot.
225   * New bootoption 'nostartx': if using startx as default bootoption
226     the bootoption 'nostartx' disables automatic startup of X.
227   * Apply patch by Marc Haber regarding re-work of debs, config
228     and scripts handling (thanks a lot!):
229     - debs, config and scripts are always searched and read from the
230       same place ($dcs-dir). Which place this is varies, depending on
231       GRMLCFG, noautoconfig and myconfig.
232     - debs are searched in $dcs-dir/debs. If debs=foo is given, foo is
233       taken as a shell wildcard for the debs being installed, paths are
234       allowed and relative to $dcs-dir.
235     - config archives (config.tbz) are searched directly in $dcs-dir. If
236       config=foo is given and foo is a file, that file is unpacked and its
237       content taken as configuration archive. If config=foo is given and foo
238       is a directory, the contents of the directory tree is copied over the
239       live CD configuration. paths are allowed and relative to $dcs-dir
240     - scripts are searched in $dcs-dir/scripts. If scripts=foo is given
241       and foo is a file, that file is executed. If scripts=foo is given and
242       foo is a directory, all files inside that directory are executed.
243       Paths are allowed and relative to $dcs-dir.
244     - If no GRMLCFG partition is found and noautoconfig is _not_ given
245       on the command line, nothing is changed and the dcs files are
246       searched within the .iso, $dcs-dir is set to the root directory
247       within the .iso
248     - If a GRMLCFG partition is found, $dcs-dir is set to the root of
249       the GRMLCFG partition unless noautoconfig is set. If noautoconfig is
250       set, $dcs-dir is set to the root directory within the .iso.
251     - If myconfig=foo is set on the command line, $dcs-dir is set to
252       foo, even if a GRMLCFG partition is present.
253     [Testing: issue715]
254   * Drop config_cdrom_scripts(): the bootoption "script" is triggered
255     by bootoption "scripts" and was never officially documented.
256   * Switch wording from 'CD' to 'live mode' where possible.
257   * Bump Build-Depends to debhelper >=5.
258   * Bump Standard-Version to 3.8.2 (no further changes).
259   * Use invoke-rc.d for starting network instead of invoking the
260     init script directly.
261   * Add LSB header to init script grml-autoconfig.strace.
262   * Add placeholder functions for start/restart/reload/stop to
263     grml-autoconfig.strace.
264   * Adjust copyright file (add reference to GPL-2, adjust year).
265
266  -- Michael Prokop <mika@grml.org>  Wed, 05 Aug 2009 15:44:41 +0200
267
268 grml-autoconfig (0.8.23) unstable; urgency=low
269
270   * Use /etc/modprobe.d/grml.conf as blacklist file (thanks to
271     Christian Hofstaedtler for the report!).
272   * Use 'config.tbz' as default filename if not overriden by
273     bootoption config.
274
275  -- Michael Prokop <mika@grml.org>  Fri, 29 May 2009 10:59:55 +0200
276
277 grml-autoconfig (0.8.22) unstable; urgency=low
278
279   * Fix bootoption "ssh": current versions of chpasswd don't support
280     option '-m' anymore (foo, this sucks!). [Testing: issue671]
281   * Improve ""Sorry, could not find file ..." message if there isn't
282     any config.tbz present. [Testing: issue670]
283
284  -- Michael Prokop <mika@grml.org>  Wed, 20 May 2009 18:12:44 +0200
285
286 grml-autoconfig (0.8.21) unstable; urgency=low
287
288   * Install haltlocal initscript in postinst script.
289   * Bump Standard Version to 3.8.1 and Compat Version to 5.
290
291  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 09:17:23 +0200
292
293 grml-autoconfig (0.8.20) unstable; urgency=low
294
295   * Use "speakup_..." for speakup bootoption. Thanks to Michael Whapples!
296
297  -- Michael Prokop <mika@grml.org>  Wed, 08 Apr 2009 14:36:42 +0200
298
299 grml-autoconfig (0.8.19) unstable; urgency=low
300
301   * Add support for speakup.synth=... bootoption. [Testing: issue610]
302     [Closes: issue620]
303
304  -- Michael Prokop <mika@grml.org>  Mon, 06 Apr 2009 12:47:34 +0200
305
306 grml-autoconfig (0.8.18) unstable; urgency=low
307
308   * Drop support for /etc/grml/autoconfig.small. It causes
309     more headaches and work than benefit. Instead make sure
310     to properly support grml-small in the "grml-large"
311     configuration. [Testing: issue573]
312   * Change forensic bootoption handling: let's add 'forensic' to
313     the kernel append line as well now.
314   * Make sure to proberly support /live/image/bootparams/ again.
315
316  -- Michael Prokop <mika@grml.org>  Fri, 20 Feb 2009 18:54:33 +0100
317
318 grml-autoconfig (0.8.17) unstable; urgency=low
319
320   [ Michael Prokop ]
321   * Some updates in config_time(), *many* thanks to Thomas Lehmann:
322     - improve localtime / utc / gmt handling
323     - use UTC="--localtime" by default
324     - evaluate tz bootoption in this function as well
325     - execute hwclock even if /dev/rtc isn't available, just display
326       warning regarding the lack of /dev/rtc
327   [ Ulrich Dangel ]
328   * Refactored config unpacking config parameter will now be honored,
329     e.g. config=foo.tbz myconfig=/dev/sda1 is now possible.
330   * Get always the right boot parameter via /proc/cmdline.
331     [Testing: issue520]
332
333  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 19:37:15 +0100
334
335 grml-autoconfig (0.8.16) unstable; urgency=low
336
337   * Support tohd=... bootoption.
338
339  -- Michael Prokop <mika@grml.org>  Sat, 15 Nov 2008 13:20:22 +0100
340
341 grml-autoconfig (0.8.15) unstable; urgency=low
342
343   * Use us instead of en-utf8 as default locale (this is what we
344     are using as bootparam by default as well).
345   * Support C/POSIX locales within language setup.
346   * Use POSIX locales on grml-small.
347   * Adjust VCS headers (we use git nowadays).
348
349  -- Michael Prokop <mika@grml.org>  Mon, 03 Nov 2008 01:29:36 +0100
350
351 grml-autoconfig (0.8.14) unstable; urgency=low
352
353   * Rework config_swspeak once more, move most parts of the logic
354     into an external script named 'swspeak' which will be shipped
355     with grml-scripts.
356
357  -- Michael Prokop <mika@grml.org>  Mon, 06 Oct 2008 00:05:51 +0200
358
359 grml-autoconfig (0.8.13) unstable; urgency=low
360
361   * Use random password if bootoption 'ssh' doesn't have an option.
362     Thanks to Michael Holzt and Marc Haber!
363   * Update swedish language settings, thanks again to Martin Karresand.
364   * Rework config_swspeak to support new speakup modules layout, needs
365     heavy testing though.
366   * Add config_hwspeak for supporting hardware speakup from userspace,
367     needs heavy testing as well.
368   * Use flite commands through a wrapper function.
369
370  -- Michael Prokop <mika@grml.org>  Sat, 27 Sep 2008 17:38:49 +0200
371
372 grml-autoconfig (0.8.12) unstable; urgency=low
373
374   * Add support for swedish language settings. Contributed
375     by Martin Karresand, thanks!
376
377  -- Michael Prokop <mika@grml.org>  Wed, 24 Sep 2008 15:11:49 +0200
378
379 grml-autoconfig (0.8.11) unstable; urgency=low
380
381   * Move noautoconfig hint from floppy part to top level.
382
383  -- Michael Prokop <mika@grml.org>  Wed, 27 Aug 2008 16:00:13 +0200
384
385 grml-autoconfig (0.8.10) unstable; urgency=low
386
387   * Update cpufrequency handling to reflect changes in current
388     kernel versions (like 2.6.26-grml). The cpufrequency modules
389     are available at $KERNEL/kernel/arch/x86/kernel/cpu/cpufreq
390     due to the x86/amd64 merge.
391     [Closes: issue505]
392
393  -- Michael Prokop <mika@grml.org>  Fri, 15 Aug 2008 23:06:26 +0200
394
395 grml-autoconfig (0.8.9) unstable; urgency=low
396
397   * Check for /dev/input/mice before starting GPM.
398   * Some small cleanups to make lintian happy.
399
400  -- Michael Prokop <mika@grml.org>  Thu, 17 Jul 2008 21:04:53 +0200
401
402 grml-autoconfig (0.8.8) unstable; urgency=low
403
404   * Mention job handling stuff when using debug=noscreen.
405
406  -- Michael Prokop <mika@grml.org>  Mon, 09 Jun 2008 17:11:58 +0200
407
408 grml-autoconfig (0.8.7) unstable; urgency=low
409
410   * config_mypath(): fix mkdir usage and write directories just once
411     to /etc/grml/my_path.
412
413  -- Michael Prokop <mika@grml.org>  Tue, 20 May 2008 01:01:37 +0200
414
415 grml-autoconfig (0.8.6) unstable; urgency=low
416
417   * config_syslog(): support other syslog daemons than syslog-ng as well.
418   * config_mypath(): create directory if it does not exist yet.
419
420  -- Michael Prokop <mika@grml.org>  Sat, 17 May 2008 22:06:05 +0200
421
422 grml-autoconfig (0.8.5) unstable; urgency=low
423
424   * config_mypath(): allow setting additional $PATH via bootoption
425     mypath, usage example: "mypath=/forensic"
426
427  -- Michael Prokop <mika@grml.org>  Sat, 22 Mar 2008 00:42:34 +0100
428
429 grml-autoconfig (0.8.4) unstable; urgency=low
430
431   * Make sure we support old directory layout (/cdrom) as
432     well as the new one (/live/image) for specific bootoptions.
433     Thanks to Jon for reporting the bug. [Testing: issue414]
434
435  -- Michael Prokop <mika@grml.org>  Mon, 18 Feb 2008 13:31:11 +0100
436
437 grml-autoconfig (0.8.3) unstable; urgency=low
438
439   * config_log(): log as well if bootoption debug is present
440   * config_debug(): support bootoption debug=noscreen to be able to
441     run a non-screen session
442
443  -- Michael Prokop <mika@grml.org>  Sun, 20 Jan 2008 19:52:14 +0100
444
445 grml-autoconfig (0.8.2) unstable; urgency=low
446
447   * grml-autoconfig scripts: if an "auto" configured device can be found in
448     /etc/network/interfaces (except for the loopback device) then suggest
449     setting CONFIG_DHCP=no by default. Thanks for feedback, Bernd Haug!
450     [Closes: issue324]
451
452  -- Michael Prokop <mika@grml.org>  Sat, 19 Jan 2008 23:03:18 +0100
453
454 grml-autoconfig (0.8.1) unstable; urgency=low
455
456   * Support multiple modules in bootoption blacklist.
457     [Closes: issue321]
458
459  -- Michael Prokop <mika@grml.org>  Mon, 14 Jan 2008 21:34:35 +0100
460
461 grml-autoconfig (0.8.0) unstable; urgency=low
462
463   * Support /etc/X11/xorg.conf.virtualbox in config_vmware()
464   * Bump Standard-Version to 3.7.3 (no further changes).
465
466  -- Michael Prokop <mika@grml.org>  Thu, 27 Dec 2007 23:58:48 +0100
467
468 grml-autoconfig (0.7.32) unstable; urgency=low
469
470   * Fix typo in manpage. Thanks to eModul for reporting!
471     [Closes: issue355]
472
473  -- Michael Prokop <mika@grml.org>  Fri, 07 Dec 2007 00:16:00 +0100
474
475 grml-autoconfig (0.7.31) unstable; urgency=low
476
477   * Drop unused update_progress() and no longer read in
478     /etc/sysconfig/grml.
479
480  -- Michael Prokop <mika@grml.org>  Tue, 20 Nov 2007 21:42:56 +0100
481
482 grml-autoconfig (0.7.30) unstable; urgency=low
483
484   * Make sure to switch to the original tty when running
485     consolechars. There seems to be a strange race condition
486     inside consolechars.
487
488  -- Michael Prokop <mika@grml.org>  Fri, 16 Nov 2007 08:46:02 +0100
489
490 grml-autoconfig (0.7.29) unstable; urgency=low
491
492   * New bootoption micvol (usage: micvol=$number) for setting mixer/
493     volume settings of microphone channel. Thanks to Ernst Ahlers
494     for the bugreport ("Rückkopplungspfeifen") and bringing up
495     the idea of setting it to '0' by default.
496
497  -- Michael Prokop <mika@grml.org>  Thu, 15 Nov 2007 22:02:03 +0100
498
499 grml-autoconfig (0.7.28) unstable; urgency=low
500
501   * Drop the 'consolechars --tty=/dev/tty${vc} -d' stuff from
502     config_language, otherwise we will find ourself at tty5 under
503     certain circumstances.
504   * Add bootoption noconsolefont to skip setting console font via
505     consolechars.
506
507  -- Michael Prokop <mika@grml.org>  Thu, 15 Nov 2007 11:46:15 +0100
508
509 grml-autoconfig (0.7.27) unstable; urgency=low
510
511   * Ignore /dev/.static/dev for /etc/mtab in live-mode.
512
513  -- Michael Prokop <mika@grml.org>  Sat, 03 Nov 2007 17:22:19 +0100
514
515 grml-autoconfig (0.7.26) unstable; urgency=low
516
517   * Replace check for /var/run/acpid.socket with grepping
518     for a running acpid process because the socket file isn't
519     present reliable.
520
521  -- Michael Prokop <mika@grml.org>  Sat, 27 Oct 2007 19:04:05 +0200
522
523 grml-autoconfig (0.7.25) unstable; urgency=low
524
525   * Move syslog startup to the begin of grml-autoconfig so we make
526     sure for example acpid is more quiet. [Testing: issue307]
527
528  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 19:34:05 +0200
529
530 grml-autoconfig (0.7.24) unstable; urgency=low
531
532   * Adjust look'n'feel of testcd and improve error handling as well.
533   * Drop the "Not runnning unicode_start: grml-small with reduced language
534     support detected." check as we want to get working UTF8 setup on
535     grml-small/grml-medium as well.
536
537  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 14:13:45 +0200
538
539 grml-autoconfig (0.7.23) unstable; urgency=low
540
541   * Add acpi-support to Recommends and depend on console-tools.
542   * Drop the logger stuff for acpid as doesn't seem to help.
543
544  -- Michael Prokop <mika@grml.org>  Thu, 20 Sep 2007 17:24:13 +0200
545
546 grml-autoconfig (0.7.22) unstable; urgency=low
547
548   * Check for "none /sys sysfs" instead of sysfs only. This should
549     fix duplicate output inside /etc/mtab.
550   * Send output of acpid to $DEBUG and logger.
551
552  -- Michael Prokop <mika@grml.org>  Thu, 20 Sep 2007 16:05:50 +0200
553
554 grml-autoconfig (0.7.21) unstable; urgency=low
555
556   * And finally get rid of the /dev/shm/resolvconf workaround again.
557     We have to solve it in the chroot builder.
558
559  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 22:11:48 +0200
560
561 grml-autoconfig (0.7.20) unstable; urgency=low
562
563   * Improve check for presence of /dev/shm/resolvconf.
564
565  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:37:34 +0200
566
567 grml-autoconfig (0.7.19) unstable; urgency=low
568
569   * Make sure /dev/shm/resolvconf exists.
570
571  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 16:39:24 +0200
572
573 grml-autoconfig (0.7.18) unstable; urgency=low
574
575   * config_lvm(): support Debian etch as well
576
577  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 16:14:39 +0200
578
579 grml-autoconfig (0.7.17) unstable; urgency=low
580
581   * Update /etc/mtab if running in live-initramfs mode.
582
583  -- Michael Prokop <mika@grml.org>  Sat,  8 Sep 2007 13:07:54 +0200
584
585 grml-autoconfig (0.7.16) unstable; urgency=low
586
587   * Drop support for (deprecated) bootoption 'expert'.
588
589  -- Michael Prokop <mika@grml.org>  Fri,  7 Sep 2007 00:20:27 +0200
590
591 grml-autoconfig (0.7.15) unstable; urgency=low
592
593   * config_language(): check for existence of /etc/sysconfig/keyboard
594     [Closes: issue272]
595
596  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 19:09:58 +0200
597
598 grml-autoconfig (0.7.14) unstable; urgency=low
599
600   * Update $INSTALLED check to fix syntax error.
601
602  -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 13:59:01 +0200
603
604 grml-autoconfig (0.7.13) unstable; urgency=low
605
606   * config_testcd: adjust for use with live-initramfs.
607   * Adjust $INSTALLED check for use with live-initramfs.
608
609  -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 12:37:28 +0200
610
611 grml-autoconfig (0.7.12) unstable; urgency=low
612
613   * config_timezone: added some more error handling and adjust return value.
614
615  -- Michael Prokop <mika@grml.org>  Thu, 02 Aug 2007 11:01:18 +0200
616
617 grml-autoconfig (0.7.11) unstable; urgency=low
618
619   * Rename bootoption splash into "textsplash" (and additionally
620     support "tsplash" as well) so users can use graphical splash
621     from Debian *or* textsplash of grml. Use tty14 instead of tty7
622     and switch there using chvt.
623   * Fix code regression of checkbootparam (use '||' instead of '-o')
624
625  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 19:12:56 +0200
626
627 grml-autoconfig (0.7.10) unstable; urgency=low
628
629   * Add config_ipw3945() which works around broken ipw3945 driver,
630     important especially for hd installation.
631
632  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 19:00:03 +0200
633
634 grml-autoconfig (0.7.9) unstable; urgency=low
635
636   * Support bootoption nogrmlacpi to disable acpi stuff inside
637     grml-autoconfig without having to boot using noacpi (which
638     triggers kernel code actions).
639   * Inform user how to skip the acpi stuff.
640
641  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:20:14 +0200
642
643 grml-autoconfig (0.7.8) unstable; urgency=low
644
645   * Inform users about CONFIG_DHCP=no when running from harddisk.
646   * Do not automatically start sl-modem-daemon but instead inform
647     user about 'Start sl-modem-daemon'.
648
649  -- Michael Prokop <mika@grml.org>  Thu, 12 Jul 2007 15:33:57 +0200
650
651 grml-autoconfig (0.7.7) unstable; urgency=low
652
653   * config_mixer: check for /proc/asound/cards before trying to
654     execute mixer binaries
655   * fix typo: it's therefore and not therefor
656
657  -- Michael Prokop <mika@grml.org>  Wed, 11 Jul 2007 19:41:04 +0200
658
659 grml-autoconfig (0.7.6) unstable; urgency=low
660
661   * config_lvm(): check for 'No volume groups found' as lvdisplay does
662     not provide appropriate return code for us.
663   * config_cpu(): Virtual Box supports ACPI and laptop-detect returns
664     with '0', so check for it and skip it.
665   * config_mixer(): Add 'no soundcard?' to aumix error message
666
667  -- Michael Prokop <mika@grml.org>  Wed, 11 Jul 2007 19:25:25 +0200
668
669 grml-autoconfig (0.7.5) unstable; urgency=low
670
671   * Integrate /etc/init.d/loadcpufreq in config_cpu() [Closes: issue238]
672
673  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:02:49 +0200
674
675 grml-autoconfig (0.7.4) unstable; urgency=low
676
677   * support LVM (logical volumes):
678     - bootoption 'lvm' activates them
679     - no special bootoption just runs 'lvdisplay' and if something
680       can be found the user gets a hint to execute 'Start lvm2' to
681       set it up
682     - bootoption 'nolvm' completely disables the lvm code/checks
683   * support dvorak keyboard layout in iso-mode as well (using
684     bootoption 'dvorak-iso'; bootoptions 'dvorak' and 'dvorak-utf8'
685     are supported as well of course)
686
687  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 20:35:30 +0200
688
689 grml-autoconfig (0.7.3) unstable; urgency=low
690
691   * language-functions: support dvorak keyboard layout [Closes: issue227]
692
693  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 22:34:00 +0200
694
695 grml-autoconfig (0.7.2) unstable; urgency=low
696
697   * language-functions: improve setup for japan, add support for 'jp'
698     but still support 'ja' of course.
699
700  -- Michael Prokop <mika@grml.org>  Mon, 28 May 2007 13:55:21 +0200
701
702 grml-autoconfig (0.7.1) unstable; urgency=low
703
704   * Bumbing version to 0.7, we have a new stable release!
705
706  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 11:18:35 +0200
707
708 grml-autoconfig (0.6.42) unstable; urgency=low
709
710   * Add additional check for valid block device and if mounting
711     a partition was successfull for handling swap bootoption.
712     The bootoption 'swap' mounted all availble partitions
713     read-only, this should be fixed now.
714     Thanks for the bugreport, Matthias Diener!
715
716  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 00:47:33 +0200
717
718 grml-autoconfig (0.6.41) unstable; urgency=low
719
720   * config_distri(): make sure /usr/share/grml/desktop.jpg is removed
721     if it's a symlink, otherwise the copy will fail.
722
723  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 14:01:42 +0200
724
725 grml-autoconfig (0.6.40) unstable; urgency=low
726
727   * Allow BOOT_APPEND from grml-debootstrap via cmdline
728
729  -- Alexander Wirt <formorer@grml.org>  Sat, 21 Apr 2007 11:13:53 +0200
730
731 grml-autoconfig (0.6.39) unstable; urgency=low
732
733   * Fix small typo in config_debootstrap().
734
735  -- Michael Prokop <mika@grml.org>  Mon, 16 Apr 2007 23:13:40 +0200
736
737 grml-autoconfig (0.6.38) unstable; urgency=low
738
739   * Rename partition bootoption inside config_debootstrap() to
740     bootoption target.
741
742  -- Michael Prokop <mika@grml.org>  Mon, 16 Apr 2007 20:50:15 +0200
743
744 grml-autoconfig (0.6.37) unstable; urgency=low
745
746   * Support full automatic installation of Debian via grml-debootstrap
747     via config_debootstrap().
748
749  -- Michael Prokop <mika@grml.org>  Mon, 16 Apr 2007 19:27:13 +0200
750
751 grml-autoconfig (0.6.36) unstable; urgency=low
752
753   * Fix tty6-check, thanks for the code review - Matthias Lederhofer!
754
755  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 13:24:45 +0200
756
757 grml-autoconfig (0.6.35) unstable; urgency=low
758
759   * Make sure tty6 is defined in /etc/inittab for xstartup, even
760     if it's grml-small.
761
762  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 13:14:41 +0200
763
764 grml-autoconfig (0.6.34) unstable; urgency=low
765
766   * Code rewrite of config_fstab(), this should fix the '/home
767     is unmounted on hd-installation if fstype is not auto'.
768   * Bump Standard Version to 3.7.2 (no further changes).
769   * Add '#DEBHELPER#' to maintainer scripts. Make lintian happy.
770   * Move error output of unicode_start to $DEBUG.
771
772  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 12:12:33 +0200
773
774 grml-autoconfig (0.6.33) unstable; urgency=low
775
776   * Do not execute unicode_start on grml-small in live-mode.
777     [Testing: issue193]
778
779  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 12:49:56 +0200
780
781 grml-autoconfig (0.6.32) unstable; urgency=low
782
783   * Fix logical structure of config_vmware().
784
785  -- Michael Prokop <mika@grml.org>  Mon,  9 Apr 2007 13:40:40 +0200
786
787 grml-autoconfig (0.6.31) unstable; urgency=low
788
789   * language-functions: applied patch by Jan-Pieter Jacobs
790     which improves and extends locales for Belgian. Thanks!
791     We now have bed (dutch), bef (french) and beg (german)
792     (in iso and utf8 versions as usual) plus the normal
793     'be' stuff (with updated locales now) of course.
794
795  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 23:34:04 +0200
796
797 grml-autoconfig (0.6.30) unstable; urgency=low
798
799   * config_vmware(): if vmware-detect fails (in grml64 currently
800     for example) additionally check for bootimage vmware.
801   * config_distri(): new code which supports setting wallpaper
802     via /cdrom/desktop/$DISTRI.jpg
803
804  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:28:49 +0200
805
806 grml-autoconfig (0.6.29) unstable; urgency=low
807
808   * config_language(): rework the way unicode_start and consolechars
809     are used. This should fix a race condition with german umlauts
810     within for example GNU screen so the umlauts work on tty1 but
811     not on other consoles.
812
813  -- Michael Prokop <mika@grml.org>  Tue,  3 Apr 2007 17:03:02 +0200
814
815 grml-autoconfig (0.6.28) unstable; urgency=low
816
817   * config_console(): support setting of bps via bootoption
818     serial as requested by Marc 'Zugschlus' Haber, see
819     http://blog.zugschlus.de/archives/530-using-grml-to-prepare-LVM-surgery.html
820
821  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 15:33:10 +0200
822
823 grml-autoconfig (0.6.27) unstable; urgency=low
824
825   * grml-autoconfig script: make sure CONFIG_FSTAB matches only
826     CONFIG_FSTAB and not CONFIG_FSTABUSER & CO. Thanks for the hint,
827     gebi!
828
829  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 11:31:20 +0200
830
831 grml-autoconfig (0.6.26) unstable; urgency=low
832
833   * Reintroduce /usr/bin/cpufreq-detect.sh code, otherwise
834     cpu-screen and cpu frequency scaling won't work.
835     [Closes: issue178]
836     [Closes: issue179]
837
838  -- Michael Prokop <mika@grml.org>  Tue, 27 Mar 2007 10:47:38 +0200
839
840 grml-autoconfig (0.6.25) unstable; urgency=low
841
842   * Improve informational messages for VMware/Qemu.
843
844  -- Michael Prokop <mika@grml.org>  Sun, 25 Mar 2007 15:53:28 +0200
845
846 grml-autoconfig (0.6.24) unstable; urgency=low
847
848   * config_vmware(): fix small syntax error.
849   * config_cpu(): support x86 in cpufreq detection, use ondemand
850     governor now and drop powernowd (needs heavy testing though).
851
852  -- Michael Prokop <mika@grml.org>  Sun, 25 Mar 2007 13:25:15 +0200
853
854 grml-autoconfig (0.6.23) unstable; urgency=low
855
856   * Added config_qemu() which currently does nothing else than
857     copying /etc/X11/xorg.conf.example to /etc/X11/xorg.conf.
858
859  -- Michael Prokop <mika@grml.org>  Sun, 25 Mar 2007 12:45:41 +0200
860
861 grml-autoconfig (0.6.22) unstable; urgency=low
862
863   * config_time(): check for existing /dev/rtc, display only
864     first line of error message if running hwclock fails.
865
866  -- Michael Prokop <mika@grml.org>  Sun, 25 Mar 2007 12:32:45 +0200
867
868 grml-autoconfig (0.6.21) unstable; urgency=low
869
870   * Add locales to Recommends.
871
872  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 00:30:24 +0100
873
874 grml-autoconfig (0.6.20) unstable; urgency=low
875
876   * Add rsync to depends.
877   * config_language(): make sure /etc/sysconfig exists
878   * config_local_net(): check for entry in /etc/network/interfaces
879     before using ifup, fall back to ifconfig otherwise
880   * Change Suggests: line into Recommends: and added mdadm.
881
882  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 23:48:12 +0100
883
884 grml-autoconfig (0.6.19) unstable; urgency=low
885
886   * Add rungetty to depends.
887
888  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 23:32:39 +0100
889
890 grml-autoconfig (0.6.18) unstable; urgency=low
891
892   * Add gawk to depends.
893
894  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 23:29:33 +0100
895
896 grml-autoconfig (0.6.17) unstable; urgency=low
897
898   * Remove lsb-functions stuff from debian/postrm to avoid race-conditions
899     when removing the package.
900
901  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 22:40:09 +0100
902
903 grml-autoconfig (0.6.16) unstable; urgency=low
904
905   * Execute config_homedir() only if home-bootoption is set.
906   * Run the mount command inside config_fstab only if "$NOSWAP"
907     is not set.
908
909  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:08:25 +0100
910
911 grml-autoconfig (0.6.15) unstable; urgency=low
912
913   * Fix startx bootoption. (Thanks for reporting, wuehlmaus.)
914
915  -- Michael Prokop <mika@grml.org>  Mon, 19 Feb 2007 18:59:13 +0100
916
917 grml-autoconfig (0.6.14) unstable; urgency=low
918
919   * config_language(): activate unicode console if running
920     within utf8 environment via unicode_start [Closes: issue75]
921
922  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 13:58:52 +0100
923
924 grml-autoconfig (0.6.13) unstable; urgency=low
925
926   * Make sure the 'running inside VMware' isn't printed when running
927     with a Xen-enabled kernel (which returns '0' for vmware-detect).
928
929  -- Michael Prokop <mika@grml.org>  Mon,  5 Feb 2007 12:37:37 +0100
930
931 grml-autoconfig (0.6.12) unstable; urgency=low
932
933   * Support detection of CPUs with support for virtualization (vmx/svm).
934     Check for Xen-support as well.
935
936  -- Michael Prokop <mika@grml.org>  Wed, 24 Jan 2007 10:34:35 +0100
937
938 grml-autoconfig (0.6.11) unstable; urgency=low
939
940   * config_x_startup(): make sure handling of /etc/inittab for
941     bootoption startx works on grml-small too, thanks for
942     debugging and patch, Steffen Joeris!
943   * autoconfig: change CONFIG_FSTAB_USER='1000' into
944     CONFIG_FSTAB_USER='grml', otherwise startx bootoption fails
945     due to use of sudo, thanks again - Steffen!
946     (Closes: issue79)
947
948  -- Michael Prokop <mika@grml.org>  Wed, 17 Jan 2007 17:31:57 +0100
949
950 grml-autoconfig (0.6.10) unstable; urgency=low
951
952   * Use Uni3-Terminus16 instead of Uni3-Terminus14 as default font.
953
954  -- Michael Prokop <mika@grml.org>  Mon, 18 Dec 2006 01:35:32 +0100
955
956 grml-autoconfig (0.6.9) unstable; urgency=low
957
958   * Use Uni3-Terminus14 as default font to get utf8 support by default.
959   * Update language functions for 'get utf8 by default'.
960
961  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 18:24:11 +0100
962
963 grml-autoconfig (0.6-8) unstable; urgency=low
964
965   * config_time: make sure /etc/default/locale can be accessed
966     before reading it (relevant basically only for booting via PXE).
967
968  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 22:56:58 +0100
969
970 grml-autoconfig (0.6-7) unstable; urgency=low
971
972   * config_time: use option --directisa for hwclock if running hwclock
973     fails (work around the 'select() to /dev/rtc to wait for clock
974     tick timed out' problem).
975
976  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 18:07:08 +0100
977
978 grml-autoconfig (0.6-6) unstable; urgency=low
979
980   * Display "not using swap partition" only in live-cd mode.
981
982  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 12:47:42 +0100
983
984 grml-autoconfig (0.6-5) unstable; urgency=low
985
986   * Adjust swraid bootoption information text, thanks formorer
987     for feedback.
988
989  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 01:36:44 +0100
990
991 grml-autoconfig (0.6-4) unstable; urgency=low
992
993   * Do *not* autoassemble sw-raid arrays any more, instead:
994     - create /etc/mdadm/mdadm.conf by default, boot using
995       noswraid to disable it
996     - assemble md arrays only if bootoption swraid is used,
997       otherwise display usage information how to enable it
998     (Closes: issue35)
999
1000  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:41:18 +0100
1001
1002 grml-autoconfig (0.6-3) unstable; urgency=low
1003
1004   * Extend 'Ignoring swap partition'-message for new default
1005     behaviour (do not use swap by default anymore).
1006
1007  -- Michael Prokop <mika@grml.org>  Mon, 27 Nov 2006 23:45:30 +0100
1008
1009 grml-autoconfig (0.6-2) unstable; urgency=low
1010
1011   * Use 'MDADM_MAILADDR__' for setting mailaddress in mdadm.conf.
1012     (Closes: issue24)
1013
1014  -- Michael Prokop <mika@grml.org>  Mon, 27 Nov 2006 12:25:26 +0100
1015
1016 grml-autoconfig (0.6-1) unstable; urgency=low
1017
1018   * Bumb version to 0.6 for new release.
1019
1020  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:10:31 +0100
1021
1022 grml-autoconfig (0.5-28) unstable; urgency=low
1023
1024   * config_userfstab: use new CONFIG_FSTAB_USER variable from
1025     /etc/grml/autoconfig
1026   * adjust configuration files for CONFIG_FSTAB_USER and
1027     CONFIG_FSTAB_GROUP supported by grml-rebuildfstab (>= 0.3-16).
1028
1029  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 21:24:40 +0100
1030
1031 grml-autoconfig (0.5-27) unstable; urgency=low
1032
1033   * Use LANGUAGE="en" instead of LANGUAGE="us" for lang=en*,
1034     thanks for input - Dirk Deimeke!
1035
1036  -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 00:04:20 +0100
1037
1038 grml-autoconfig (0.5-26) unstable; urgency=low
1039
1040   * autoconfig.functions: make sure we can access /proc/cmdline
1041     when just sourcing this file too
1042
1043  -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 21:33:35 +0100
1044
1045 grml-autoconfig (0.5-25) unstable; urgency=low
1046
1047   * grml-autoconfig script: deprecate CONFIG_KERNEL, CONFIG_LANGUAGE,
1048     CONFIG_DMA and CONFIG_MIXER as they are not really relevant on hd
1049     installations.
1050   * Do not use swap by default anymore, thanks for feedback goes to
1051     Wolfgang Karall!
1052   * Set mailaddress when creating /etc/mdadm/mdadm.conf so mdadm's
1053     initscripts do not report warnings anymore on hd-installations.
1054
1055  -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 20:23:45 +0100
1056
1057 grml-autoconfig (0.5-24) unstable; urgency=low
1058
1059   * Added support for Norsk environment, thanks to Arnt Karlsen!
1060
1061  -- Michael Prokop <mika@grml.org>  Tue, 14 Nov 2006 13:09:19 +0100
1062
1063 grml-autoconfig (0.5-23) unstable; urgency=low
1064
1065   * The "we need a cleanup" release.
1066   * Move checkbootparam "config" into myconfig function and
1067     deprecate config_config therefor. (Thanks for the hint,
1068     Marc Haber!)
1069   * Deprecate unsued functions config_checkfs, config_remount_root,
1070     config_old_myconfig and config_config.
1071   * Remove unused $CONFIG_SPLASH from configuration files.
1072
1073  -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:34:17 +0100
1074
1075 grml-autoconfig (0.5-22) unstable; urgency=low
1076
1077   * config_swraid: use mkconf for generation of mdadm.conf
1078
1079  -- Michael Prokop <mika@grml.org>  Tue,  7 Nov 2006 12:30:09 +0100
1080
1081 grml-autoconfig (0.5-21) unstable; urgency=low
1082
1083   * grml-bootsplash: replace the clear command with
1084     "echo -ne '\033[H\033[25l'" to avoid flickering.
1085     Thanks a lot, Michael Schierl!
1086
1087  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 23:11:36 +0100
1088
1089 grml-autoconfig (0.5-20) unstable; urgency=low
1090
1091   * config_swraid: add usage info how to disable it, check for
1092     bootoption raid=noautodetect as well.
1093   * Added some more checks for bootoption 'forensic' for users
1094     who don't know that forensic should be the image name and not
1095     an additional bootoption.
1096
1097  -- Michael Prokop <mika@grml.org>  Thu,  2 Nov 2006 20:19:11 +0100
1098
1099 grml-autoconfig (0.5-19) unstable; urgency=low
1100
1101   * Added function config_swraid ($CONFIG_SWRAID) for detection
1102     of software raid arrays, running only in live-cd mode.
1103
1104  -- Michael Prokop <mika@grml.org>  Wed,  1 Nov 2006 14:14:44 +0100
1105
1106 grml-autoconfig (0.5-18) unstable; urgency=low
1107
1108   * config_cpu: beautify "Detecting CPU" for SMP systems.
1109
1110  -- Michael Prokop <mika@grml.org>  Tue, 31 Oct 2006 15:36:18 +0100
1111
1112 grml-autoconfig (0.5-17) unstable; urgency=low
1113
1114   * config_mixer: beautify error output of aumix.
1115
1116  -- Michael Prokop <mika@grml.org>  Tue, 31 Oct 2006 12:38:52 +0100
1117
1118 grml-autoconfig (0.5-16) unstable; urgency=low
1119
1120   * Fix config_debs() and include it in config files, thanks for
1121     notice - schula!
1122
1123  -- Michael Prokop <mika@grml.org>  Mon, 23 Oct 2006 00:33:54 +0200
1124
1125 grml-autoconfig (0.5-15) unstable; urgency=low
1126
1127   * config_language: duplicate the getbootparam keyboard code to make
1128     sure /etc/grml/language-functions does not overwrite our values...
1129
1130  -- Michael Prokop <mika@grml.org>  Thu, 12 Oct 2006 13:00:17 +0200
1131
1132 grml-autoconfig (0.5-14) unstable; urgency=low
1133
1134   * Check for existence of
1135     /usr/share/consolefonts/Lat15-Terminus16.psf.gz
1136
1137  -- Michael Prokop <mika@grml.org>  Sat,  7 Oct 2006 23:37:28 +0200
1138
1139 grml-autoconfig (0.5-13) unstable; urgency=low
1140
1141   * Don't export $COUNTRY and $CHARSET anymore.
1142
1143  -- Michael Prokop <mika@grml.org>  Wed,  4 Oct 2006 10:39:24 +0200
1144
1145 grml-autoconfig (0.5-12) unstable; urgency=low
1146
1147   * Change 'chown grml.grml ...' into 'chown grml: ...'. Thanks, Worf!
1148   * Remove /etc/sysconfig/.
1149
1150  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 16:30:42 +0200
1151
1152 grml-autoconfig (0.5-11) unstable; urgency=low
1153
1154   * Use KEYTABLE="gr-utf8" for greek-utf8.
1155   * grml-autoconfig script: change keyboard into language.
1156
1157  -- Michael Prokop <mika@grml.org>  Mon, 25 Sep 2006 10:23:04 +0200
1158
1159 grml-autoconfig (0.5-10) unstable; urgency=low
1160
1161   * Rewrote language code:
1162     - support $LANG-utf8
1163     - use the script grml-setlang instead of output variable to
1164       /etc/environment and /etc/sysconfig/*
1165     - use CHARSET="iso8859-15" by default, support some new languages
1166     - config_environment, config_running_from and config_keyboard
1167       are deprecate now
1168   * Removed discover from Suggests and added alsa-utils instead.
1169   * Check for presence of aumix and amixer binaries in config_mixer.
1170   * Cleanup of "doubled logic checks" like
1171     "if ! [ -z ..." => "if [ -n ..."].
1172   * Check whether a swap partition is used already and inform user
1173     about it. Support LABELs as well.
1174
1175  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:10:32 +0200
1176
1177 grml-autoconfig (0.5-9) unstable; urgency=low
1178
1179   * Use "amixer get Front" in config_mixer so the IBM notebooks
1180     have sound by default as well. Thanks Jimmy for debugging
1181     and code-base!
1182
1183  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:29:28 +0200
1184
1185 grml-autoconfig (0.5-8) unstable; urgency=low
1186
1187   * Check for lo device in /etc/network/run/ifstate before
1188     running "ifup lo".
1189   * Clean /etc/network/status/ before writing into it.
1190   * Change { pump... } into ( pump... ).
1191
1192  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 15:08:30 +0200
1193
1194 grml-autoconfig (0.5-7) unstable; urgency=low
1195
1196   * Move /etc/grml/lsb-functions to package grml-etc-core.
1197
1198  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 11:03:43 +0200
1199
1200 grml-autoconfig (0.5-6) unstable; urgency=low
1201
1202   * Write status of pump into /etc/network/status/$DEVICE.
1203
1204  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 18:44:35 +0200
1205
1206 grml-autoconfig (0.5-5) unstable; urgency=low
1207
1208   * Set CONFIG_CREATE_MNT_DIRS=no and warn when create_mnt_dirs()
1209     is executed as grml-rebuildfstab does all we need from now on.
1210
1211  -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 21:39:56 +0200
1212
1213 grml-autoconfig (0.5-4) unstable; urgency=low
1214
1215   * Deactivate creation of /mnt/*-directories as grml-rebuildfstab
1216     >= 0.3-1 takes care of it. Depend on grml-rebuildfstab package
1217     >= 0.3-1 therefore.
1218
1219  -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 15:51:22 +0200
1220
1221 grml-autoconfig (0.5-3) unstable; urgency=low
1222
1223   * Run chpasswd with '-m' option.
1224
1225  -- Michael Prokop <mika@grml.org>  Tue, 15 Aug 2006 12:35:54 +0200
1226
1227 grml-autoconfig (0.5-2) unstable; urgency=low
1228
1229   * Run 'ifup lo' only in live-cd mode...
1230
1231  -- Michael Prokop <mika@grml.org>  Sat, 12 Aug 2006 14:08:32 +0200
1232
1233 grml-autoconfig (0.5-1) unstable; urgency=low
1234
1235   * Bumb version, grml 0.8 is coming closer...
1236
1237  -- Michael Prokop <mika@grml.org>  Fri, 11 Aug 2006 11:48:44 +0200
1238
1239 grml-autoconfig (0.4-33) unstable; urgency=low
1240
1241   * Use ifup instead of ifconfig for bringing up lo in
1242     config_local_net().
1243
1244  -- Michael Prokop <mika@grml.org>  Thu, 10 Aug 2006 09:14:51 +0200
1245
1246 grml-autoconfig (0.4-32) unstable; urgency=low
1247
1248   * Drop unused config_splash().
1249
1250  -- Michael Prokop <mika@grml.org>  Fri,  4 Aug 2006 12:14:50 +0200
1251
1252 grml-autoconfig (0.4-31) unstable; urgency=low
1253
1254   * Use "timeout 4" when running dd on floppy drive. Thanks, Gebi!
1255
1256  -- Michael Prokop <mika@grml.org>  Fri,  4 Aug 2006 10:12:34 +0200
1257
1258 grml-autoconfig (0.4-30) unstable; urgency=low
1259
1260   * Check for running hal/d-bus and warn in acpid sequence then.
1261   * Improved apm-stuff in config_acpi_apm.
1262
1263  -- Michael Prokop <mika@grml.org>  Fri, 21 Jul 2006 13:06:52 +0200
1264
1265 grml-autoconfig (0.4-29) unstable; urgency=low
1266
1267   * Moved generic $LANGUAGE stuff into its own file named
1268     /etc/grml/language-functions so we can source the file
1269     in grml-autoconfig and grml-scripts without having to
1270     maintain it in several places.
1271   * Write $LANG-stuff in config_environment to /etc/default/locales
1272     if the file does not exist yet.
1273
1274  -- Michael Prokop <mika@grml.org>  Tue, 18 Jul 2006 19:59:47 +0200
1275
1276 grml-autoconfig (0.4-28) unstable; urgency=low
1277
1278   * Send errors to $DEBUG in checkgrmlsmall() and checkgrmlusb()
1279     as there are people out there using grml-autoconfig on plain
1280     Debian systems where /etc/grml_version does not exist. :)
1281
1282  -- Michael Prokop <mika@grml.org>  Tue, 18 Jul 2006 18:41:51 +0200
1283
1284 grml-autoconfig (0.4-27) unstable; urgency=low
1285
1286   * The "oh, I love GNU" Release.
1287   * Adjusted tail command to get rid of the "Warning: "+number" syntax is
1288     deprecated, please use "-n +number"".
1289   * Added $CONFIG_BLANKING to disable console blanking (on request
1290     by Marc 'Zugschlus' Haber).
1291   * Added header to be Init Script LSB-compliant, see
1292     http://wiki.debian.org/LSBInitScripts for details.
1293
1294  -- Michael Prokop <mika@grml.org>  Fri,  7 Jul 2006 21:58:57 +0200
1295
1296 grml-autoconfig (0.4-26) unstable; urgency=low
1297
1298   * Added support for /etc/init.d/boolocal.{pre,middle,post}.
1299   * Added manpage grml-bootsplash.1.
1300   * grml-bootsplash: switched to /bin/bash to make lintian happy,
1301     improved error handling as well.
1302
1303  -- Michael Prokop <mika@grml.org>  Sun,  4 Jun 2006 14:03:00 +0200
1304
1305 grml-autoconfig (0.4-25) unstable; urgency=low
1306
1307   * Added textbased bootsplash support based on contribution
1308     by Florian Keller <Florian.Keller@zuerich.ch>, thanks!
1309   * Run language stuff at the beginning so the fonts are
1310     switched earlier.
1311
1312  -- Michael Prokop <mika@grml.org>  Sat, 27 May 2006 11:23:15 +0200
1313
1314 grml-autoconfig (0.4-24) unstable; urgency=low
1315
1316   * Reorderd $KEYTABLE check in config_environment.
1317
1318  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 21:30:47 +0200
1319
1320 grml-autoconfig (0.4-23) unstable; urgency=low
1321
1322   * Added '-m' option to consolechars call.
1323
1324  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 17:13:40 +0200
1325
1326 grml-autoconfig (0.4-22) unstable; urgency=low
1327
1328   * Moved check for bootoption [x]keyboard=... to config_environment.
1329
1330  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 16:59:34 +0200
1331
1332 grml-autoconfig (0.4-21) unstable; urgency=low
1333
1334   * Adjust KEYTABLE of bootoption keyboard=de/at via
1335     /etc/sysconfig/keyboard, otherwise we've a racecondition.
1336   * Reworked charset code to run it on all tty's.
1337
1338  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 12:18:24 +0200
1339
1340 grml-autoconfig (0.4-20) unstable; urgency=low
1341
1342   * The 'oh, we are lintian-clean again even though #360534' Release.
1343
1344  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 21:48:30 +0200
1345
1346 grml-autoconfig (0.4-19) unstable; urgency=low
1347
1348   * Take KEYTABLE="de-latin1-nodeadkeys" for bootoptions keyboard=de
1349     and keyboard=at.
1350
1351  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 21:32:21 +0200
1352
1353 grml-autoconfig (0.4-18) unstable; urgency=low
1354
1355   * Added pump to depends. Thanks, Florian Keller!
1356
1357  -- Michael Prokop <mika@grml.org>  Fri,  5 May 2006 13:01:11 +0200
1358
1359 grml-autoconfig (0.4-17) unstable; urgency=low
1360
1361   * Support multiline settings in /cdrom/bootparams/*. Patch
1362     contributed by Florian Keller, thanks!
1363
1364  -- Michael Prokop <mika@grml.org>  Thu,  4 May 2006 22:48:43 +0200
1365
1366 grml-autoconfig (0.4-16) unstable; urgency=low
1367
1368   * Adjusted $XKEYBOARD and $KDEKEYBOARD as suggested by
1369     Florian Keller, thanks!
1370
1371  -- Michael Prokop <mika@grml.org>  Wed,  3 May 2006 09:37:44 +0200
1372
1373 grml-autoconfig (0.4-15) unstable; urgency=low
1374
1375   * Move $CMDLINE before the checkbootparam "nocolor" code.
1376     Switch order of display and sourcing lsb-functions.
1377   * Don't run bootlogd via initscript as startup might be
1378     prevented via /etc/default/bootlogd.
1379
1380  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 16:10:29 +0200
1381
1382 grml-autoconfig (0.4-14) unstable; urgency=low
1383
1384   * grml-autoconfig script reads in current state of options now.
1385
1386  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 14:55:57 +0200
1387
1388 grml-autoconfig (0.4-13) unstable; urgency=low
1389
1390   * Removed config_color as it is handled when sourcing lsb-functions.
1391
1392  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 13:01:54 +0200
1393
1394 grml-autoconfig (0.4-12) unstable; urgency=low
1395
1396   * Use consolechars instead of charset for $CHARMAP.
1397
1398  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 12:02:39 +0200
1399
1400 grml-autoconfig (0.4-11) unstable; urgency=low
1401
1402   * Fixed wrong logic of nocolor check.
1403
1404  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 11:49:46 +0200
1405
1406 grml-autoconfig (0.4-10) unstable; urgency=low
1407
1408   * Check for bootoption nocolor and source
1409     /etc/grml/lsb-functions with RC_NOCOLOR=yes then.
1410
1411  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 01:00:03 +0200
1412
1413 grml-autoconfig (0.4-9) unstable; urgency=low
1414
1415   * Fixed bootlogd problems, now we are starting it through the
1416     init script.
1417   * Fixed problem with loading charset because of using the
1418     wrong variable. Thanks to Maciej 'harnir' Delmanowski!
1419
1420  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 00:01:49 +0200
1421
1422 grml-autoconfig (0.4-8) unstable; urgency=low
1423
1424   * reworked language section
1425     - improve indenting of case $LANGUAGE code...
1426     - use Lat15-Terminus16 as default console font if
1427       bootoption "nodefaultfont" isn't used, depend on
1428       package console-terminus therefore
1429     - use console font Lat2-Terminus16 instead of iso02g,
1430       reported by Maciej 'harnir' Delmanowski, thanks!
1431     - rename "Activating keyboard settings" to "Activating
1432       language settings"
1433     - add (deactivated) CONSOLEFONT to /etc/grml/autoconfig[.small]
1434   * removed time-stuff from grml-autoconfig interface
1435   * fixed name of keyboard code in grml-autoconfig interface
1436   * added support for iso02 charmaps in config_keyboard, thanks to
1437     Maciej 'harnir' Delmanowski!
1438
1439  -- Michael Prokop <mika@grml.org>  Fri, 28 Apr 2006 22:35:34 +0200
1440
1441 grml-autoconfig (0.4-7) unstable; urgency=low
1442
1443   * Run config_time and config_timezone only in live-mode.
1444
1445  -- Michael Prokop <mika@grml.org>  Sun, 23 Apr 2006 20:05:51 +0200
1446
1447 grml-autoconfig (0.4-6) unstable; urgency=low
1448
1449   * We must use $LANG for LC_ALL and LC_MESSAGES.
1450
1451  -- Michael Prokop <mika@grml.org>  Sat, 22 Apr 2006 00:06:54 +0200
1452
1453 grml-autoconfig (0.4-5) unstable; urgency=low
1454
1455   * config_environment: set LC_MESSAGES to $LANGUAGE
1456     and LC_ALL to $LANGUAGE in /etc/environment
1457
1458  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 15:32:05 +0200
1459
1460 grml-autoconfig (0.4-4) unstable; urgency=low
1461
1462   * Use /bin/ls instead of ls to prevent alias errors when
1463     running interactive.
1464   * Check for mounted /mnt/grml before unmounting.
1465   * Always set returncode for variable $RC, avoid race conditions.
1466
1467  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 00:39:18 +0200
1468
1469 grml-autoconfig (0.4-3) unstable; urgency=low
1470
1471   * Reworked config_fwtimeout for low default firmware timeout
1472     of kernel.
1473
1474  -- Michael Prokop <mika@grml.org>  Sun,  9 Apr 2006 12:28:39 +0200
1475
1476 grml-autoconfig (0.4-2) unstable; urgency=low
1477
1478   * Don't run code from config_environment on hd-installation.
1479
1480  -- Michael Prokop <mika@grml.org>  Sat,  8 Apr 2006 14:06:07 +0200
1481
1482 grml-autoconfig (0.4-1) unstable; urgency=low
1483
1484   *  New grml version.
1485
1486  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:18:43 +0200
1487
1488 grml-autoconfig (0.3-14) unstable; urgency=low
1489
1490   * config_fstab: don't try to create empty dirs in /mnt/.
1491
1492  -- Michael Prokop <mika@grml.org>  Wed,  5 Apr 2006 23:56:50 +0200
1493
1494 grml-autoconfig (0.3-13) unstable; urgency=low
1495
1496   * Removed discover from grml-autoconfig interface. Nobody
1497     needs that nowadays anymore...
1498   * Activate config_fstab by default again in grml-autoconfig
1499     interface.
1500   * Reordered execution of $UID check and mktemp in grml-autoconfig
1501     interface.
1502
1503  -- Michael Prokop <mika@grml.org>  Mon,  3 Apr 2006 00:36:58 +0200
1504
1505 grml-autoconfig (0.3-12) unstable; urgency=low
1506
1507   * Updated manpage.
1508
1509  -- Michael Prokop <mika@grml.org>  Thu, 30 Mar 2006 00:25:14 +0200
1510
1511 grml-autoconfig (0.3-11) unstable; urgency=low
1512
1513   * Reworked config_cpu(). Don't let the kernel decide what
1514     cpufrequency modules we want but do it on our own using
1515     the new cpufreq-detect.sh from grml-scripts.
1516
1517  -- Michael Prokop <mika@grml.org>  Fri, 24 Mar 2006 11:25:38 +0100
1518
1519 grml-autoconfig (0.3-10) unstable; urgency=low
1520
1521   * Improved config_swspeak (added sound output).
1522
1523  -- Michael Prokop <mika@grml.org>  Thu, 23 Mar 2006 12:04:46 +0100
1524
1525 grml-autoconfig (0.3-9) unstable; urgency=low
1526
1527   * Don't run rebuildfstab by default on hd-install's anymore via
1528     grml-autoconfig script.
1529   * Renamed CONFIG_FSTABUSER to CONFIG_USERFSTAB so adjusting
1530     values via grml-autoconfig does not conflict with CONFIG_FSTAB.
1531
1532  -- Michael Prokop <mika@grml.org>  Sat, 25 Feb 2006 20:02:58 +0100
1533
1534 grml-autoconfig (0.3-8) unstable; urgency=low
1535
1536   * Added detection of software-suspend swap partitions to
1537     config_fstab. Support use of ANYSWAP as well.
1538
1539  -- Michael Prokop <mika@grml.org>  Sun, 19 Feb 2006 14:42:49 +0100
1540
1541 grml-autoconfig (0.3-7) unstable; urgency=low
1542
1543   * Print $CMDLINE when in debug mode.
1544
1545  -- Michael Prokop <mika@grml.org>  Thu, 16 Feb 2006 22:26:24 +0100
1546
1547 grml-autoconfig (0.3-6) unstable; urgency=low
1548
1549   * Deactivated the 'not running under zsh' warning.
1550
1551  -- Michael Prokop <mika@grml.org>  Fri, 10 Feb 2006 23:42:28 +0100
1552
1553 grml-autoconfig (0.3-5) unstable; urgency=low
1554
1555   * Added an additional check for label on floppy disks via blkid
1556     if running dd was successful to config_automount. Hopefully this
1557     fixes the annoying 'GRMLCFG does not work with floppy disk'
1558     problem. Needs some testing on real, problematic hardware though.
1559
1560  -- Michael Prokop <mika@grml.org>  Tue, 31 Jan 2006 01:05:15 +0100
1561
1562 grml-autoconfig (0.3-4) unstable; urgency=low
1563
1564   * Switched some einfo messages to ewarn
1565     ("Skipping .. as requested" stuff).
1566
1567  -- Michael Prokop <mika@grml.org>  Sun, 22 Jan 2006 15:11:12 +0100
1568
1569 grml-autoconfig (0.3-3) unstable; urgency=low
1570
1571   * Adjusted $MEM variables in config_small to better react on low
1572     memory systems.
1573   * Bumbed required udev version in depends to version 0.080-1.
1574
1575  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 23:19:11 +0100
1576
1577 grml-autoconfig (0.3-2) unstable; urgency=low
1578
1579   * Moved discover from depends to suggests. Added check for /sbin/discover
1580     to config_discover.
1581
1582  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 20:12:01 +0100
1583
1584 grml-autoconfig (0.3-1) unstable; urgency=low
1585
1586   * The 'hey, get your winterschlapfn' release.
1587
1588  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 13:43:30 +0100
1589
1590 grml-autoconfig (0.2-49) unstable; urgency=low
1591
1592   * Oh, I forgot to print the 'no $IP'-code in config_distcc
1593     only if bootparam distcc is set. Nothing serious, fixed anyway.
1594
1595  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 21:50:09 +0100
1596
1597 grml-autoconfig (0.2-48) unstable; urgency=low
1598
1599   * Improved info messages in config_distcc. Don't try to start
1600     distcc if no valid ip address or interface is available.
1601
1602  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 20:43:53 +0100
1603
1604 grml-autoconfig (0.2-47) unstable; urgency=low
1605
1606   * Fixed volume handling in config_mixer (empty default variable).
1607   * Wait until $IP is set in config_distcc or continue after 10 tries.
1608
1609  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 14:09:32 +0100
1610
1611 grml-autoconfig (0.2-46) unstable; urgency=low
1612
1613   * Switched order of execution of config_kernel and config_vmware.
1614   * Added bootoption novmware to skip execution of vmware specific
1615     stuff.
1616
1617  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2006 22:02:57 +0100
1618
1619 grml-autoconfig (0.2-45) unstable; urgency=low
1620
1621   * Fixed racecondition with unquoted $VARIABLES (thanks, Gebi!).
1622
1623  -- Michael Prokop <mika@grml.org>  Sun, 15 Jan 2006 22:39:16 +0100
1624
1625 grml-autoconfig (0.2-44) unstable; urgency=low
1626
1627   * Improved output of config_modem.
1628
1629  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 23:28:52 +0100
1630
1631 grml-autoconfig (0.2-43) unstable; urgency=low
1632
1633   * speechd-up does not start through grml-autoconfig, so start
1634     it manually after booting. Changed an einfo to eend as well.
1635
1636  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 22:51:07 +0100
1637
1638 grml-autoconfig (0.2-42) unstable; urgency=low
1639
1640   * Run speechd-up in daemon mode.
1641   * Disable config_pcmcia by default now (cardmgr is obsolete
1642     with current kernel and udev).
1643   * Removed pcmcia and firewirefix from grml-autoconfig interface.
1644
1645  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 18:34:50 +0100
1646
1647 grml-autoconfig (0.2-41) unstable; urgency=low
1648
1649   * Added - experimental - config_swspeak / CONFIG_SWSPEAK
1650     (run software synthesizer via speakup).
1651
1652  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 14:47:48 +0100
1653
1654 grml-autoconfig (0.2-40) unstable; urgency=low
1655
1656   * Removed config_keyboard_cmdline and moved code from there to
1657     config_language to avoid racecondition. Now using bootoptions
1658     lang, keyboard and xkeyboard should work at the same time.
1659
1660  -- Michael Prokop <mika@grml.org>  Thu, 12 Jan 2006 21:23:54 +0100
1661
1662 grml-autoconfig (0.2-39) unstable; urgency=low
1663
1664   * Updated config_pcmcia so it works with new pcmciautils package,
1665     where cardmgr isn't present anymore. Needs some tests, though.
1666   * Install autoconfig.functions with permissions 755 so it can
1667     be executed.
1668
1669  -- Michael Prokop <mika@grml.org>  Thu, 12 Jan 2006 18:09:06 +0100
1670
1671 grml-autoconfig (0.2-38) unstable; urgency=low
1672
1673   * Updated config_ipv6.
1674
1675  -- Michael Prokop <mika@grml.org>  Mon,  9 Jan 2006 22:19:21 +0100
1676
1677 grml-autoconfig (0.2-37) unstable; urgency=low
1678
1679   * Added ipv6 bootoption (thanks, Stephan Peijnik!). Needs
1680     some testing though.
1681
1682  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 22:57:22 +0100
1683
1684 grml-autoconfig (0.2-36) unstable; urgency=low
1685
1686   * Improved config_cpu:
1687     - removed UUOL
1688     - check for cpudyn-support (thanks, Stephan Peijnik!)
1689   * Warn if running not under zsh.
1690   * Switched 'eend 0 || eend 1' statements to 'eend $?'.
1691
1692  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 16:54:22 +0100
1693
1694 grml-autoconfig (0.2-35) unstable; urgency=low
1695
1696   * Oh, wrong logic for $VOL in config_mixer. Fixed.
1697
1698  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 00:29:14 +0100
1699
1700 grml-autoconfig (0.2-34) unstable; urgency=low
1701
1702   * Modified $NOSWAP logic in config_fstab for infotext.
1703   * Add bootoption nofirewiredev in config_firewire_dev.
1704   * Set CONFIG_FIREWIRE_DEV to no by default.
1705
1706  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 00:08:57 +0100
1707
1708 grml-autoconfig (0.2-33) unstable; urgency=low
1709
1710   * Check for return codes in interface (thanks for hint, Gebi).
1711
1712  -- Michael Prokop <mika@grml.org>  Sat,  7 Jan 2006 14:19:44 +0100
1713
1714 grml-autoconfig (0.2-32) unstable; urgency=low
1715
1716   * Don't try to create stuff like /proc/bus/usb in config_fstab.
1717
1718  -- Michael Prokop <mika@grml.org>  Sat,  7 Jan 2006 12:26:53 +0100
1719
1720 grml-autoconfig (0.2-31) unstable; urgency=low
1721
1722   * Use wm-ng (fluxbox with addons) as default window manager for
1723     bootoption startx.
1724
1725  -- Michael Prokop <mika@grml.org>  Sat,  7 Jan 2006 11:53:14 +0100
1726
1727 grml-autoconfig (0.2-30) unstable; urgency=low
1728
1729   * Added bootoption vol for setting volumes via aumix to config_mixer.
1730
1731  -- Michael Prokop <mika@grml.org>  Thu,  5 Jan 2006 19:45:54 +0100
1732
1733 grml-autoconfig (0.2-29) unstable; urgency=low
1734
1735   * Add function iszsh to autoconfig.functions and use setopt only
1736     if running with zsh.
1737
1738  -- Michael Prokop <mika@grml.org>  Thu,  5 Jan 2006 17:37:20 +0100
1739
1740 grml-autoconfig (0.2-28) unstable; urgency=low
1741
1742   * Call rmnologin with start-option (thx4hint, Marc!).
1743   * Don't output the 'overall' text in RAM-info.
1744
1745  -- Michael Prokop <mika@grml.org>  Wed,  4 Jan 2006 14:29:18 +0100
1746
1747 grml-autoconfig (0.2-27) unstable; urgency=low
1748
1749   * Improved output of RAM-info.
1750
1751  -- Michael Prokop <mika@grml.org>  Tue,  3 Jan 2006 23:10:54 +0100
1752
1753 grml-autoconfig (0.2-26) unstable; urgency=low
1754
1755   * Don't use discover by default anymore (udev does that now).
1756   * Rewrote config_blacklist:
1757     - run it only on live-cd
1758     - use /etc/modprobe.d/grml
1759   * Removed hotplug-light from grml-autoconfig interface and
1760     set default for discover to 'off'.
1761
1762  -- Michael Prokop <mika@grml.org>  Sat, 31 Dec 2005 18:22:25 +0100
1763
1764 grml-autoconfig (0.2-25) unstable; urgency=low
1765
1766   * Some small changes in look'n'feel.
1767   * Run config_small earlier.
1768   * Rewrote output code of discover function.
1769   * Rewrote code of config_acpi_apm.
1770   * Added CONFIG_SETKEYCODES.
1771   * Lot's of code cleanups.
1772   * Rewrote bootoptions passwd and ssh.
1773   * Implemented bootoption blacklist (notice: not used currently).
1774
1775  -- Michael Prokop <mika@grml.org>  Tue, 27 Dec 2005 19:37:48 +0100
1776
1777 grml-autoconfig (0.2-24) unstable; urgency=low
1778
1779   * Added check for RAM to config_small.
1780   * Switched log_* lsb-functions to e* stuff.
1781
1782  -- Michael Prokop <mika@grml.org>  Tue, 27 Dec 2005 17:17:49 +0100
1783
1784 grml-autoconfig (0.2-23) unstable; urgency=low
1785
1786   * Fixed typo in config_fstab.
1787
1788  -- Michael Prokop <mika@grml.org>  Wed, 21 Dec 2005 10:26:32 +0100
1789
1790 grml-autoconfig (0.2-22) unstable; urgency=low
1791
1792   * Don't use static values for grml-autoconfig interface.
1793
1794  -- Michael Prokop <mika@grml.org>  Sun, 18 Dec 2005 21:55:06 +0100
1795
1796 grml-autoconfig (0.2-21) unstable; urgency=low
1797
1798   * Use 'harddisk' instead of 'Harddisk' as infotext (thx4hint,
1799     Jens Kubieziel!).
1800
1801  -- Michael Prokop <mika@grml.org>  Sat, 17 Dec 2005 23:16:39 +0100
1802
1803 grml-autoconfig (0.2-20) unstable; urgency=low
1804
1805   * Added config_debnet (thanks, Marc Haber!).
1806
1807  -- Michael Prokop <mika@grml.org>  Sat, 17 Dec 2005 18:54:25 +0100
1808
1809 grml-autoconfig (0.2-19) unstable; urgency=low
1810
1811   * Fixed bug in config_cdrom_scripts which prevented
1812     execution of files in /cdrom/scripts/.
1813
1814  -- Michael Prokop <mika@grml.org>  Tue, 13 Dec 2005 19:16:45 +0100
1815
1816 grml-autoconfig (0.2-18) unstable; urgency=low
1817
1818   * Run grml2hd-noninteractive inside GNU screen.
1819   * Deactivate hotplug(-light) as udev handles this stuff
1820     already.
1821   * Added config_vmware (creates xorg.conf based on template).
1822
1823  -- Michael Prokop <mika@grml.org>  Sun, 11 Dec 2005 12:39:34 +0100
1824
1825 grml-autoconfig (0.2-17) unstable; urgency=low
1826
1827   * Some clean ups in lsb-functions.
1828
1829  -- Michael Prokop <mika@grml.org>  Mon,  5 Dec 2005 11:21:11 +0100
1830
1831 grml-autoconfig (0.2-16) unstable; urgency=low
1832
1833   * Adjusted hotplug-system for use with udev >=0.076-4.
1834   * Merged gentoo-functions into lsb-functions.
1835
1836  -- Michael Prokop <mika@grml.org>  Sun,  4 Dec 2005 23:31:38 +0100
1837
1838 grml-autoconfig (0.2-15) unstable; urgency=low
1839
1840   * Added bootoption 'nomodules' to disable loading of modules
1841     defined in /etc/grml/modules.
1842
1843  -- Michael Prokop <mika@grml.org>  Sat,  3 Dec 2005 15:31:00 +0100
1844
1845 grml-autoconfig (0.2-14) unstable; urgency=low
1846
1847   * Support module-init-tools-style of loading specific modules
1848     through /etc/grml/modules - only available when running from
1849     CD.
1850
1851  -- Michael Prokop <mika@grml.org>  Sat,  3 Dec 2005 12:42:03 +0100
1852
1853 grml-autoconfig (0.2-13) unstable; urgency=low
1854
1855   * Adjust /etc/hosts when using bootparam 'hostname=...' as well.
1856
1857  -- Michael Prokop <mika@grml.org>  Thu,  1 Dec 2005 13:23:10 +0100
1858
1859 grml-autoconfig (0.2-12) unstable; urgency=low
1860
1861   * Use getent for getting fstabuser.
1862
1863  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2005 19:58:02 +0100
1864
1865 grml-autoconfig (0.2-11) unstable; urgency=low
1866
1867   * Upps, spelling error in fstab infotext - fixed that.
1868
1869  -- Michael Prokop <mika@grml.org>  Mon, 21 Nov 2005 22:45:52 +0100
1870
1871 grml-autoconfig (0.2-10) unstable; urgency=low
1872
1873   * Added infotext to config_fstab how to disable fstab generation.
1874
1875  -- Michael Prokop <mika@grml.org>  Mon, 21 Nov 2005 15:58:59 +0100
1876
1877 grml-autoconfig (0.2-9) unstable; urgency=low
1878
1879   * 855resolution is now 915resolution.
1880   * Added support for setting hostname via bootparam 'hostname=...'.
1881   * Added bootparam distcc, set via distcc=$NETWORK,$LISTENER.
1882
1883  -- Michael Prokop <mika@grml.org>  Wed, 16 Nov 2005 18:31:41 +0100
1884
1885 grml-autoconfig (0.2-8) unstable; urgency=low
1886
1887   * Just a small cosmetic fix in GRMLCFG-code.
1888
1889  -- Michael Prokop <mika@grml.org>  Thu, 10 Nov 2005 23:38:16 +0100
1890
1891 grml-autoconfig (0.2-7) unstable; urgency=low
1892
1893   * Adjusted output of floppy mount of GRMLCFG device.
1894   * Removed debug output in language code.
1895
1896  -- Michael Prokop <mika@grml.org>  Thu, 10 Nov 2005 10:51:23 +0100
1897
1898 grml-autoconfig (0.2-6) unstable; urgency=low
1899
1900   * Some small bugfixes in config_swap.
1901   * Improved language settings. Setting LANGUAGE is now also possible
1902     via configuring $LANGUAGE in /etc/grml/autoconfig.
1903
1904  -- Michael Prokop <mika@grml.org>  Tue,  8 Nov 2005 13:49:23 +0100
1905
1906 grml-autoconfig (0.2-5) unstable; urgency=low
1907
1908   * Added CONFIG_FAST for skipping startup of w3m via bootparam
1909     'fast'.
1910
1911  -- Michael Prokop <mika@grml.org>  Sun,  6 Nov 2005 16:25:12 +0100
1912
1913 grml-autoconfig (0.2-4) unstable; urgency=low
1914
1915   * Added /etc/init.d/grml-autoconfig.strace
1916
1917  -- Michael Prokop <mika@grml.org>  Thu,  3 Nov 2005 17:03:37 +0100
1918
1919 grml-autoconfig (0.2-3) unstable; urgency=low
1920
1921   * Added check for existence of /usr/X11R6/bin/X in startx
1922     bootparam.
1923
1924  -- Michael Prokop <mika@grml.org>  Tue,  1 Nov 2005 19:32:44 +0100
1925
1926 grml-autoconfig (0.2-2) unstable; urgency=low
1927
1928   * Fixed message of accessing floppy disk in config_automount.
1929
1930  -- Michael Prokop <mika@grml.org>  Tue,  1 Nov 2005 18:46:11 +0100
1931
1932 grml-autoconfig (0.2-1) unstable; urgency=low
1933
1934   * Let's bumb version to 0.2 as grml-autoconfig is already shipped
1935     with grml 0.5.
1936   * Let's drop /etc/init.d/grml-autoconfig.old
1937   * Changed access to floppy device from mount command to dd
1938     in config_automount (thanks for idea, gebi!).
1939
1940  -- Michael Prokop <mika@grml.org>  Tue,  1 Nov 2005 18:35:50 +0100
1941
1942 grml-autoconfig (0.1-56) unstable; urgency=low
1943
1944   * Added infotext in config_automount.
1945
1946  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 16:35:37 +0200
1947
1948 grml-autoconfig (0.1-55) unstable; urgency=low
1949
1950   * Improved device handling in config_automount.
1951
1952  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 15:25:26 +0200
1953
1954 grml-autoconfig (0.1-54) unstable; urgency=low
1955
1956   * Automounting works so added CONFIG_AUTOMOUNT to autoconfig
1957     and autoconfig.small.
1958   * Improved config_debug so we can use screen with full featured
1959     shell (providing job handling).
1960   * We have to use directory /cdrom/bootparams/ and not a single
1961     file for multisessions.
1962
1963  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 12:45:09 +0200
1964
1965 grml-autoconfig (0.1-53) unstable; urgency=low
1966
1967   * Invoke a /bin/zsh after running grml2hd in non-interactive
1968     mode in any case.
1969   * We do need check for /cdrom/bootparams in /etc/init.d/grml-autoconfig
1970     of course.
1971
1972  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 00:40:13 +0200
1973
1974 grml-autoconfig (0.1-52) unstable; urgency=low
1975
1976   * Finished documentation in /etc/grml/autoconfig[.small].
1977
1978  -- Michael Prokop <mika@grml.org>  Thu, 20 Oct 2005 11:42:26 +0200
1979
1980 grml-autoconfig (0.1-51) unstable; urgency=low
1981
1982   * Only a small clean up of info message in config_homedir.
1983
1984  -- Michael Prokop <mika@grml.org>  Tue, 18 Oct 2005 21:52:31 +0200
1985
1986 grml-autoconfig (0.1-50) unstable; urgency=low
1987
1988   * Updated config_modem (don't start if it sl-modem is not present).
1989
1990  -- Michael Prokop <mika@grml.org>  Mon, 17 Oct 2005 16:16:31 +0200
1991
1992 grml-autoconfig (0.1-49) unstable; urgency=low
1993
1994   * Added partconf to CONFIG_MYCONFIG.
1995   * Fixed problem in script grml-autoconfig with exit status
1996     of set_values-function.
1997   * Added wlan to strings of /proc/net/dev in config_dhcp (thanks to
1998     Martin 'mabu' Buchleitner!).
1999   * Fixed architecure specific things.
2000     - This package is an architecture all file
2001     - acpid is i386, amd64 only, so added apmd as alternative
2002     -> Thanks Alexander Wirt <formorer@debian.org>!
2003   * Use /cdrom/bootparams for additional bootparams.
2004   * Oh, it's /var/log/boot and not bootlogd - adjusted infotext.
2005
2006  -- Michael Prokop <mika@grml.org>  Wed, 12 Oct 2005 16:29:20 +0200
2007
2008 grml-autoconfig (0.1-48) unstable; urgency=low
2009
2010   * Rewrote CONFIG_MYCONFIG.
2011
2012  -- Michael Prokop <mika@grml.org>  Tue, 11 Oct 2005 18:30:06 +0200
2013
2014 grml-autoconfig (0.1-47) unstable; urgency=low
2015
2016   * Removed CONFIG_RNETCONFIG and rewrote functions for
2017     CONFIG_NETCONFIG.
2018
2019  -- Michael Prokop <mika@grml.org>  Thu,  6 Oct 2005 17:26:08 +0200
2020
2021 grml-autoconfig (0.1-46) unstable; urgency=low
2022
2023   * Deprecated CONFIG_REMOUNT_ROOT.
2024
2025  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 23:11:57 +0200
2026
2027 grml-autoconfig (0.1-45) unstable; urgency=low
2028
2029   * Oh, NONINTERACTIVE does not work as expected for hotplug-light.
2030     Changed back to old behaviour therefore.
2031
2032  -- Michael Prokop <mika@grml.org>  Sun,  2 Oct 2005 17:35:17 +0200
2033
2034 grml-autoconfig (0.1-44) unstable; urgency=low
2035
2036   * Updated finish langauge settings (merged from knoppix mailing
2037     list).
2038
2039  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 21:41:13 +0200
2040
2041 grml-autoconfig (0.1-43) unstable; urgency=low
2042
2043   * Adjusted BOOTDEBUG with printk-settings.
2044
2045  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 16:16:47 +0200
2046
2047 grml-autoconfig (0.1-42) unstable; urgency=low
2048
2049   * Fixed rebuildfstab command.
2050
2051  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 14:44:39 +0200
2052
2053 grml-autoconfig (0.1-41) unstable; urgency=low
2054
2055   * Run hotplug-light with NONINTERACTIVE=yes so we supress
2056     error messages while booting...
2057   * Upps, hotplug-light was already in depends, removed again.
2058
2059  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 12:11:10 +0200
2060
2061 grml-autoconfig (0.1-40) unstable; urgency=low
2062
2063   * Moved kernel ring buffer settings behind color-stuff.
2064   * Added hotplug-light to depends.
2065
2066  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 02:08:48 +0200
2067
2068 grml-autoconfig (0.1-39) unstable; urgency=low
2069
2070   * Use grml-autoconfig in runlevel 2: modified postinstall script.
2071   * Added syslog-ng to depends.
2072
2073  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 02:03:17 +0200
2074
2075 grml-autoconfig (0.1-38) unstable; urgency=low
2076
2077   * Added gpm to depends.
2078
2079  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:51:52 +0200
2080
2081 grml-autoconfig (0.1-37) unstable; urgency=low
2082
2083   * Added check if rebuildfstab binary is present.
2084
2085  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:34:33 +0200
2086
2087 grml-autoconfig (0.1-36) unstable; urgency=low
2088
2089   * Added /etc/sysconfig-directory with empty files to make sure
2090     the files exist.
2091
2092  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:15:53 +0200
2093
2094 grml-autoconfig (0.1-35) unstable; urgency=low
2095
2096   * Modified gpm-startup (thanks, gebi!) - this should fix the
2097     "missing /dev/psaux" problem.
2098   * Added CONFIG_855RESOLUTION.
2099   * Updated manpage.
2100
2101  -- Michael Prokop <mika@grml.org>  Tue, 27 Sep 2005 22:34:13 +0200
2102
2103 grml-autoconfig (0.1-34) unstable; urgency=low
2104
2105   * Adjusted infotext in grml-autonconfig for dhcp-option
2106     (s/dhclient/pump/) [thanks for reporting, hecka!].
2107   * Added cf (French Canadian version) to suppported languages
2108     (taken from knoppix mailinglist).
2109
2110  -- Michael Prokop <mika@grml.org>  Tue, 27 Sep 2005 13:10:33 +0200
2111
2112 grml-autoconfig (0.1-33) unstable; urgency=low
2113
2114   * Implemented boot options for automatic grml2hd-installation:
2115     - user
2116     - filesystem
2117     - partition
2118     - bootpartition
2119   * Adjust kernel ring buffer at beginng of grml-autoconfig.
2120
2121  -- Michael Prokop <mika@grml.org>  Sun, 25 Sep 2005 00:53:32 +0200
2122
2123 grml-autoconfig (0.1-32) unstable; urgency=low
2124
2125   * Added check for root-permissions to script grml-autoconfig.
2126
2127  -- Michael Prokop <mika@grml.org>  Sat, 24 Sep 2005 23:15:49 +0200
2128
2129 grml-autoconfig (0.1-31) unstable; urgency=low
2130
2131   * Added CONFIG_GRML2HD for automatic installation via bootoption
2132     grml2hd.
2133
2134  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 22:25:13 +0200
2135
2136 grml-autoconfig (0.1-30) unstable; urgency=low
2137
2138   * No, let's drop the /proc/bus/usb code, we should handle this via
2139     /etc/init.d/mountvirtfs.
2140
2141  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 18:45:42 +0200
2142
2143 grml-autoconfig (0.1-29) unstable; urgency=low
2144
2145   * Let's mount /proc/bus/usb in mount_proc if not booting with 'nousb'.
2146
2147  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 18:38:43 +0200
2148
2149 grml-autoconfig (0.1-28) unstable; urgency=low
2150
2151   * Let's drop config_checkfs -> CONFIG_CHECKFS='no', we should
2152     handle this via update-rc.d / runlevels.
2153   * Use 'hostname --file /etc/hostname' instead of 'hostname grml'
2154     and use it also on harddisk installations.
2155
2156  -- Michael Prokop <mika@grml.org>  Tue, 20 Sep 2005 14:55:21 +0200
2157
2158 grml-autoconfig (0.1-27) unstable; urgency=low
2159
2160   * Let's use 'xorgcfg -textmode' for interactive setup.
2161
2162  -- Michael Prokop <mika@grml.org>  Sat, 17 Sep 2005 12:05:18 +0200
2163
2164 grml-autoconfig (0.1-26) unstable; urgency=low
2165
2166   * Redirect output of check_partitions to /dev/null.
2167   * Moved startup of syslog to an earlier place.
2168
2169  -- Michael Prokop <mika@grml.org>  Fri, 16 Sep 2005 13:50:58 +0200
2170
2171 grml-autoconfig (0.1-25) unstable; urgency=low
2172
2173   * Modified bootoption 'log'; bootlogd is broken with sysvinit_2.86.ds1-2_i386.deb
2174     but works with sysvinit_2.86.ds1-1.1_i386.deb, hmpf.
2175
2176  -- Michael Prokop <mika@grml.org>  Mon, 12 Sep 2005 10:22:25 +0200
2177
2178 grml-autoconfig (0.1-24) unstable; urgency=low
2179
2180   * Let's make autoconfig.functions executable and use /usr/bin/zsh.
2181   * Fixed bootoption 'log' (missing a variable export).
2182
2183  -- Michael Prokop <mika@grml.org>  Mon, 12 Sep 2005 02:53:15 +0200
2184
2185 grml-autoconfig (0.1-23) unstable; urgency=low
2186
2187   * Added new bootoption CONFIG_FWTIMEOUT for setting timeout
2188     for firmware loading (via /sys/class/firmware/timeout).
2189
2190  -- Michael Prokop <mika@grml.org>  Mon, 12 Sep 2005 01:57:59 +0200
2191
2192 grml-autoconfig (0.1-22) unstable; urgency=low
2193
2194   * Adjusted options for use with new config framework (CONFIG_NETCONFIG /
2195     CONFIG_RNETCONFIG). (Thanks for reporting, Marc Haber!)
2196
2197  -- Michael Prokop <mika@grml.org>  Sat, 10 Sep 2005 11:47:38 +0200
2198
2199 grml-autoconfig (0.1-21) unstable; urgency=low
2200
2201   * Some small eye-candy-improvements in script grml-autoconfig.
2202     Output message if adjusting values worked, error message on failure.
2203
2204  -- Michael Prokop <mika@grml.org>  Mon,  5 Sep 2005 01:49:23 +0200
2205
2206 grml-autoconfig (0.1-20) unstable; urgency=low
2207
2208   * Renamed config_config to config_netconfig, config_rconfig to
2209     config_rnetconfig.
2210   * Added config_scripts, config_debs, config_config.
2211   * Some more cleanups (changed some more echo-ing stuff
2212     to lsb-functions).
2213
2214  -- Michael Prokop <mika@grml.org>  Mon,  5 Sep 2005 01:23:59 +0200
2215
2216 grml-autoconfig (0.1-19) unstable; urgency=low
2217
2218   * The 'now we have an interface and are lintian-clean' release.
2219   * Added script grml-autoconfig (interface to configuration
2220     file /etc/grml/autoconfig).
2221   * Renamed CONFIG_HOTPLUG to CONFIG_HOTPLUG_MAIN.
2222   * Made package lintian-clean (use /usr/bin/zsh as zsh path,
2223     added dependency to zsh, let's use update-rc.d for
2224     /etc/init.d/grml-autoconfig).
2225
2226  -- Michael Prokop <mika@grml.org>  Mon,  5 Sep 2005 00:26:20 +0200
2227
2228 grml-autoconfig (0.1-18) unstable; urgency=low
2229
2230   * Added config_fix_passwd (fix passwd-problem).
2231
2232  -- Michael Prokop <mika@grml.org>  Wed, 17 Aug 2005 21:23:09 +0200
2233
2234 grml-autoconfig (0.1-17) unstable; urgency=low
2235
2236   * Added small hint to config_x_startup.
2237
2238  -- Michael Prokop <mika@grml.org>  Sun, 14 Aug 2005 17:58:57 +0200
2239
2240 grml-autoconfig (0.1-16) unstable; urgency=low
2241
2242   * Let's support startx only on live-cd-systems (because of
2243     the init-hack). Prompt useful message instead on harddisk-systems.
2244
2245  -- Michael Prokop <mika@grml.org>  Sun, 14 Aug 2005 14:32:15 +0200
2246
2247 grml-autoconfig (0.1-15) unstable; urgency=low
2248
2249   * Fixed value for cs/cz-keyboard-layout.
2250   * Added checkgrmlusb.
2251   * Added config_x_startup for bootparam 'startx[=windowmanager]'.
2252   * Improved handling of DEBUG=.....
2253   * Let's run loadkeys in background.
2254
2255  -- Michael Prokop <mika@grml.org>  Sun,  7 Aug 2005 21:22:54 +0200
2256
2257 grml-autoconfig (0.1-14) unstable; urgency=low
2258
2259   * Improved language support for grml-small (let's use LANG=C there) via
2260     function checkgrmlsmall.
2261
2262  -- Michael Prokop <mika@grml.org>  Thu, 28 Jul 2005 10:13:15 +0200
2263
2264 grml-autoconfig (0.1-13) unstable; urgency=low
2265
2266   * We don't want to use mouseconfig anymore.
2267
2268  -- Michael Prokop <mika@grml.org>  Thu, 14 Jul 2005 11:49:53 +0200
2269
2270 grml-autoconfig (0.1-12) unstable; urgency=low
2271
2272   * We don't need kbdconfig anymore, now we call
2273     /usr/sbin/dpkg-reconfigure console-data.
2274
2275  -- Michael Prokop <mika@grml.org>  Thu, 14 Jul 2005 11:33:10 +0200
2276
2277 grml-autoconfig (0.1-11) unstable; urgency=low
2278
2279   * Added support for bootsplash.
2280   * Reordered execution of grml-autoconfig functions.
2281
2282  -- Michael Prokop <mika@grml.org>  Sun, 10 Jul 2005 12:37:52 +0200
2283
2284 grml-autoconfig (0.1-10) unstable; urgency=low
2285
2286   * Adjusted black-bootparam for use with hotplug-light.
2287   * Fixed passwd and ssh bootparams (problems with chpasswd).
2288   * Added CONFIG_CONSOLE for use with mgetty.
2289   * Slightly improved CONFIG_CREATE_MNT_DIRS.
2290
2291  -- Michael Prokop <mika@grml.org>  Tue,  5 Jul 2005 00:10:38 +0200
2292
2293 grml-autoconfig (0.1-9) unstable; urgency=low
2294
2295   * Fixed 'grml testcd'-cheatcode (md5sum-handling).
2296
2297  -- Michael Prokop <mika@grml.org>  Mon,  4 Jul 2005 01:29:08 +0200
2298
2299 grml-autoconfig (0.1-8) unstable; urgency=low
2300
2301   * Let's always activate check_partitions.
2302   * Fixed debug bootparam handling.
2303
2304  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 23:28:39 +0200
2305
2306 grml-autoconfig (0.1-7) unstable; urgency=low
2307
2308   * Adjusted hotplug for use with hotplug-light (but still works
2309     with hotplug anyway).
2310
2311  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 21:06:09 +0200
2312
2313 grml-autoconfig (0.1-6) unstable; urgency=low
2314
2315   * Added CONFIG_CREATE_MNT_DIRS for creating all directories defined
2316     as mounting target in /etc/fstab.
2317
2318  -- Michael Prokop <mika@grml.org>  Sat,  2 Jul 2005 23:07:31 +0200
2319
2320 grml-autoconfig (0.1-5) unstable; urgency=low
2321
2322   * Added workaround/fix for unionfs ('apt-...' segfaults cause
2323     of problems with /var/cache/apt/*.bin): CONFIG_FIX_UNIONFS
2324   * Let's create firewire devices not only with kernel 2.6.11.
2325   * Improved CONFIG_LD_MOD.
2326
2327  -- Michael Prokop <mika@grml.org>  Fri,  1 Jul 2005 01:09:31 +0200
2328
2329 grml-autoconfig (0.1-4) unstable; urgency=low
2330
2331   * Updated conflicts (for installation without conflicts with grml-etc).
2332
2333  -- Michael Prokop <mika@grml.org>  Sat, 25 Jun 2005 22:55:23 +0200
2334
2335 grml-autoconfig (0.1-3) unstable; urgency=low
2336
2337   * Included new grml-autoconfig-framework. Now it's possible to
2338     control grml-autoconfig behaviour via /etc/grml/autoconfig.
2339     Notice that you can fall back to /etc/init.d/grml-autoconfig.old
2340     if you consider any problems at the moment.
2341
2342  -- Michael Prokop <mika@grml.org>  Sat, 25 Jun 2005 00:51:16 +0200
2343
2344 grml-autoconfig (0.1-2) unstable; urgency=low
2345
2346   * Added conflicts to debian/control.
2347
2348  -- Michael Prokop <mika@grml.org>  Thu,  9 Jun 2005 00:49:48 +0200
2349
2350 grml-autoconfig (0.1-1) unstable; urgency=low
2351
2352   * Initial release.
2353
2354  -- Michael Prokop <mika@grml.org>  Sun,  5 Jun 2005 18:47:51 +0200
2355