forked from pool/hdparm
Dirk Mueller
32f2009eba
- support for ioSafe Solo with jMicron bridge, courtesy Matthias-Christian Ott. - decode more bits from id[69], courtesy Adrián Kálazi. - allow passing of custom LDFLAGS from the environment. - add new "static" target. - fix --dco-identify max sectors, courtesy of Paul Sultana. - get rid of leftover "unknown" variables from identify.c - fixed return values from get_log_page_data(). OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=94
15 lines
504 B
Diff
15 lines
504 B
Diff
Index: hdparm-9.60/wiper/wiper.sh
|
|
===================================================================
|
|
--- hdparm-9.60.orig/wiper/wiper.sh
|
|
+++ hdparm-9.60/wiper/wiper.sh
|
|
@@ -48,6 +48,9 @@ function usage_error(){
|
|
|
|
echo
|
|
echo "${0##*/}: Linux SATA SSD TRIM utility, version $VERSION, by Mark Lord."
|
|
+echo "${0##*/}: This tool is DANGEROUS! Please read and understand"
|
|
+echo "${0##*/}: /usr/share/doc/packages/hdparm/README.wiper"
|
|
+echo "${0##*/}: before going any further."
|
|
|
|
export verbose=0
|
|
commit=""
|