summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Steven Pledger2010-06-14 23:09:25 +0200
committer Robby Workman2010-06-14 23:09:25 +0200
commitc9c32898be9b17e1dd65547ad47a0fdd163113c1 (patch)
tree34b1d69ad6ae4baa15d111eb23c5644479356f96
parentcf018ca0346b2339a05c6eef69db0b4986ce3b78 (diff)
downloadslackbuilds-c9c32898be9b17e1dd65547ad47a0fdd163113c1.tar.gz
system/grub4dos: Additions to README re lilo chainloading
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/grub4dos/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/grub4dos/README b/system/grub4dos/README
index 99d31eecee..f6a7862061 100644
--- a/system/grub4dos/README
+++ b/system/grub4dos/README
@@ -6,6 +6,14 @@ via Windows boot manager/syslinux/lilo, or from MBR/CD.
To build the Chinese version, run the script like this:
CHINESE="yes" ./grub4dos.SlackBuild
+To chainload Grub4dos from LILO, copy /usr/share/grub4dos/grub.exe to
+your /boot folder and add the following to your lilo.conf:
+image = /boot/grub.exe
+ label = Grub4dos
+
+It can be useful as a back up boot loader if you, for example, forget to
+run 'lilo' after a kernel update.
+
This package does not conflict with the Grub package in /extra.
It is safe to have both installed.