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