Add new manpage for new liloconfig
[rrq/maintain_lilo.git] / debian / manpages / liloconfig.8
1 .\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
2 .\"
3 .\" Standard preamble:
4 .\" ========================================================================
5 .de Sp \" Vertical space (when we can't use .PP)
6 .if t .sp .5v
7 .if n .sp
8 ..
9 .de Vb \" Begin verbatim text
10 .ft CW
11 .nf
12 .ne \\$1
13 ..
14 .de Ve \" End verbatim text
15 .ft R
16 .fi
17 ..
18 .\" Set up some character translations and predefined strings.  \*(-- will
19 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
20 .\" double quote, and \*(R" will give a right double quote.  \*(C+ will
21 .\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
22 .\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
25 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
26 .ie n \{\
27 .    ds -- \(*W-
28 .    ds PI pi
29 .    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 .    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
31 .    ds L" ""
32 .    ds R" ""
33 .    ds C` ""
34 .    ds C' ""
35 'br\}
36 .el\{\
37 .    ds -- \|\(em\|
38 .    ds PI \(*p
39 .    ds L" ``
40 .    ds R" ''
41 'br\}
42 .\"
43 .\" Escape single quotes in literal strings from groff's Unicode transform.
44 .ie \n(.g .ds Aq \(aq
45 .el       .ds Aq '
46 .\"
47 .\" If the F register is turned on, we'll generate index entries on stderr for
48 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
49 .\" entries marked with X<> in POD.  Of course, you'll have to process the
50 .\" output yourself in some meaningful fashion.
51 .ie \nF \{\
52 .    de IX
53 .    tm Index:\\$1\t\\n%\t"\\$2"
54 ..
55 .    nr % 0
56 .    rr F
57 .\}
58 .el \{\
59 .    de IX
60 ..
61 .\}
62 .\" ========================================================================
63 .\"
64 .IX Title "LILOCONFIG 8"
65 .TH LILOCONFIG 8 "2011-03-20" "23.1" "liloconfig documentation"
66 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
67 .\" way too many mistakes in technical documents.
68 .if n .ad l
69 .nh
70 .SH "NAME"
71 liloconfig \- create new lilo.conf file (with diskid and uuid)
72 .SH "SYNOPSIS"
73 .IX Header "SYNOPSIS"
74 \&\fBliloconfig\fR [\fB\-h\fR] [\fB\-v\fR] [\fB\-f\fR] [\fBlilo.conf\fR]
75 .SH "DESCRIPTION"
76 .IX Header "DESCRIPTION"
77 liloconfig is an simple program for creating a new lilo.conf file.
78 After creating the new configuration file you must execute '/sbin/lilo'.
79 .PP
80 liloconfig use the lilo.example.conf file as template. In the final
81 lilo.conf file you find many useful comments for custom changes.
82 .SH "OPTIONS"
83 .IX Header "OPTIONS"
84 .IP "\fB\-h\fR" 4
85 .IX Item "-h"
86 Print a brief help.
87 .IP "\fB\-v\fR" 4
88 .IX Item "-v"
89 Print verbose messages.
90 .IP "\fB\-f\fR" 4
91 .IX Item "-f"
92 Force overriding existing lilo.conf.
93 .SH "EXAMPLES"
94 .IX Header "EXAMPLES"
95 Lines in the configuration file /etc/lilo.conf:
96 .PP
97 .Vb 1
98 \&  ### LILO global section ###
99 \&
100 \&  #large\-memory
101 \&  lba32
102 \&  boot = /dev/sda
103 \&  map = /boot/map
104 \&  install = menu
105 \&  menu\-scheme = Wb:Yr:Wb:Wb
106 \&  prompt
107 \&  timeout = 100
108 \&  vga = normal
109 \&  #default = Linux
110 \&
111 \&  ### LILO per\-image section ###
112 \&
113 \&  #boot = /dev/sda
114 \&  boot = /dev/disk/by\-id/ata\-SAMSUNG_SV1604N_S01FJ10X999999
115 \&
116 \&  image = /boot/vmlinuz\-2.6.32\-5book\-686
117 \&      label = "Linux"
118 \&      #root = /dev/sda1
119 \&      root = "UUID=18843936\-00f9\-4df0\-a373\-000d05a5dd44"
120 \&      read\-only
121 \&  #   restricted
122 \&  #   alias = 1
123 \&  #   optional
124 \&      initrd = /boot/initrd.img\-2.6.32\-5book\-686
125 \&
126 \&  image = /boot/vmlinuz\-2.6.32\-5\-686
127 \&      label = "Linux Old"
128 \&      #root = /dev/sda1
129 \&      root = "UUID=18843936\-00f9\-4df0\-a373\-000d05a5dd44"
130 \&      read\-only
131 \&  #   restricted
132 \&  #   alias = 2
133 \&  #   optional
134 \&      initrd = /boot/initrd.img\-2.6.32\-5\-686
135 .Ve
136 .SH "COPYRIGHT and LICENSE"
137 .IX Header "COPYRIGHT and LICENSE"
138 Copyright (C) 2011 Joachim Wiedorn
139 .PP
140 This script is free software; you can redistribute it and/or modify
141 it under the terms of the \s-1GNU\s0 General Public License as published by 
142 the Free Software Foundation; either version 2 of the License, or 
143 (at your option) any later version.
144 .PP
145 On Debian systems, the complete text of the \s-1GNU\s0 General Public
146 License version 2 can be found in `/usr/share/common\-licenses/GPL\-2'.
147 .SH "AUTHOR"
148 .IX Header "AUTHOR"
149 \&\fBlilconfig\fR was written by Joachim Wiedorn.
150 .PP
151 This manual page was written by Joachim Wiedorn <ad_debian at joonet.de>
152 for the Debian project (and may be used by others).
153 .SH "SEE ALSO"
154 .IX Header "SEE ALSO"
155 \&\fBlilo\fR(8), \fBupdate-lilo\fR(8), \fBlilo-uuid-diskid\fR(8)