diff options
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 |