731aba92ad6b929ff1d47fd9728f787de0b2ecba
[rrq/maintain_lilo.git] / debian / manpages / liloconfig.8
1 '\" t
2 .\" This page is not actually based on the original LILO docs,
3 .\" but I'm using the same COPYING conditions:
4 .\"
5 .\" This manual page is:
6 .\"  Copyright 1999 Peter Maydell <pmaydell@chiark.greenend.org.uk>
7 .\" All rights reserved.
8 .\"
9 .\" Redistribution and use in source and binary forms of parts of or the
10 .\" whole original or derived work are permitted provided that the
11 .\" original work is properly attributed to the author. The name of the
12 .\" author may not be used to endorse or promote products derived from
13 .\" this software without specific prior written permission. This work
14 .\" is provided "as is" and without any express or implied warranties.
15 .\"
16 .TH LILOCONFIG 8 "September 1999"
17 .SH NAME
18 liloconfig \- interactive configure script for lilo
19 .SH SYNOPSIS
20 .B liloconfig
21 .SH DESCRIPTION
22 .LP
23 .B liloconfig
24 is an interactive program which will ask you a series of questions
25 and write a
26 .B lilo.conf(5)
27 configuration file for you. It will also set up the Master Boot Record
28 (MBR) so that Linux will boot from hard disk.
29 It is normally run automatically whenever you upgrade the
30 .B lilo(8)
31 Debian package.
32
33 The configuration file generated by
34 .B liloconfig
35 is intended for common installations; if your setup is complicated
36 or unusual you should consider writing your own customised
37 .B lilo.conf.
38 To do this you should refer to the comprehensive
39 .B lilo
40 documentation, which can be found in
41 /usr/share/doc/lilo/ on Debian systems.
42
43 If you have already written your own
44 .B lilo.conf
45 then the script will ask you if you wish to keep it, in which case
46 it will check it for options which are incompatible with the current
47 version of
48 .B lilo
49 and run
50 .B lilo
51 to install the boot block.
52
53 If you have no
54 .B lilo.conf
55 or choose to overwrite it,
56 .B liloconfig
57 will perform three operations to ensure that the Linux system will
58 boot from the hard disk:
59 install LILO in the Linux partition's boot record, install a
60 simple MBR, and mark the Linux partition as the active partition.
61 You will be prompted prior to each of these operations, so you
62 can skip them and perform them manually later on.
63
64 The automatically generated
65 .B lilo.conf
66 contains helpful comments, so it might well be a good place to start
67 even if you wish to roll your own configuration file.
68
69 .SH AUTHOR
70 Bruce Perens <bruce@Pixar.com>,
71 .br
72 Bernd Eckenfels <ecki@debian.org>
73 .br
74 and Vincent Renardias <vincent@ldsol.com>.
75
76 Peter Maydell (pmaydell@chiark.greenend.org.uk) wrote this manual page.
77 .SH SEE ALSO
78 .BR lilo (8),
79 .BR lilo.conf (5)
80
81 .B lilo
82 comes with extensive documentation; this can be found in
83 /usr/share/doc/lilo/ on Debian systems.