mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 05:32:14 +00:00
Merge pull request #352 from DimitriPapadopoulos/spaces
Remove trailing spaces or empty lines
This commit is contained in:
@@ -77,4 +77,3 @@ Standard: Cpp11
|
|||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ v0.32
|
|||||||
- Move method information from below the list of methods to the right of the method list. This allows better use of the screen space by allowing more methods to be added to the list, especially relevant to nwipe running as a standalone application on small distros such as shredos 2020 in frame buffer mode.
|
- Move method information from below the list of methods to the right of the method list. This allows better use of the screen space by allowing more methods to be added to the list, especially relevant to nwipe running as a standalone application on small distros such as shredos 2020 in frame buffer mode.
|
||||||
- Removed the old DBAN syslinux.cfg configuration hints as not relevant to nwipe. See nwipe --help or man nwipe for command line options.
|
- Removed the old DBAN syslinux.cfg configuration hints as not relevant to nwipe. See nwipe --help or man nwipe for command line options.
|
||||||
- Add fdatasync errors to the error summary table.
|
- Add fdatasync errors to the error summary table.
|
||||||
- During a wipe, you can now toggle between dark screen, blank screen and default blue screen by repeatedly pressing the b key. Dark screen, which is grey text on black background has been introduced to prevent TFT/LCD image persistence on monitors that are sensitive to that issue.
|
- During a wipe, you can now toggle between dark screen, blank screen and default blue screen by repeatedly pressing the b key. Dark screen, which is grey text on black background has been introduced to prevent TFT/LCD image persistence on monitors that are sensitive to that issue.
|
||||||
|
|
||||||
v0.31
|
v0.31
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ Note. The following programs are optionally installed although recommended. 1. d
|
|||||||
#### dmidecode
|
#### dmidecode
|
||||||
dmidecode provides SMBIOS/DMI host data to stdout or the log file. If you don't install it you won't see the SMBIOS/DMI host data at the beginning of nwipes log.
|
dmidecode provides SMBIOS/DMI host data to stdout or the log file. If you don't install it you won't see the SMBIOS/DMI host data at the beginning of nwipes log.
|
||||||
|
|
||||||
#### coreutils (provides readlink)
|
#### coreutils (provides readlink)
|
||||||
readlink determines the bus type, i.e. ATA, USB etc. Without it the --nousb option won't work and bus type information will be missing from nwipes selection and wipe windows. The coreutils package is often automatically installed as default in most if not all distros.
|
readlink determines the bus type, i.e. ATA, USB etc. Without it the --nousb option won't work and bus type information will be missing from nwipes selection and wipe windows. The coreutils package is often automatically installed as default in most if not all distros.
|
||||||
|
|
||||||
#### smartmontools
|
#### smartmontools
|
||||||
|
|||||||
@@ -132,4 +132,3 @@ Nwipe is developed by Martijn van Brummelen <github@brumit.nl>
|
|||||||
.BR dd (1),
|
.BR dd (1),
|
||||||
.BR dcfldd (1),
|
.BR dcfldd (1),
|
||||||
.BR dc3dd (1)
|
.BR dc3dd (1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user