diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-07 16:17:37 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-07 16:17:37 +0000 |
commit | fe458ae2ffffc781a7e1d140e3e2b917c6375ff6 (patch) | |
tree | 0681827d86c00c8fe8d013887e3e0bea29d4ff3a | |
parent | 00295b0f122163d2be54d1fb8015850f13df641a (diff) | |
download | installation-guide-fe458ae2ffffc781a7e1d140e3e2b917c6375ff6.zip |
Revert added grub-install options; unfuzzy pt translation
-rw-r--r-- | en/appendix/chroot-install.xml | 2 | ||||
-rw-r--r-- | po/pt/random-bits.po | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml index efaada9b3..8ab3e6bfd 100644 --- a/en/appendix/chroot-install.xml +++ b/en/appendix/chroot-install.xml @@ -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> diff --git a/po/pt/random-bits.po b/po/pt/random-bits.po index 9f148508a..4db7883e8 100644 --- a/po/pt/random-bits.po +++ b/po/pt/random-bits.po @@ -1544,7 +1544,7 @@ msgid "" "Installing and setting up <classname>grub</classname> is as easy as: " "<informalexample><screen>\n" "# aptitude install grub\n" -"# grub-install --recheck --no-floppy /dev/<replaceable>hda</replaceable>\n" +"# grub-install /dev/<replaceable>hda</replaceable>\n" "# update-grub\n" "</screen></informalexample> The second command will install <command>grub</" "command> (in this case in the MBR of <literal>hda</literal>). The last " @@ -1554,7 +1554,7 @@ msgstr "" "Instalar e configurar o <classname>grub</classname> é tão fácil como: " "<informalexample><screen>\n" "# aptitude install grub\n" -"# grub-install --recheck --no-floppyy /dev/<replaceable>hda</replaceable>\n" +"# grub-install /dev/<replaceable>hda</replaceable>\n" "# update-grub\n" "</screen></informalexample> O segundo comando irá instalar o <command>grub</" "command> (neste caso no MBR de <literal>hda</literal>). O último comando irá " |