From 6e3d74c1d7f3528bc6646f22671e53ae3c685f4c Mon Sep 17 00:00:00 2001 From: Nick Law Date: Sat, 18 Apr 2020 20:24:52 +0100 Subject: [PATCH] Update to 2020.02.004-0.29.006 Changes include 1. nwipe logs to a timestamped file so the results can be reviewed. 2. Fix error reporting on control -c prior to a wipe starting. 3. Add control A to select/deselect a drive for wiping. 4. Warn user about no drives having been selected if try try to start a wipe and have not actually selected one or more drives. --- board/shredos/fsoverlay/usr/bin/nwipe_launcher | 4 +++- package/nwipe/nwipe.hash | 2 +- package/nwipe/nwipe.mk | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/board/shredos/fsoverlay/usr/bin/nwipe_launcher b/board/shredos/fsoverlay/usr/bin/nwipe_launcher index 6b315680dfe..c3c9d128f99 100755 --- a/board/shredos/fsoverlay/usr/bin/nwipe_launcher +++ b/board/shredos/fsoverlay/usr/bin/nwipe_launcher @@ -3,7 +3,9 @@ # trap the ctrl+c signal trap "echo" INT +# run nwipe with a time stamped log file while true do - /usr/bin/nwipe + /usr/bin/nwipe --logfile=nwipe_log_$(date +%Y%m%d-%H%M%S).txt done + diff --git a/package/nwipe/nwipe.hash b/package/nwipe/nwipe.hash index c2277b1eb3b..00be3ac197a 100644 --- a/package/nwipe/nwipe.hash +++ b/package/nwipe/nwipe.hash @@ -1,2 +1,2 @@ -sha1 2b8060aa08fc1350b42e7a5b8a4d8850571904c8 nwipe-v0.29.002.tar.gz +sha1 8fcfc811b72fe60f432cb1030df2b44a93b1b7b2 nwipe-v0.29.006.tar.gz diff --git a/package/nwipe/nwipe.mk b/package/nwipe/nwipe.mk index 44d5fe67eaa..a8abc579bf0 100644 --- a/package/nwipe/nwipe.mk +++ b/package/nwipe/nwipe.mk @@ -4,7 +4,7 @@ # ################################################################################ -NWIPE_VERSION = v0.29.002 +NWIPE_VERSION = v0.29.006 NWIPE_SITE = $(call github,PartialVolume,nwipe,$(NWIPE_VERSION)) NWIPE_DEPENDENCIES = ncurses parted dmidecode coreutils