diff --git a/README.md b/README.md index 6d306bfce5125c1fa86a835bef36ddd0123aabae..f8e83390a97c8d1453da4c2b3b85cc1114e496d0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Feel free to contact us in the PlagueOS matrix [chat](https://matrix.to/#/#plagu - For Windows, download `Rufus` or `Balena Etcher` to flash the .iso file - For Linux, run the following dd command: - Run `sudo fdisk -l` to show the flashdrive - - Run `sudo dd status=progress if=void*.iso of=/dev/<USB>` + - Run `sudo dd status=progress if=void*.iso of=/dev/<USB> conv=fsync` - *example:* `/dev/sdb` - After the flash has been completed, run `umount /dev/<USB>` to safely unmount the drive @@ -88,7 +88,6 @@ Feel free to contact us in the PlagueOS matrix [chat](https://matrix.to/#/#plagu - [X] Memory erasure/poisoning - [X] USBGuard Implementation - [X] Import & Verification of Kicksecure & Whonix -- [X] Encrypted DNS with DNSCrypt by default - [X] Hardened SSH configuration (SSH not installed on host by default) - [X] Feature: `panic-wipe` included - [X] All commits to contain PGP signatures