summaryrefslogtreecommitdiff
path: root/debian/README.Debian
blob: c7be3bba252b992aeacaae178a9cae660eaf0d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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

 * edit /boot/grub/menu.lst
   or if /boot is a separate partition
   edit /boot/boot/grub/menu.lst

   and change groot, and kopt to whatever settings you need.
   modify anything else in the menu.lst you want,

   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.