From 0a4bf198b0e649af6faea029df1f75b20f23f7ff Mon Sep 17 00:00:00 2001
From: optout <git@archaic.33mail.com>
Date: Mon, 12 Feb 2024 17:51:22 +0000
Subject: [PATCH] Instruction edit - conv=fsync with DD
Former-commit-id: 07b19cc8c1492f1583a6a73a76dc81d20f8236b7
Former-commit-id: a67c1220120bf4460bd85af14b830c422f8388b6
Former-commit-id: 7ebfdfba59f5902999fe5de0386d38b621442e1d
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 6d306bf..f8e8339 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
--
GitLab