diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
| commit | 43b0708769eb61392050045b881f8e6ba39c5b66 (patch) | |
| tree | 3939579a13b8325325d5ebb8e05324a41ed78a6d /content/notes/write-iso-usb.md | |
| parent | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (diff) | |
| download | mitjafelicijan.com-43b0708769eb61392050045b881f8e6ba39c5b66.tar.gz | |
Massive update to posts, archetypes
Added a archetypes for creating notes and posts so it auto-populates
fields.
Fixed existing posts so they align with the rule of 80 columns now.
Diffstat (limited to 'content/notes/write-iso-usb.md')
| -rw-r--r-- | content/notes/write-iso-usb.md | 5 |
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 | --- |
| 2 | title: Write ISO to USB Key | 2 | title: Write ISO to USB Key |
| 3 | url: write-iso-usb.html | 3 | url: write-iso-usb.html |
| 4 | date: 2023-05-08 | 4 | date: 2023-05-08T12:00:00+02:00 |
| 5 | type: notes | 5 | type: notes |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [linux, iso, usb] | 7 | tags: [linux, iso, usb] |
| @@ -12,3 +12,6 @@ Write ISO to USB key. Nothing fancy here. | |||
| 12 | ```sh | 12 | ```sh |
| 13 | sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync | 13 | sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync |
| 14 | ``` | 14 | ``` |
| 15 | |||
| 16 | |||
| 17 | |||
