Move bootlocal.*, haltlocal.* to grml-live
[grml-autoconfig.git] / doc / grml-autoconfig.8.txt
1 grml-autoconfig(8)
2 ==================
3
4 Name
5 ----
6 grml-autoconfig - script and configuration framework for the grml system
7
8 Synopsis
9 --------
10 grml-autoconfig
11
12 Options
13 -------
14
15 The program grml-autoconfig does not support any options but needs to be run
16 with root permissions as it modifies a system wide configuration file
17 (/etc/grml/autoconfig).
18
19 About
20 -----
21
22 The program grml-autoconfig does not support any options but needs to be run
23 with root permissions as it modifies a system wide configuration file
24 (/etc/grml/autoconfig).  'grml-autoconfig' is an interface to the framework
25 named grml-autoconfig.  /etc/init.d/grml-autoconfig is the main script of the
26 grml-system where all the hardware recognition and activation of services take
27 place.
28
29 grml-autoconfig supports an adjustable configuration via the configuration file
30 named /etc/grml/autoconfig. The script named Bgrml-autoconfig is a simple
31 dialog-based interface to the configuration file. You can either use the script
32 for configuring grml-autoconfig or modify the configuration file manually on
33 your own (there is no interference).
34
35 Files
36 -----
37
38   */etc/init.d/grml-autoconfig*::
39
40 Init-script which runs the commands defined in /etc/grml/autoconfig.functions
41 after checking configuration file /etc/grml/autoconfig.
42
43   */usr/sbin/grml-autoconfig*::
44
45 Dialog interface to the configuration file /etc/grml/autoconfig.
46
47   */etc/grml/autoconfig*::
48
49 Default configuration file for grml-autoconfig framework.  You can override
50 settings via /etc/grml/autoconfig.local or use the dialog interface
51 /usr/sbin/grml-autoconfig.
52
53   */etc/grml/autoconfig.local*::
54 User specific configuration file for grml-autoconfig. You can edit it directly
55 or use the dialog interface /usr/sbin/grml-autoconfig.
56
57
58   */etc/grml/autoconfig.functions*::
59
60 Main functions of the grml-autoconfig. You do not need to configure or execute
61 the file.  For debugging purposes you can source this script also from within an
62 interactive shell and run specific functions afterwards.
63
64   */etc/grml/lsb-functions*::
65
66 Based on /lib/lsb/init-functions this file provides an adjusted version of an
67 lsb-like booting sequence.
68
69 Bugs
70 ----
71 If you find a bug please report it. See link:http://grml.org/bugs/[] for details
72 about how to report bugs.
73
74 See also
75 --------
76 grml-autoconfig(1), restore-config(1), save-config(1)
77
78 Author
79 ------
80 grml-autoconfig was written by Michael Prokop <mika@grml.org>.