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