Difference between revisions of "Translations:FAQ/41/en"

From GhostBSD Wiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
Here's an example using the console (use the filename of your ISO and make sure you replace the "sdX" with the right device's name!). The following command needs root privileges (issue as user ''root'' or using ''sudo''):
 
Here's an example using the console (use the filename of your ISO and make sure you replace the "sdX" with the right device's name!). The following command needs root privileges (issue as user ''root'' or using ''sudo''):
: <code>dd if=''GhostBSD10.3-RELEASE-20160829-213046-mate-amd64.iso'' of=/dev/''sdX'' bs=1M</code>
+
: <code>dd if=''GhostBSD19.10.iso'' of=/dev/''sdX'' bs=1M</code>

Latest revision as of 16:46, 18 August 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FAQ)
Here's an example using the console (use the filename of your ISO and make sure you replace the "sdX" with the right device's name!). The following command needs root privileges (issue as user ''root'' or using ''sudo''):
: <code>dd if=''GhostBSD19.10.iso'' of=/dev/''sdX'' bs=1M</code>
TranslationHere's an example using the console (use the filename of your ISO and make sure you replace the "sdX" with the right device's name!). The following command needs root privileges (issue as user ''root'' or using ''sudo''):
: <code>dd if=''GhostBSD19.10.iso'' of=/dev/''sdX'' bs=1M</code>

Here's an example using the console (use the filename of your ISO and make sure you replace the "sdX" with the right device's name!). The following command needs root privileges (issue as user root or using sudo):

dd if=GhostBSD19.10.iso of=/dev/sdX bs=1M