diff options
author | Shipwreckt <me@shipwreckt.co.uk> | 2025-04-17 11:31:47 +0100 |
---|---|---|
committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-04-17 11:31:47 +0100 |
commit | cbf9c16b0048e009f37b94a5d2b17a8be9da7110 (patch) | |
tree | 42152ffd4b4c3d8f5e07fde6b9b3743eb7569026 /public/articals/linux/media/cd.html | |
parent | 70ab596e55c69a805f3a9e05350de1bf9d8af5ef (diff) |
new post + some misc additions
Diffstat (limited to 'public/articals/linux/media/cd.html')
-rw-r--r-- | public/articals/linux/media/cd.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/articals/linux/media/cd.html b/public/articals/linux/media/cd.html index 530369d..b44d15a 100644 --- a/public/articals/linux/media/cd.html +++ b/public/articals/linux/media/cd.html @@ -60,7 +60,7 @@ <li>3) Now the last command is the actual event of burning the optical media! So insert it into your optical drive and type this command.</li><br> <div class="code-box"> - <p>cdrecord -v de=/dev/cdrom ~/Downloads/Fallout</p> + <p>cdrecord -v dev=/dev/cdrom ~/Downloads/Fallout.iso</p> </div> <p>movies.iso being the output ISO from the last command.</p> |