From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- content/notes/write-iso-usb.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 content/notes/write-iso-usb.md (limited to 'content/notes/write-iso-usb.md') diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md deleted file mode 100644 index ea1d429..0000000 --- a/content/notes/write-iso-usb.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Write ISO to USB Key -url: write-iso-usb.html -date: 2023-05-08T12:00:00+02:00 -type: notes -draft: false -tags: [linux] ---- - -Write ISO to USB key. Nothing fancy here. - -```sh -sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync -``` - -- cgit v1.2.3