From 205af120bcdeef65ce1ca5de3227aa8a4bd60d25 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 28 Sep 2004 15:43:56 +0000 Subject: Made Grub's configuration location FHS compliant git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter08/grub.xml') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index f4f19368d..57293c359 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -120,4 +120,11 @@ EOF know, you can find more information regarding Grub on its website, located at: . +The FHS stipulates that Grub's menu.lst file should be symlinked to +/etc/grub/menu.lst. To satisfy this requirement, issue the following +command: + +mkdir /etc/grub && +ln -s /boot/grub/menu.lst /etc/grub + -- cgit v1.2.3-54-g00ecf