diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-12 00:15:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-07-12 00:15:53 +0000 |
commit | 6d53efc6c17dea8b4a0f9372d04c640cf655fb07 (patch) | |
tree | 3b2d4babf3740b3bf7f4859dc083b844ab372ea5 /chapter08 | |
parent | 13b63d7f6b3f9432917e5c506697c5170c8e4a5e (diff) |
Update to GRUB-2.00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 812c23edb..b446f42dd 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -105,6 +105,7 @@ cat device.map</userinput></screen> <screen role="nodump"><userinput>grub-install /dev/sda</userinput></screen> +<!-- This does not seem to be true any more <note><para><application>grub-install</application> is a script and calls another program, grub-probe, that may fail with a message "cannot stat `/dev/root'". If so, create a temporary symbolic link from your root partition to /dev/root:</para> @@ -114,7 +115,7 @@ cat device.map</userinput></screen> <para>The symbolic link will only be present until the system is rebooted. The link is only needed for the installation procedure. </para></note> - +--> </sect2> <sect2> |