bfa2afb66a4da768e1ef4e168cc3f2378ef3c9c5
[grml-autoconfig.git] / debian / changelog
1 grml-autoconfig (0.5-17) unstable; urgency=low
2
3   * config_mixer: beautify error output of aumix.
4
5  -- Michael Prokop <mika@grml.org>  Tue, 31 Oct 2006 12:38:52 +0100
6
7 grml-autoconfig (0.5-16) unstable; urgency=low
8
9   * Fix config_debs() and include it in config files, thanks for
10     notice - schula!
11
12  -- Michael Prokop <mika@grml.org>  Mon, 23 Oct 2006 00:33:54 +0200
13
14 grml-autoconfig (0.5-15) unstable; urgency=low
15
16   * config_language: duplicate the getbootparam keyboard code to make
17     sure /etc/grml/language-functions does not overwrite our values...
18
19  -- Michael Prokop <mika@grml.org>  Thu, 12 Oct 2006 13:00:17 +0200
20
21 grml-autoconfig (0.5-14) unstable; urgency=low
22
23   * Check for existence of
24     /usr/share/consolefonts/Lat15-Terminus16.psf.gz
25
26  -- Michael Prokop <mika@grml.org>  Sat,  7 Oct 2006 23:37:28 +0200
27
28 grml-autoconfig (0.5-13) unstable; urgency=low
29
30   * Don't export $COUNTRY and $CHARSET anymore.
31
32  -- Michael Prokop <mika@grml.org>  Wed,  4 Oct 2006 10:39:24 +0200
33
34 grml-autoconfig (0.5-12) unstable; urgency=low
35
36   * Change 'chown grml.grml ...' into 'chown grml: ...'. Thanks, Worf!
37   * Remove /etc/sysconfig/.
38
39  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 16:30:42 +0200
40
41 grml-autoconfig (0.5-11) unstable; urgency=low
42
43   * Use KEYTABLE="gr-utf8" for greek-utf8.
44   * grml-autoconfig script: change keyboard into language.
45
46  -- Michael Prokop <mika@grml.org>  Mon, 25 Sep 2006 10:23:04 +0200
47
48 grml-autoconfig (0.5-10) unstable; urgency=low
49
50   * Rewrote language code:
51     - support $LANG-utf8
52     - use the script grml-setlang instead of output variable to
53       /etc/environment and /etc/sysconfig/*
54     - use CHARSET="iso8859-15" by default, support some new languages
55     - config_environment, config_running_from and config_keyboard
56       are deprecate now
57   * Removed discover from Suggests and added alsa-utils instead.
58   * Check for presence of aumix and amixer binaries in config_mixer.
59   * Cleanup of "doubled logic checks" like
60     "if ! [ -z ..." => "if [ -n ..."].
61   * Check whether a swap partition is used already and inform user
62     about it. Support LABELs as well.
63
64  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:10:32 +0200
65
66 grml-autoconfig (0.5-9) unstable; urgency=low
67
68   * Use "amixer get Front" in config_mixer so the IBM notebooks
69     have sound by default as well. Thanks Jimmy for debugging
70     and code-base!
71
72  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:29:28 +0200
73
74 grml-autoconfig (0.5-8) unstable; urgency=low
75
76   * Check for lo device in /etc/network/run/ifstate before
77     running "ifup lo".
78   * Clean /etc/network/status/ before writing into it.
79   * Change { pump... } into ( pump... ).
80
81  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 15:08:30 +0200
82
83 grml-autoconfig (0.5-7) unstable; urgency=low
84
85   * Move /etc/grml/lsb-functions to package grml-etc-core.
86
87  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 11:03:43 +0200
88
89 grml-autoconfig (0.5-6) unstable; urgency=low
90
91   * Write status of pump into /etc/network/status/$DEVICE.
92
93  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 18:44:35 +0200
94
95 grml-autoconfig (0.5-5) unstable; urgency=low
96
97   * Set CONFIG_CREATE_MNT_DIRS=no and warn when create_mnt_dirs()
98     is executed as grml-rebuildfstab does all we need from now on.
99
100  -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 21:39:56 +0200
101
102 grml-autoconfig (0.5-4) unstable; urgency=low
103
104   * Deactivate creation of /mnt/*-directories as grml-rebuildfstab
105     >= 0.3-1 takes care of it. Depend on grml-rebuildfstab package
106     >= 0.3-1 therefore.
107
108  -- Michael Prokop <mika@grml.org>  Mon, 11 Sep 2006 15:51:22 +0200
109
110 grml-autoconfig (0.5-3) unstable; urgency=low
111
112   * Run chpasswd with '-m' option.
113
114  -- Michael Prokop <mika@grml.org>  Tue, 15 Aug 2006 12:35:54 +0200
115
116 grml-autoconfig (0.5-2) unstable; urgency=low
117
118   * Run 'ifup lo' only in live-cd mode...
119
120  -- Michael Prokop <mika@grml.org>  Sat, 12 Aug 2006 14:08:32 +0200
121
122 grml-autoconfig (0.5-1) unstable; urgency=low
123
124   * Bumb version, grml 0.8 is coming closer...
125
126  -- Michael Prokop <mika@grml.org>  Fri, 11 Aug 2006 11:48:44 +0200
127
128 grml-autoconfig (0.4-33) unstable; urgency=low
129
130   * Use ifup instead of ifconfig for bringing up lo in
131     config_local_net().
132
133  -- Michael Prokop <mika@grml.org>  Thu, 10 Aug 2006 09:14:51 +0200
134
135 grml-autoconfig (0.4-32) unstable; urgency=low
136
137   * Drop unused config_splash().
138
139  -- Michael Prokop <mika@grml.org>  Fri,  4 Aug 2006 12:14:50 +0200
140
141 grml-autoconfig (0.4-31) unstable; urgency=low
142
143   * Use "timeout 4" when running dd on floppy drive. Thanks, Gebi!
144
145  -- Michael Prokop <mika@grml.org>  Fri,  4 Aug 2006 10:12:34 +0200
146
147 grml-autoconfig (0.4-30) unstable; urgency=low
148
149   * Check for running hal/d-bus and warn in acpid sequence then.
150   * Improved apm-stuff in config_acpi_apm.
151
152  -- Michael Prokop <mika@grml.org>  Fri, 21 Jul 2006 13:06:52 +0200
153
154 grml-autoconfig (0.4-29) unstable; urgency=low
155
156   * Moved generic $LANGUAGE stuff into its own file named
157     /etc/grml/language-functions so we can source the file
158     in grml-autoconfig and grml-scripts without having to
159     maintain it in several places.
160   * Write $LANG-stuff in config_environment to /etc/default/locales
161     if the file does not exist yet.
162
163  -- Michael Prokop <mika@grml.org>  Tue, 18 Jul 2006 19:59:47 +0200
164
165 grml-autoconfig (0.4-28) unstable; urgency=low
166
167   * Send errors to $DEBUG in checkgrmlsmall() and checkgrmlusb()
168     as there are people out there using grml-autoconfig on plain
169     Debian systems where /etc/grml_version does not exist. :)
170
171  -- Michael Prokop <mika@grml.org>  Tue, 18 Jul 2006 18:41:51 +0200
172
173 grml-autoconfig (0.4-27) unstable; urgency=low
174
175   * The "oh, I love GNU" Release.
176   * Adjusted tail command to get rid of the "Warning: "+number" syntax is
177     deprecated, please use "-n +number"".
178   * Added $CONFIG_BLANKING to disable console blanking (on request
179     by Marc 'Zugschlus' Haber).
180   * Added header to be Init Script LSB-compliant, see
181     http://wiki.debian.org/LSBInitScripts for details.
182
183  -- Michael Prokop <mika@grml.org>  Fri,  7 Jul 2006 21:58:57 +0200
184
185 grml-autoconfig (0.4-26) unstable; urgency=low
186
187   * Added support for /etc/init.d/boolocal.{pre,middle,post}.
188   * Added manpage grml-bootsplash.1.
189   * grml-bootsplash: switched to /bin/bash to make lintian happy,
190     improved error handling as well.
191
192  -- Michael Prokop <mika@grml.org>  Sun,  4 Jun 2006 14:03:00 +0200
193
194 grml-autoconfig (0.4-25) unstable; urgency=low
195
196   * Added textbased bootsplash support based on contribution
197     by Florian Keller <Florian.Keller@zuerich.ch>, thanks!
198   * Run language stuff at the beginning so the fonts are
199     switched earlier.
200
201  -- Michael Prokop <mika@grml.org>  Sat, 27 May 2006 11:23:15 +0200
202
203 grml-autoconfig (0.4-24) unstable; urgency=low
204
205   * Reorderd $KEYTABLE check in config_environment.
206
207  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 21:30:47 +0200
208
209 grml-autoconfig (0.4-23) unstable; urgency=low
210
211   * Added '-m' option to consolechars call.
212
213  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 17:13:40 +0200
214
215 grml-autoconfig (0.4-22) unstable; urgency=low
216
217   * Moved check for bootoption [x]keyboard=... to config_environment.
218
219  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 16:59:34 +0200
220
221 grml-autoconfig (0.4-21) unstable; urgency=low
222
223   * Adjust KEYTABLE of bootoption keyboard=de/at via
224     /etc/sysconfig/keyboard, otherwise we've a racecondition.
225   * Reworked charset code to run it on all tty's.
226
227  -- Michael Prokop <mika@grml.org>  Sun, 14 May 2006 12:18:24 +0200
228
229 grml-autoconfig (0.4-20) unstable; urgency=low
230
231   * The 'oh, we are lintian-clean again even though #360534' Release.
232
233  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 21:48:30 +0200
234
235 grml-autoconfig (0.4-19) unstable; urgency=low
236
237   * Take KEYTABLE="de-latin1-nodeadkeys" for bootoptions keyboard=de
238     and keyboard=at.
239
240  -- Michael Prokop <mika@grml.org>  Fri, 12 May 2006 21:32:21 +0200
241
242 grml-autoconfig (0.4-18) unstable; urgency=low
243
244   * Added pump to depends. Thanks, Florian Keller!
245
246  -- Michael Prokop <mika@grml.org>  Fri,  5 May 2006 13:01:11 +0200
247
248 grml-autoconfig (0.4-17) unstable; urgency=low
249
250   * Support multiline settings in /cdrom/bootparams/*. Patch
251     contributed by Florian Keller, thanks!
252
253  -- Michael Prokop <mika@grml.org>  Thu,  4 May 2006 22:48:43 +0200
254
255 grml-autoconfig (0.4-16) unstable; urgency=low
256
257   * Adjusted $XKEYBOARD and $KDEKEYBOARD as suggested by
258     Florian Keller, thanks!
259
260  -- Michael Prokop <mika@grml.org>  Wed,  3 May 2006 09:37:44 +0200
261
262 grml-autoconfig (0.4-15) unstable; urgency=low
263
264   * Move $CMDLINE before the checkbootparam "nocolor" code.
265     Switch order of display and sourcing lsb-functions.
266   * Don't run bootlogd via initscript as startup might be
267     prevented via /etc/default/bootlogd.
268
269  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 16:10:29 +0200
270
271 grml-autoconfig (0.4-14) unstable; urgency=low
272
273   * grml-autoconfig script reads in current state of options now.
274
275  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 14:55:57 +0200
276
277 grml-autoconfig (0.4-13) unstable; urgency=low
278
279   * Removed config_color as it is handled when sourcing lsb-functions.
280
281  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 13:01:54 +0200
282
283 grml-autoconfig (0.4-12) unstable; urgency=low
284
285   * Use consolechars instead of charset for $CHARMAP.
286
287  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 12:02:39 +0200
288
289 grml-autoconfig (0.4-11) unstable; urgency=low
290
291   * Fixed wrong logic of nocolor check.
292
293  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 11:49:46 +0200
294
295 grml-autoconfig (0.4-10) unstable; urgency=low
296
297   * Check for bootoption nocolor and source
298     /etc/grml/lsb-functions with RC_NOCOLOR=yes then.
299
300  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 01:00:03 +0200
301
302 grml-autoconfig (0.4-9) unstable; urgency=low
303
304   * Fixed bootlogd problems, now we are starting it through the
305     init script.
306   * Fixed problem with loading charset because of using the
307     wrong variable. Thanks to Maciej 'harnir' Delmanowski!
308
309  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 00:01:49 +0200
310
311 grml-autoconfig (0.4-8) unstable; urgency=low
312
313   * reworked language section
314     - improve indenting of case $LANGUAGE code...
315     - use Lat15-Terminus16 as default console font if
316       bootoption "nodefaultfont" isn't used, depend on
317       package console-terminus therefore
318     - use console font Lat2-Terminus16 instead of iso02g,
319       reported by Maciej 'harnir' Delmanowski, thanks!
320     - rename "Activating keyboard settings" to "Activating
321       language settings"
322     - add (deactivated) CONSOLEFONT to /etc/grml/autoconfig[.small]
323   * removed time-stuff from grml-autoconfig interface
324   * fixed name of keyboard code in grml-autoconfig interface
325   * added support for iso02 charmaps in config_keyboard, thanks to
326     Maciej 'harnir' Delmanowski!
327
328  -- Michael Prokop <mika@grml.org>  Fri, 28 Apr 2006 22:35:34 +0200
329
330 grml-autoconfig (0.4-7) unstable; urgency=low
331
332   * Run config_time and config_timezone only in live-mode.
333
334  -- Michael Prokop <mika@grml.org>  Sun, 23 Apr 2006 20:05:51 +0200
335
336 grml-autoconfig (0.4-6) unstable; urgency=low
337
338   * We must use $LANG for LC_ALL and LC_MESSAGES.
339
340  -- Michael Prokop <mika@grml.org>  Sat, 22 Apr 2006 00:06:54 +0200
341
342 grml-autoconfig (0.4-5) unstable; urgency=low
343
344   * config_environment: set LC_MESSAGES to $LANGUAGE
345     and LC_ALL to $LANGUAGE in /etc/environment
346
347  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 15:32:05 +0200
348
349 grml-autoconfig (0.4-4) unstable; urgency=low
350
351   * Use /bin/ls instead of ls to prevent alias errors when
352     running interactive.
353   * Check for mounted /mnt/grml before unmounting.
354   * Always set returncode for variable $RC, avoid race conditions.
355
356  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 00:39:18 +0200
357
358 grml-autoconfig (0.4-3) unstable; urgency=low
359
360   * Reworked config_fwtimeout for low default firmware timeout
361     of kernel.
362
363  -- Michael Prokop <mika@grml.org>  Sun,  9 Apr 2006 12:28:39 +0200
364
365 grml-autoconfig (0.4-2) unstable; urgency=low
366
367   * Don't run code from config_environment on hd-installation.
368
369  -- Michael Prokop <mika@grml.org>  Sat,  8 Apr 2006 14:06:07 +0200
370
371 grml-autoconfig (0.4-1) unstable; urgency=low
372
373   *  New grml version.
374
375  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:18:43 +0200
376
377 grml-autoconfig (0.3-14) unstable; urgency=low
378
379   * config_fstab: don't try to create empty dirs in /mnt/.
380
381  -- Michael Prokop <mika@grml.org>  Wed,  5 Apr 2006 23:56:50 +0200
382
383 grml-autoconfig (0.3-13) unstable; urgency=low
384
385   * Removed discover from grml-autoconfig interface. Nobody
386     needs that nowadays anymore...
387   * Activate config_fstab by default again in grml-autoconfig
388     interface.
389   * Reordered execution of $UID check and mktemp in grml-autoconfig
390     interface.
391
392  -- Michael Prokop <mika@grml.org>  Mon,  3 Apr 2006 00:36:58 +0200
393
394 grml-autoconfig (0.3-12) unstable; urgency=low
395
396   * Updated manpage.
397
398  -- Michael Prokop <mika@grml.org>  Thu, 30 Mar 2006 00:25:14 +0200
399
400 grml-autoconfig (0.3-11) unstable; urgency=low
401
402   * Reworked config_cpu(). Don't let the kernel decide what
403     cpufrequency modules we want but do it on our own using
404     the new cpufreq-detect.sh from grml-scripts.
405
406  -- Michael Prokop <mika@grml.org>  Fri, 24 Mar 2006 11:25:38 +0100
407
408 grml-autoconfig (0.3-10) unstable; urgency=low
409
410   * Improved config_swspeak (added sound output).
411
412  -- Michael Prokop <mika@grml.org>  Thu, 23 Mar 2006 12:04:46 +0100
413
414 grml-autoconfig (0.3-9) unstable; urgency=low
415
416   * Don't run rebuildfstab by default on hd-install's anymore via
417     grml-autoconfig script.
418   * Renamed CONFIG_FSTABUSER to CONFIG_USERFSTAB so adjusting
419     values via grml-autoconfig does not conflict with CONFIG_FSTAB.
420
421  -- Michael Prokop <mika@grml.org>  Sat, 25 Feb 2006 20:02:58 +0100
422
423 grml-autoconfig (0.3-8) unstable; urgency=low
424
425   * Added detection of software-suspend swap partitions to
426     config_fstab. Support use of ANYSWAP as well.
427
428  -- Michael Prokop <mika@grml.org>  Sun, 19 Feb 2006 14:42:49 +0100
429
430 grml-autoconfig (0.3-7) unstable; urgency=low
431
432   * Print $CMDLINE when in debug mode.
433
434  -- Michael Prokop <mika@grml.org>  Thu, 16 Feb 2006 22:26:24 +0100
435
436 grml-autoconfig (0.3-6) unstable; urgency=low
437
438   * Deactivated the 'not running under zsh' warning.
439
440  -- Michael Prokop <mika@grml.org>  Fri, 10 Feb 2006 23:42:28 +0100
441
442 grml-autoconfig (0.3-5) unstable; urgency=low
443
444   * Added an additional check for label on floppy disks via blkid
445     if running dd was successful to config_automount. Hopefully this
446     fixes the annoying 'GRMLCFG does not work with floppy disk'
447     problem. Needs some testing on real, problematic hardware though.
448
449  -- Michael Prokop <mika@grml.org>  Tue, 31 Jan 2006 01:05:15 +0100
450
451 grml-autoconfig (0.3-4) unstable; urgency=low
452
453   * Switched some einfo messages to ewarn
454     ("Skipping .. as requested" stuff).
455
456  -- Michael Prokop <mika@grml.org>  Sun, 22 Jan 2006 15:11:12 +0100
457
458 grml-autoconfig (0.3-3) unstable; urgency=low
459
460   * Adjusted $MEM variables in config_small to better react on low
461     memory systems.
462   * Bumbed required udev version in depends to version 0.080-1.
463
464  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 23:19:11 +0100
465
466 grml-autoconfig (0.3-2) unstable; urgency=low
467
468   * Moved discover from depends to suggests. Added check for /sbin/discover
469     to config_discover.
470
471  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 20:12:01 +0100
472
473 grml-autoconfig (0.3-1) unstable; urgency=low
474
475   * The 'hey, get your winterschlapfn' release.
476
477  -- Michael Prokop <mika@grml.org>  Sat, 21 Jan 2006 13:43:30 +0100
478
479 grml-autoconfig (0.2-49) unstable; urgency=low
480
481   * Oh, I forgot to print the 'no $IP'-code in config_distcc
482     only if bootparam distcc is set. Nothing serious, fixed anyway.
483
484  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 21:50:09 +0100
485
486 grml-autoconfig (0.2-48) unstable; urgency=low
487
488   * Improved info messages in config_distcc. Don't try to start
489     distcc if no valid ip address or interface is available.
490
491  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 20:43:53 +0100
492
493 grml-autoconfig (0.2-47) unstable; urgency=low
494
495   * Fixed volume handling in config_mixer (empty default variable).
496   * Wait until $IP is set in config_distcc or continue after 10 tries.
497
498  -- Michael Prokop <mika@grml.org>  Fri, 20 Jan 2006 14:09:32 +0100
499
500 grml-autoconfig (0.2-46) unstable; urgency=low
501
502   * Switched order of execution of config_kernel and config_vmware.
503   * Added bootoption novmware to skip execution of vmware specific
504     stuff.
505
506  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2006 22:02:57 +0100
507
508 grml-autoconfig (0.2-45) unstable; urgency=low
509
510   * Fixed racecondition with unquoted $VARIABLES (thanks, Gebi!).
511
512  -- Michael Prokop <mika@grml.org>  Sun, 15 Jan 2006 22:39:16 +0100
513
514 grml-autoconfig (0.2-44) unstable; urgency=low
515
516   * Improved output of config_modem.
517
518  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 23:28:52 +0100
519
520 grml-autoconfig (0.2-43) unstable; urgency=low
521
522   * speechd-up does not start through grml-autoconfig, so start
523     it manually after booting. Changed an einfo to eend as well.
524
525  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 22:51:07 +0100
526
527 grml-autoconfig (0.2-42) unstable; urgency=low
528
529   * Run speechd-up in daemon mode.
530   * Disable config_pcmcia by default now (cardmgr is obsolete
531     with current kernel and udev).
532   * Removed pcmcia and firewirefix from grml-autoconfig interface.
533
534  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 18:34:50 +0100
535
536 grml-autoconfig (0.2-41) unstable; urgency=low
537
538   * Added - experimental - config_swspeak / CONFIG_SWSPEAK
539     (run software synthesizer via speakup).
540
541  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 14:47:48 +0100
542
543 grml-autoconfig (0.2-40) unstable; urgency=low
544
545   * Removed config_keyboard_cmdline and moved code from there to
546     config_language to avoid racecondition. Now using bootoptions
547     lang, keyboard and xkeyboard should work at the same time.
548
549  -- Michael Prokop <mika@grml.org>  Thu, 12 Jan 2006 21:23:54 +0100
550
551 grml-autoconfig (0.2-39) unstable; urgency=low
552
553   * Updated config_pcmcia so it works with new pcmciautils package,
554     where cardmgr isn't present anymore. Needs some tests, though.
555   * Install autoconfig.functions with permissions 755 so it can
556     be executed.
557
558  -- Michael Prokop <mika@grml.org>  Thu, 12 Jan 2006 18:09:06 +0100
559
560 grml-autoconfig (0.2-38) unstable; urgency=low
561
562   * Updated config_ipv6.
563
564  -- Michael Prokop <mika@grml.org>  Mon,  9 Jan 2006 22:19:21 +0100
565
566 grml-autoconfig (0.2-37) unstable; urgency=low
567
568   * Added ipv6 bootoption (thanks, Stephan Peijnik!). Needs
569     some testing though.
570
571  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 22:57:22 +0100
572
573 grml-autoconfig (0.2-36) unstable; urgency=low
574
575   * Improved config_cpu:
576     - removed UUOL
577     - check for cpudyn-support (thanks, Stephan Peijnik!)
578   * Warn if running not under zsh.
579   * Switched 'eend 0 || eend 1' statements to 'eend $?'.
580
581  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 16:54:22 +0100
582
583 grml-autoconfig (0.2-35) unstable; urgency=low
584
585   * Oh, wrong logic for $VOL in config_mixer. Fixed.
586
587  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 00:29:14 +0100
588
589 grml-autoconfig (0.2-34) unstable; urgency=low
590
591   * Modified $NOSWAP logic in config_fstab for infotext.
592   * Add bootoption nofirewiredev in config_firewire_dev.
593   * Set CONFIG_FIREWIRE_DEV to no by default.
594
595  -- Michael Prokop <mika@grml.org>  Sun,  8 Jan 2006 00:08:57 +0100
596
597 grml-autoconfig (0.2-33) unstable; urgency=low
598
599   * Check for return codes in interface (thanks for hint, Gebi).
600
601  -- Michael Prokop <mika@grml.org>  Sat,  7 Jan 2006 14:19:44 +0100
602
603 grml-autoconfig (0.2-32) unstable; urgency=low
604
605   * Don't try to create stuff like /proc/bus/usb in config_fstab.
606
607  -- Michael Prokop <mika@grml.org>  Sat,  7 Jan 2006 12:26:53 +0100
608
609 grml-autoconfig (0.2-31) unstable; urgency=low
610
611   * Use wm-ng (fluxbox with addons) as default window manager for
612     bootoption startx.
613
614  -- Michael Prokop <mika@grml.org>  Sat,  7 Jan 2006 11:53:14 +0100
615
616 grml-autoconfig (0.2-30) unstable; urgency=low
617
618   * Added bootoption vol for setting volumes via aumix to config_mixer.
619
620  -- Michael Prokop <mika@grml.org>  Thu,  5 Jan 2006 19:45:54 +0100
621
622 grml-autoconfig (0.2-29) unstable; urgency=low
623
624   * Add function iszsh to autoconfig.functions and use setopt only
625     if running with zsh.
626
627  -- Michael Prokop <mika@grml.org>  Thu,  5 Jan 2006 17:37:20 +0100
628
629 grml-autoconfig (0.2-28) unstable; urgency=low
630
631   * Call rmnologin with start-option (thx4hint, Marc!).
632   * Don't output the 'overall' text in RAM-info.
633
634  -- Michael Prokop <mika@grml.org>  Wed,  4 Jan 2006 14:29:18 +0100
635
636 grml-autoconfig (0.2-27) unstable; urgency=low
637
638   * Improved output of RAM-info.
639
640  -- Michael Prokop <mika@grml.org>  Tue,  3 Jan 2006 23:10:54 +0100
641
642 grml-autoconfig (0.2-26) unstable; urgency=low
643
644   * Don't use discover by default anymore (udev does that now).
645   * Rewrote config_blacklist:
646     - run it only on live-cd
647     - use /etc/modprobe.d/grml
648   * Removed hotplug-light from grml-autoconfig interface and
649     set default for discover to 'off'.
650
651  -- Michael Prokop <mika@grml.org>  Sat, 31 Dec 2005 18:22:25 +0100
652
653 grml-autoconfig (0.2-25) unstable; urgency=low
654
655   * Some small changes in look'n'feel.
656   * Run config_small earlier.
657   * Rewrote output code of discover function.
658   * Rewrote code of config_acpi_apm.
659   * Added CONFIG_SETKEYCODES.
660   * Lot's of code cleanups.
661   * Rewrote bootoptions passwd and ssh.
662   * Implemented bootoption blacklist (notice: not used currently).
663
664  -- Michael Prokop <mika@grml.org>  Tue, 27 Dec 2005 19:37:48 +0100
665
666 grml-autoconfig (0.2-24) unstable; urgency=low
667
668   * Added check for RAM to config_small.
669   * Switched log_* lsb-functions to e* stuff.
670
671  -- Michael Prokop <mika@grml.org>  Tue, 27 Dec 2005 17:17:49 +0100
672
673 grml-autoconfig (0.2-23) unstable; urgency=low
674
675   * Fixed typo in config_fstab.
676
677  -- Michael Prokop <mika@grml.org>  Wed, 21 Dec 2005 10:26:32 +0100
678
679 grml-autoconfig (0.2-22) unstable; urgency=low
680
681   * Don't use static values for grml-autoconfig interface.
682
683  -- Michael Prokop <mika@grml.org>  Sun, 18 Dec 2005 21:55:06 +0100
684
685 grml-autoconfig (0.2-21) unstable; urgency=low
686
687   * Use 'harddisk' instead of 'Harddisk' as infotext (thx4hint,
688     Jens Kubieziel!).
689
690  -- Michael Prokop <mika@grml.org>  Sat, 17 Dec 2005 23:16:39 +0100
691
692 grml-autoconfig (0.2-20) unstable; urgency=low
693
694   * Added config_debnet (thanks, Marc Haber!).
695
696  -- Michael Prokop <mika@grml.org>  Sat, 17 Dec 2005 18:54:25 +0100
697
698 grml-autoconfig (0.2-19) unstable; urgency=low
699
700   * Fixed bug in config_cdrom_scripts which prevented
701     execution of files in /cdrom/scripts/.
702
703  -- Michael Prokop <mika@grml.org>  Tue, 13 Dec 2005 19:16:45 +0100
704
705 grml-autoconfig (0.2-18) unstable; urgency=low
706
707   * Run grml2hd-noninteractive inside GNU screen.
708   * Deactivate hotplug(-light) as udev handles this stuff
709     already.
710   * Added config_vmware (creates xorg.conf based on template).
711
712  -- Michael Prokop <mika@grml.org>  Sun, 11 Dec 2005 12:39:34 +0100
713
714 grml-autoconfig (0.2-17) unstable; urgency=low
715
716   * Some clean ups in lsb-functions.
717
718  -- Michael Prokop <mika@grml.org>  Mon,  5 Dec 2005 11:21:11 +0100
719
720 grml-autoconfig (0.2-16) unstable; urgency=low
721
722   * Adjusted hotplug-system for use with udev >=0.076-4.
723   * Merged gentoo-functions into lsb-functions.
724
725  -- Michael Prokop <mika@grml.org>  Sun,  4 Dec 2005 23:31:38 +0100
726
727 grml-autoconfig (0.2-15) unstable; urgency=low
728
729   * Added bootoption 'nomodules' to disable loading of modules
730     defined in /etc/grml/modules.
731
732  -- Michael Prokop <mika@grml.org>  Sat,  3 Dec 2005 15:31:00 +0100
733
734 grml-autoconfig (0.2-14) unstable; urgency=low
735
736   * Support module-init-tools-style of loading specific modules
737     through /etc/grml/modules - only available when running from
738     CD.
739
740  -- Michael Prokop <mika@grml.org>  Sat,  3 Dec 2005 12:42:03 +0100
741
742 grml-autoconfig (0.2-13) unstable; urgency=low
743
744   * Adjust /etc/hosts when using bootparam 'hostname=...' as well.
745
746  -- Michael Prokop <mika@grml.org>  Thu,  1 Dec 2005 13:23:10 +0100
747
748 grml-autoconfig (0.2-12) unstable; urgency=low
749
750   * Use getent for getting fstabuser.
751
752  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2005 19:58:02 +0100
753
754 grml-autoconfig (0.2-11) unstable; urgency=low
755
756   * Upps, spelling error in fstab infotext - fixed that.
757
758  -- Michael Prokop <mika@grml.org>  Mon, 21 Nov 2005 22:45:52 +0100
759
760 grml-autoconfig (0.2-10) unstable; urgency=low
761
762   * Added infotext to config_fstab how to disable fstab generation.
763
764  -- Michael Prokop <mika@grml.org>  Mon, 21 Nov 2005 15:58:59 +0100
765
766 grml-autoconfig (0.2-9) unstable; urgency=low
767
768   * 855resolution is now 915resolution.
769   * Added support for setting hostname via bootparam 'hostname=...'.
770   * Added bootparam distcc, set via distcc=$NETWORK,$LISTENER.
771
772  -- Michael Prokop <mika@grml.org>  Wed, 16 Nov 2005 18:31:41 +0100
773
774 grml-autoconfig (0.2-8) unstable; urgency=low
775
776   * Just a small cosmetic fix in GRMLCFG-code.
777
778  -- Michael Prokop <mika@grml.org>  Thu, 10 Nov 2005 23:38:16 +0100
779
780 grml-autoconfig (0.2-7) unstable; urgency=low
781
782   * Adjusted output of floppy mount of GRMLCFG device.
783   * Removed debug output in language code.
784
785  -- Michael Prokop <mika@grml.org>  Thu, 10 Nov 2005 10:51:23 +0100
786
787 grml-autoconfig (0.2-6) unstable; urgency=low
788
789   * Some small bugfixes in config_swap.
790   * Improved language settings. Setting LANGUAGE is now also possible
791     via configuring $LANGUAGE in /etc/grml/autoconfig.
792
793  -- Michael Prokop <mika@grml.org>  Tue,  8 Nov 2005 13:49:23 +0100
794
795 grml-autoconfig (0.2-5) unstable; urgency=low
796
797   * Added CONFIG_FAST for skipping startup of w3m via bootparam
798     'fast'.
799
800  -- Michael Prokop <mika@grml.org>  Sun,  6 Nov 2005 16:25:12 +0100
801
802 grml-autoconfig (0.2-4) unstable; urgency=low
803
804   * Added /etc/init.d/grml-autoconfig.strace
805
806  -- Michael Prokop <mika@grml.org>  Thu,  3 Nov 2005 17:03:37 +0100
807
808 grml-autoconfig (0.2-3) unstable; urgency=low
809
810   * Added check for existence of /usr/X11R6/bin/X in startx
811     bootparam.
812
813  -- Michael Prokop <mika@grml.org>  Tue,  1 Nov 2005 19:32:44 +0100
814
815 grml-autoconfig (0.2-2) unstable; urgency=low
816
817   * Fixed message of accessing floppy disk in config_automount.
818
819  -- Michael Prokop <mika@grml.org>  Tue,  1 Nov 2005 18:46:11 +0100
820
821 grml-autoconfig (0.2-1) unstable; urgency=low
822
823   * Let's bumb version to 0.2 as grml-autoconfig is already shipped
824     with grml 0.5.
825   * Let's drop /etc/init.d/grml-autoconfig.old
826   * Changed access to floppy device from mount command to dd
827     in config_automount (thanks for idea, gebi!).
828
829  -- Michael Prokop <mika@grml.org>  Tue,  1 Nov 2005 18:35:50 +0100
830
831 grml-autoconfig (0.1-56) unstable; urgency=low
832
833   * Added infotext in config_automount.
834
835  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 16:35:37 +0200
836
837 grml-autoconfig (0.1-55) unstable; urgency=low
838
839   * Improved device handling in config_automount.
840
841  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 15:25:26 +0200
842
843 grml-autoconfig (0.1-54) unstable; urgency=low
844
845   * Automounting works so added CONFIG_AUTOMOUNT to autoconfig
846     and autoconfig.small.
847   * Improved config_debug so we can use screen with full featured
848     shell (providing job handling).
849   * We have to use directory /cdrom/bootparams/ and not a single
850     file for multisessions.
851
852  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 12:45:09 +0200
853
854 grml-autoconfig (0.1-53) unstable; urgency=low
855
856   * Invoke a /bin/zsh after running grml2hd in non-interactive
857     mode in any case.
858   * We do need check for /cdrom/bootparams in /etc/init.d/grml-autoconfig
859     of course.
860
861  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 00:40:13 +0200
862
863 grml-autoconfig (0.1-52) unstable; urgency=low
864
865   * Finished documentation in /etc/grml/autoconfig[.small].
866
867  -- Michael Prokop <mika@grml.org>  Thu, 20 Oct 2005 11:42:26 +0200
868
869 grml-autoconfig (0.1-51) unstable; urgency=low
870
871   * Only a small clean up of info message in config_homedir.
872
873  -- Michael Prokop <mika@grml.org>  Tue, 18 Oct 2005 21:52:31 +0200
874
875 grml-autoconfig (0.1-50) unstable; urgency=low
876
877   * Updated config_modem (don't start if it sl-modem is not present).
878
879  -- Michael Prokop <mika@grml.org>  Mon, 17 Oct 2005 16:16:31 +0200
880
881 grml-autoconfig (0.1-49) unstable; urgency=low
882
883   * Added partconf to CONFIG_MYCONFIG.
884   * Fixed problem in script grml-autoconfig with exit status
885     of set_values-function.
886   * Added wlan to strings of /proc/net/dev in config_dhcp (thanks to
887     Martin 'mabu' Buchleitner!).
888   * Fixed architecure specific things.
889     - This package is an architecture all file
890     - acpid is i386, amd64 only, so added apmd as alternative
891     -> Thanks Alexander Wirt <formorer@debian.org>!
892   * Use /cdrom/bootparams for additional bootparams.
893   * Oh, it's /var/log/boot and not bootlogd - adjusted infotext.
894
895  -- Michael Prokop <mika@grml.org>  Wed, 12 Oct 2005 16:29:20 +0200
896
897 grml-autoconfig (0.1-48) unstable; urgency=low
898
899   * Rewrote CONFIG_MYCONFIG.
900
901  -- Michael Prokop <mika@grml.org>  Tue, 11 Oct 2005 18:30:06 +0200
902
903 grml-autoconfig (0.1-47) unstable; urgency=low
904
905   * Removed CONFIG_RNETCONFIG and rewrote functions for
906     CONFIG_NETCONFIG.
907
908  -- Michael Prokop <mika@grml.org>  Thu,  6 Oct 2005 17:26:08 +0200
909
910 grml-autoconfig (0.1-46) unstable; urgency=low
911
912   * Deprecated CONFIG_REMOUNT_ROOT.
913
914  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 23:11:57 +0200
915
916 grml-autoconfig (0.1-45) unstable; urgency=low
917
918   * Oh, NONINTERACTIVE does not work as expected for hotplug-light.
919     Changed back to old behaviour therefore.
920
921  -- Michael Prokop <mika@grml.org>  Sun,  2 Oct 2005 17:35:17 +0200
922
923 grml-autoconfig (0.1-44) unstable; urgency=low
924
925   * Updated finish langauge settings (merged from knoppix mailing
926     list).
927
928  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 21:41:13 +0200
929
930 grml-autoconfig (0.1-43) unstable; urgency=low
931
932   * Adjusted BOOTDEBUG with printk-settings.
933
934  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 16:16:47 +0200
935
936 grml-autoconfig (0.1-42) unstable; urgency=low
937
938   * Fixed rebuildfstab command.
939
940  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 14:44:39 +0200
941
942 grml-autoconfig (0.1-41) unstable; urgency=low
943
944   * Run hotplug-light with NONINTERACTIVE=yes so we supress
945     error messages while booting...
946   * Upps, hotplug-light was already in depends, removed again.
947
948  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 12:11:10 +0200
949
950 grml-autoconfig (0.1-40) unstable; urgency=low
951
952   * Moved kernel ring buffer settings behind color-stuff.
953   * Added hotplug-light to depends.
954
955  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 02:08:48 +0200
956
957 grml-autoconfig (0.1-39) unstable; urgency=low
958
959   * Use grml-autoconfig in runlevel 2: modified postinstall script.
960   * Added syslog-ng to depends.
961
962  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 02:03:17 +0200
963
964 grml-autoconfig (0.1-38) unstable; urgency=low
965
966   * Added gpm to depends.
967
968  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:51:52 +0200
969
970 grml-autoconfig (0.1-37) unstable; urgency=low
971
972   * Added check if rebuildfstab binary is present.
973
974  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:34:33 +0200
975
976 grml-autoconfig (0.1-36) unstable; urgency=low
977
978   * Added /etc/sysconfig-directory with empty files to make sure
979     the files exist.
980
981  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:15:53 +0200
982
983 grml-autoconfig (0.1-35) unstable; urgency=low
984
985   * Modified gpm-startup (thanks, gebi!) - this should fix the
986     "missing /dev/psaux" problem.
987   * Added CONFIG_855RESOLUTION.
988   * Updated manpage.
989
990  -- Michael Prokop <mika@grml.org>  Tue, 27 Sep 2005 22:34:13 +0200
991
992 grml-autoconfig (0.1-34) unstable; urgency=low
993
994   * Adjusted infotext in grml-autonconfig for dhcp-option
995     (s/dhclient/pump/) [thanks for reporting, hecka!].
996   * Added cf (French Canadian version) to suppported languages
997     (taken from knoppix mailinglist).
998
999  -- Michael Prokop <mika@grml.org>  Tue, 27 Sep 2005 13:10:33 +0200
1000
1001 grml-autoconfig (0.1-33) unstable; urgency=low
1002
1003   * Implemented boot options for automatic grml2hd-installation:
1004     - user
1005     - filesystem
1006     - partition
1007     - bootpartition
1008   * Adjust kernel ring buffer at beginng of grml-autoconfig.
1009
1010  -- Michael Prokop <mika@grml.org>  Sun, 25 Sep 2005 00:53:32 +0200
1011
1012 grml-autoconfig (0.1-32) unstable; urgency=low
1013
1014   * Added check for root-permissions to script grml-autoconfig.
1015
1016  -- Michael Prokop <mika@grml.org>  Sat, 24 Sep 2005 23:15:49 +0200
1017
1018 grml-autoconfig (0.1-31) unstable; urgency=low
1019
1020   * Added CONFIG_GRML2HD for automatic installation via bootoption
1021     grml2hd.
1022
1023  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 22:25:13 +0200
1024
1025 grml-autoconfig (0.1-30) unstable; urgency=low
1026
1027   * No, let's drop the /proc/bus/usb code, we should handle this via
1028     /etc/init.d/mountvirtfs.
1029
1030  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 18:45:42 +0200
1031
1032 grml-autoconfig (0.1-29) unstable; urgency=low
1033
1034   * Let's mount /proc/bus/usb in mount_proc if not booting with 'nousb'.
1035
1036  -- Michael Prokop <mika@grml.org>  Wed, 21 Sep 2005 18:38:43 +0200
1037
1038 grml-autoconfig (0.1-28) unstable; urgency=low
1039
1040   * Let's drop config_checkfs -> CONFIG_CHECKFS='no', we should
1041     handle this via update-rc.d / runlevels.
1042   * Use 'hostname --file /etc/hostname' instead of 'hostname grml'
1043     and use it also on harddisk installations.
1044
1045  -- Michael Prokop <mika@grml.org>  Tue, 20 Sep 2005 14:55:21 +0200
1046
1047 grml-autoconfig (0.1-27) unstable; urgency=low
1048
1049   * Let's use 'xorgcfg -textmode' for interactive setup.
1050
1051  -- Michael Prokop <mika@grml.org>  Sat, 17 Sep 2005 12:05:18 +0200
1052
1053 grml-autoconfig (0.1-26) unstable; urgency=low
1054
1055   * Redirect output of check_partitions to /dev/null.
1056   * Moved startup of syslog to an earlier place.
1057
1058  -- Michael Prokop <mika@grml.org>  Fri, 16 Sep 2005 13:50:58 +0200
1059
1060 grml-autoconfig (0.1-25) unstable; urgency=low
1061
1062   * Modified bootoption 'log'; bootlogd is broken with sysvinit_2.86.ds1-2_i386.deb
1063     but works with sysvinit_2.86.ds1-1.1_i386.deb, hmpf.
1064
1065  -- Michael Prokop <mika@grml.org>  Mon, 12 Sep 2005 10:22:25 +0200
1066
1067 grml-autoconfig (0.1-24) unstable; urgency=low
1068
1069   * Let's make autoconfig.functions executable and use /usr/bin/zsh.
1070   * Fixed bootoption 'log' (missing a variable export).
1071
1072  -- Michael Prokop <mika@grml.org>  Mon, 12 Sep 2005 02:53:15 +0200
1073
1074 grml-autoconfig (0.1-23) unstable; urgency=low
1075
1076   * Added new bootoption CONFIG_FWTIMEOUT for setting timeout
1077     for firmware loading (via /sys/class/firmware/timeout).
1078
1079  -- Michael Prokop <mika@grml.org>  Mon, 12 Sep 2005 01:57:59 +0200
1080
1081 grml-autoconfig (0.1-22) unstable; urgency=low
1082
1083   * Adjusted options for use with new config framework (CONFIG_NETCONFIG /
1084     CONFIG_RNETCONFIG). (Thanks for reporting, Marc Haber!)
1085
1086  -- Michael Prokop <mika@grml.org>  Sat, 10 Sep 2005 11:47:38 +0200
1087
1088 grml-autoconfig (0.1-21) unstable; urgency=low
1089
1090   * Some small eye-candy-improvements in script grml-autoconfig.
1091     Output message if adjusting values worked, error message on failure.
1092
1093  -- Michael Prokop <mika@grml.org>  Mon,  5 Sep 2005 01:49:23 +0200
1094
1095 grml-autoconfig (0.1-20) unstable; urgency=low
1096
1097   * Renamed config_config to config_netconfig, config_rconfig to
1098     config_rnetconfig.
1099   * Added config_scripts, config_debs, config_config.
1100   * Some more cleanups (changed some more echo-ing stuff
1101     to lsb-functions).
1102
1103  -- Michael Prokop <mika@grml.org>  Mon,  5 Sep 2005 01:23:59 +0200
1104
1105 grml-autoconfig (0.1-19) unstable; urgency=low
1106
1107   * The 'now we have an interface and are lintian-clean' release.
1108   * Added script grml-autoconfig (interface to configuration
1109     file /etc/grml/autoconfig).
1110   * Renamed CONFIG_HOTPLUG to CONFIG_HOTPLUG_MAIN.
1111   * Made package lintian-clean (use /usr/bin/zsh as zsh path,
1112     added dependency to zsh, let's use update-rc.d for
1113     /etc/init.d/grml-autoconfig).
1114
1115  -- Michael Prokop <mika@grml.org>  Mon,  5 Sep 2005 00:26:20 +0200
1116
1117 grml-autoconfig (0.1-18) unstable; urgency=low
1118
1119   * Added config_fix_passwd (fix passwd-problem).
1120
1121  -- Michael Prokop <mika@grml.org>  Wed, 17 Aug 2005 21:23:09 +0200
1122
1123 grml-autoconfig (0.1-17) unstable; urgency=low
1124
1125   * Added small hint to config_x_startup.
1126
1127  -- Michael Prokop <mika@grml.org>  Sun, 14 Aug 2005 17:58:57 +0200
1128
1129 grml-autoconfig (0.1-16) unstable; urgency=low
1130
1131   * Let's support startx only on live-cd-systems (because of
1132     the init-hack). Prompt useful message instead on harddisk-systems.
1133
1134  -- Michael Prokop <mika@grml.org>  Sun, 14 Aug 2005 14:32:15 +0200
1135
1136 grml-autoconfig (0.1-15) unstable; urgency=low
1137
1138   * Fixed value for cs/cz-keyboard-layout.
1139   * Added checkgrmlusb.
1140   * Added config_x_startup for bootparam 'startx[=windowmanager]'.
1141   * Improved handling of DEBUG=.....
1142   * Let's run loadkeys in background.
1143
1144  -- Michael Prokop <mika@grml.org>  Sun,  7 Aug 2005 21:22:54 +0200
1145
1146 grml-autoconfig (0.1-14) unstable; urgency=low
1147
1148   * Improved language support for grml-small (let's use LANG=C there) via
1149     function checkgrmlsmall.
1150
1151  -- Michael Prokop <mika@grml.org>  Thu, 28 Jul 2005 10:13:15 +0200
1152
1153 grml-autoconfig (0.1-13) unstable; urgency=low
1154
1155   * We don't want to use mouseconfig anymore.
1156
1157  -- Michael Prokop <mika@grml.org>  Thu, 14 Jul 2005 11:49:53 +0200
1158
1159 grml-autoconfig (0.1-12) unstable; urgency=low
1160
1161   * We don't need kbdconfig anymore, now we call
1162     /usr/sbin/dpkg-reconfigure console-data.
1163
1164  -- Michael Prokop <mika@grml.org>  Thu, 14 Jul 2005 11:33:10 +0200
1165
1166 grml-autoconfig (0.1-11) unstable; urgency=low
1167
1168   * Added support for bootsplash.
1169   * Reordered execution of grml-autoconfig functions.
1170
1171  -- Michael Prokop <mika@grml.org>  Sun, 10 Jul 2005 12:37:52 +0200
1172
1173 grml-autoconfig (0.1-10) unstable; urgency=low
1174
1175   * Adjusted black-bootparam for use with hotplug-light.
1176   * Fixed passwd and ssh bootparams (problems with chpasswd).
1177   * Added CONFIG_CONSOLE for use with mgetty.
1178   * Slightly improved CONFIG_CREATE_MNT_DIRS.
1179
1180  -- Michael Prokop <mika@grml.org>  Tue,  5 Jul 2005 00:10:38 +0200
1181
1182 grml-autoconfig (0.1-9) unstable; urgency=low
1183
1184   * Fixed 'grml testcd'-cheatcode (md5sum-handling).
1185
1186  -- Michael Prokop <mika@grml.org>  Mon,  4 Jul 2005 01:29:08 +0200
1187
1188 grml-autoconfig (0.1-8) unstable; urgency=low
1189
1190   * Let's always activate check_partitions.
1191   * Fixed debug bootparam handling.
1192
1193  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 23:28:39 +0200
1194
1195 grml-autoconfig (0.1-7) unstable; urgency=low
1196
1197   * Adjusted hotplug for use with hotplug-light (but still works
1198     with hotplug anyway).
1199
1200  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 21:06:09 +0200
1201
1202 grml-autoconfig (0.1-6) unstable; urgency=low
1203
1204   * Added CONFIG_CREATE_MNT_DIRS for creating all directories defined
1205     as mounting target in /etc/fstab.
1206
1207  -- Michael Prokop <mika@grml.org>  Sat,  2 Jul 2005 23:07:31 +0200
1208
1209 grml-autoconfig (0.1-5) unstable; urgency=low
1210
1211   * Added workaround/fix for unionfs ('apt-...' segfaults cause
1212     of problems with /var/cache/apt/*.bin): CONFIG_FIX_UNIONFS
1213   * Let's create firewire devices not only with kernel 2.6.11.
1214   * Improved CONFIG_LD_MOD.
1215
1216  -- Michael Prokop <mika@grml.org>  Fri,  1 Jul 2005 01:09:31 +0200
1217
1218 grml-autoconfig (0.1-4) unstable; urgency=low
1219
1220   * Updated conflicts (for installation without conflicts with grml-etc).
1221
1222  -- Michael Prokop <mika@grml.org>  Sat, 25 Jun 2005 22:55:23 +0200
1223
1224 grml-autoconfig (0.1-3) unstable; urgency=low
1225
1226   * Included new grml-autoconfig-framework. Now it's possible to
1227     control grml-autoconfig behaviour via /etc/grml/autoconfig.
1228     Notice that you can fall back to /etc/init.d/grml-autoconfig.old
1229     if you consider any problems at the moment.
1230
1231  -- Michael Prokop <mika@grml.org>  Sat, 25 Jun 2005 00:51:16 +0200
1232
1233 grml-autoconfig (0.1-2) unstable; urgency=low
1234
1235   * Added conflicts to debian/control.
1236
1237  -- Michael Prokop <mika@grml.org>  Thu,  9 Jun 2005 00:49:48 +0200
1238
1239 grml-autoconfig (0.1-1) unstable; urgency=low
1240
1241   * Initial release.
1242
1243  -- Michael Prokop <mika@grml.org>  Sun,  5 Jun 2005 18:47:51 +0200
1244