diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-13 13:31:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-13 13:31:17 +0000 |
commit | 2f9d5505da6d8cd425c3afb0163dfecd2b8d412e (patch) | |
tree | d555f463b41f1ae165e144b84e6b438d7094364a /chapter06/grub.xml | |
parent | 7eebfb41f86dd587cfd202f1111f5c8164326213 (diff) |
* Upgrade to grub-0.96
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r-- | chapter06/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml index dc63991ac..721c2731e 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -37,7 +37,7 @@ <screen><userinput>make install mkdir /boot/grub -cp /usr/share/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> +cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen> <para>The <filename class="directory">i386-pc</filename> directory contains a number of <filename>*stage1_5</filename> files, different |