aboutsummaryrefslogtreecommitdiff
path: root/content/notes/write-iso-usb.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/write-iso-usb.md')
-rw-r--r--content/notes/write-iso-usb.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md
index 860e6a7..9e379fd 100644
--- a/content/notes/write-iso-usb.md
+++ b/content/notes/write-iso-usb.md
@@ -1,7 +1,7 @@
1--- 1---
2title: Write ISO to USB Key 2title: Write ISO to USB Key
3url: write-iso-usb.html 3url: write-iso-usb.html
4date: 2023-05-08 4date: 2023-05-08T12:00:00+02:00
5type: notes 5type: notes
6draft: false 6draft: false
7tags: [linux, iso, usb] 7tags: [linux, iso, usb]
@@ -12,3 +12,6 @@ Write ISO to USB key. Nothing fancy here.
12```sh 12```sh
13sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync 13sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync
14``` 14```
15
16
17