add changes to VERSION history

This commit is contained in:
Michael Schnerring
2020-09-09 18:23:48 +02:00
parent 76fd4bd50d
commit c5b193f76c
2 changed files with 19 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ The script extracts the drive model and serial number and creates a log filename
* `./disk-burnin.sh sda`: run in dry-run mode on disk `/dev/sda`
* `./disk-burnin.sh -f /dev/sdb`: run in destructive, non-dry mode on disk `/dev/sdb`
* `./disk-burnin.sh -fo ~/burn-in-logs sdc`: run in destructive, non-dry mode on disk `/dev/sdc` and write the log files to `~/burn-in-logs` directory
* `./disk-burnin.sh -f -o ~/burn-in-logs sdc`: run in destructive, non-dry mode on disk `/dev/sdc` and write the log files to `~/burn-in-logs` directory
## Dry-Run Mode