aboutsummaryrefslogtreecommitdiff
path: root/content/notes/write-iso-usb.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:45:36 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:45:36 +0200
commitd26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 (patch)
tree70048479e9573569dcb0cb35ea86a3116204ea04 /content/notes/write-iso-usb.md
parent43b0708769eb61392050045b881f8e6ba39c5b66 (diff)
downloadmitjafelicijan.com-d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8.tar.gz
Housecleaning
Diffstat (limited to 'content/notes/write-iso-usb.md')
-rw-r--r--content/notes/write-iso-usb.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md
index 9e379fd..8dff651 100644
--- a/content/notes/write-iso-usb.md
+++ b/content/notes/write-iso-usb.md
@@ -13,5 +13,3 @@ Write ISO to USB key. Nothing fancy here.
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 15
16
17