diff options
author | Samuel Thibault <sthibault@debian.org> | 2012-02-21 19:49:36 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2012-02-21 19:49:36 +0000 |
commit | 8c65de0539b3df0d14bf24860bf8908687a8ec24 (patch) | |
tree | 113abb320756e4af0eb59296996b86f92545de93 /po/el | |
parent | c42fc84b43df8cc6683e77451283c95b56e13dd2 (diff) | |
download | installation-guide-8c65de0539b3df0d14bf24860bf8908687a8ec24.zip |
Use dd of= instead of cat >, to save users who use sudo. Closes: #660776.
Diffstat (limited to 'po/el')
-rw-r--r-- | po/el/install-methods.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/el/install-methods.po b/po/el/install-methods.po index 9cea5aee6..52a4ffbae 100644 --- a/po/el/install-methods.po +++ b/po/el/install-methods.po @@ -877,8 +877,8 @@ msgid "" "For example, when using an existing GNU/Linux system, the <filename>mini." "iso</filename> file can be written to a USB stick as follows: " "<informalexample><screen>\n" -"# cat mini.iso > /dev/<replaceable>sdX</replaceable>\n" -"# sync\n" +"<prompt>#</prompt> <userinput>dd if=<replaceable>debian.iso</replaceable> of=/dev/<replaceable>sdX</replaceable></userinput>\n" +"<prompt>#</prompt> <userinput>sync</userinput>\n" "</screen></informalexample> To add firmware to a USB stick prepared in this " "way, obtain the necessary firmware files. See <xref linkend=\"loading-" "firmware\"/> for more information. Now unplug and replug the USB stick, and " @@ -888,8 +888,8 @@ msgstr "" "Για παράδειγμα, αν χρησιμοποείτε ένα ήδη υπάρχον σύστημα GNU/Linux, το " "αρχείο <filename>mini.iso</filename> μπορεί να εγγραφεί στο κλειδί USB ως " "εξής: <informalexample><screen>\n" -"# cat mini.iso > /dev/<replaceable>sdX</replaceable>\n" -"# sync\n" +"<prompt>#</prompt> <userinput>dd if=<replaceable>debian.iso</replaceable> of=/dev/<replaceable>sdX</replaceable></userinput>\n" +"<prompt>#</prompt> <userinput>sync</userinput>\n" "</screen></informalexample> Για να προσθέσετε αρχεία firmware σε ένα κλειδί " "USB που έχετε προετοιμάσει με αυτήν την μέθοδο, κατεβάστε τα απαραίτητα " "αρχεία. Δείτε την ενότητα <xref linkend=\"loading-firmware\"/> για " |