summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Plessy <plessy@debian.org>2013-08-11 14:18:37 +0900
committerCharles Plessy <plessy@debian.org>2013-08-11 14:25:41 +0900
commitf893d382d0fb1d3592ac85612430222ed24edb7b (patch)
tree653c9fdc4835020ee81817e7043e5e2c4083f621
parent2313975b5fc7cab356a4ce60674ad3045a152015 (diff)
Remove mention of kernel-img.conf, as we are using /etc/kernel/ hook directories.
-rw-r--r--debian/README.Debian20
-rw-r--r--update-menu-lst.816
2 files changed, 2 insertions, 34 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index c7be3bb..5791b23 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,8 +1,8 @@
quick setup
-----------
- * update-menu-lst which will create a menu.lst for you if one does not exist
- or manually create one, and skip to step 4
+ * run update-menu-lst which will create a menu.lst for you if one does not
+ exist or manually create one, and skip to step 4
* edit /boot/grub/menu.lst
or if /boot is a separate partition
@@ -14,19 +14,3 @@ quick setup
re-run update-grub to update the lines for each kernel to those
that you specified with groot and kopt
-update-menu-lst
----------------
-This script is a debian specific addon used to generate a menu.lst for you
-either intially, and/or automatically everytime you install a new kernel.
-
-To setup automatic updates add these lines to your /etc/kernel-img.conf:
-
-postinst_hook = update-grub
-postrm_hook = update-grub
-do_bootloader = no
-
-For further information see the manpage kernel-img.conf(5) or update-menu-lst(8)
-
-Unlike Lilo, it is not necessary to re-run or re-install the boot loader
-after every change to /boot/grub/menu.lst. menu.lst is automatically
-found on GRUB's root disk and read during GRUB's boot process.
diff --git a/update-menu-lst.8 b/update-menu-lst.8
index ad0efba..999b543 100644
--- a/update-menu-lst.8
+++ b/update-menu-lst.8
@@ -68,22 +68,6 @@ The description is placed in '()' and the kernel command line options follow tha
This option controls if grub should update the default entry to keep
booting the same kernel even if a new one is installed.
-
-The \fBupdate\-menu\-lst\fR script can be ran automagically from the \fI/etc/kernel\-img.conf\fR file by adding the following lines:
-
-postinst_hook = update\-menu\-lst
-.br
-postrm_hook = update\-menu\-lst
-.br
-do_bootloader = no
-
-For further information related to \fI/etc/kernel\-img.conf\fR, see the manpage kernel\-img.conf(5).
-.SH "SEE ALSO"
-.BR kernel\-img.conf (5)
-(contained in the
-.B kernel-package
-package).
-.PP
.SH "AUTHOR"
\fBupdate\-menu\-lst\fR was derived from \fBupdate\-grub\fR version 0.97-66
by Charles Plessy <plessy@debian.org>.