hdparm/hdparm-wiper-warn.patch
Dirk Mueller 32f2009eba - update to 9.60:
- 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
2020-12-20 12:49:24 +00:00

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=""