diff options
Diffstat (limited to 'nl/appendix')
-rw-r--r-- | nl/appendix/chroot-install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nl/appendix/chroot-install.xml b/nl/appendix/chroot-install.xml index 7d1e0d8fb..5961526f7 100644 --- a/nl/appendix/chroot-install.xml +++ b/nl/appendix/chroot-install.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 44001 untranslated --> +<!-- original version: 44016 untranslated --> <sect1 id="linux-upgrade"> <title>Installing &debian; from a Unix/Linux System</title> @@ -507,7 +507,7 @@ Installing and setting up <classname>grub</classname> is as easy as: <informalexample><screen> # aptitude install grub -# grub-install --recheck --no-floppy /dev/<replaceable>hda</replaceable> +# grub-install /dev/<replaceable>hda</replaceable> # update-grub </screen></informalexample> |