Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
maintain_lilo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Joachim Wiedorn
maintain_lilo
Commits
9650ecdd
Commit
9650ecdd
authored
Mar 20, 2011
by
Joachim Wiedorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new script liloconfig
parent
89ce6d4a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
601 additions
and
84 deletions
+601
-84
debian/changelog
debian/changelog
+3
-1
debian/manpages/liloconfig.8
debian/manpages/liloconfig.8
+0
-83
debian/scripts/liloconfig
debian/scripts/liloconfig
+598
-0
No files found.
debian/changelog
View file @
9650ecdd
...
...
@@ -26,8 +26,10 @@ lilo (1:23.1-2) unstable; urgency=low
-
Update
of
Italian
translation
(
it
.
po
).
(
Closes
:
#
618801
)
-
Update
of
Brazilian
Portuguese
translation
.
(
Closes
:
#
618738
)
-
Update
of
Swedish
translation
(
sv
.
po
).
(
Closes
:
#
618620
)
*
Add
new
script
liloconfig
,
using
template
with
comments
,
works
with
UUID
,
LABEL
and
disk
-
id
for
root
and
boot
options
.
--
Joachim
Wiedorn
<
ad_debian
@
joonet
.
de
>
Sat
,
19
Mar
2011
23
:
34
:
00
+
0100
--
Joachim
Wiedorn
<
ad_debian
@
joonet
.
de
>
Sat
,
19
Mar
2011
23
:
50
:
00
+
0100
lilo
(
1
:
23.1
-
1
)
unstable
;
urgency
=
low
...
...
debian/manpages/liloconfig.8
View file @
9650ecdd
'\" t
.\" This page is not actually based on the original LILO docs,
.\" but I'm using the same COPYING conditions:
.\"
.\" This manual page is:
.\" Copyright 1999 Peter Maydell <pmaydell@chiark.greenend.org.uk>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms of parts of or the
.\" whole original or derived work are permitted provided that the
.\" original work is properly attributed to the author. The name of the
.\" author may not be used to endorse or promote products derived from
.\" this software without specific prior written permission. This work
.\" is provided "as is" and without any express or implied warranties.
.\"
.TH LILOCONFIG 8 "September 1999"
.SH NAME
liloconfig \- interactive configure script for lilo
.SH SYNOPSIS
.B liloconfig
.SH DESCRIPTION
.LP
.B liloconfig
is an interactive program which will ask you a series of questions
and write a
.B lilo.conf(5)
configuration file for you. It will also set up the Master Boot Record
(MBR) so that Linux will boot from hard disk.
It is normally run automatically whenever you upgrade the
.B lilo(8)
Debian package.
The configuration file generated by
.B liloconfig
is intended for common installations; if your setup is complicated
or unusual you should consider writing your own customised
.B lilo.conf.
To do this you should refer to the comprehensive
.B lilo
documentation, which can be found in
/usr/share/doc/lilo/ on Debian systems.
If you have already written your own
.B lilo.conf
then the script will ask you if you wish to keep it, in which case
it will check it for options which are incompatible with the current
version of
.B lilo
and run
.B lilo
to install the boot block.
If you have no
.B lilo.conf
or choose to overwrite it,
.B liloconfig
will perform three operations to ensure that the Linux system will
boot from the hard disk:
install LILO in the Linux partition's boot record, install a
simple MBR, and mark the Linux partition as the active partition.
You will be prompted prior to each of these operations, so you
can skip them and perform them manually later on.
The automatically generated
.B lilo.conf
contains helpful comments, so it might well be a good place to start
even if you wish to roll your own configuration file.
.SH AUTHOR
Bruce Perens <bruce@Pixar.com>,
.br
Bernd Eckenfels <ecki@debian.org>
.br
and Vincent Renardias <vincent@ldsol.com>.
Peter Maydell (pmaydell@chiark.greenend.org.uk) wrote this manual page.
.SH SEE ALSO
.BR lilo (8),
.BR lilo.conf (5)
.B lilo
comes with extensive documentation; this can be found in
/usr/share/doc/lilo/ on Debian systems.
debian/scripts/liloconfig
View file @
9650ecdd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment