Difference between revisions of "Translations:FAQ/41/en"
From GhostBSD Wiki
(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='' | + | : <code>dd if=''GhostBSD19.10.iso'' of=/dev/''sdX'' bs=1M</code> |
Latest revision as of 16:46, 18 August 2022
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