From 02ee9039cf50bb82fda95b9af23ec7c3667cd2b2 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:37:06 +0000 Subject: [PATCH] Update README.md Update to .img size and number of excluded drives increased from 10 to 30 from Rev. 25.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f15addc18..ca117bac0c 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ Options: --nousb Do NOT show or wipe any USB devices whether in GUI mode, --nogui or --autonuke modes. - -e, --exclude=DEVICES Up to ten comma separated devices to be excluded + -e, --exclude=DEVICES Up to thirty comma separated devices to be excluded --exclude=/dev/sdc --exclude=/dev/sdc,/dev/sdd --exclude=/dev/sdc,/dev/sdd,/dev/mapper/cryptswap1 @@ -580,7 +580,7 @@ hdparm has many uses and is a powerfull tool. Although Nwipe will be adding ATA ## Compiling ShredOS and burning to USB stick, the harder way ! The ShredOS system is based on the buildroot tool whos main application is to create operating systems for embedded systems. -The image (.img) file is approximately 60 MiB and can be written to a USB memory stick with a tool such as dd or Etcher. +The image (.img) file is approximately 260 MiB and can be written to a USB memory stick with a tool such as dd or Etcher. ### You can build shredos using the following commands. This example build was compiled on KDE Neon (Ubuntu 20.04).