This commit is contained in:
Hans Wurst
2015-07-31 02:34:53 +02:00
parent d02a7cedc8
commit 4d9533ca0a
161 changed files with 248 additions and 30687 deletions

View File

@@ -1,13 +0,0 @@
#
# disk/scripts/adp.start
#
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S120 -B230 -M254 $ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
#

View File

@@ -1,13 +0,0 @@
#
# disk/scripts/bat.start
#
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S120 -B210 -M230 $ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
#

View File

@@ -1,13 +0,0 @@
#
# disk/scripts/dyn.start
#
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S180 -B254 -M254 $ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
#

View File

@@ -1,13 +0,0 @@
#
# disk/scripts/quiet.start
#
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S120 -B200 -M200 $ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
#

View File

@@ -2,19 +2,11 @@
# disk/scripts/adp.start
#
function _usb {
source "$usb_bash"
}
_usb
function _ata {
source "$ata_bash"
}
ata=$(_ata)
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S120 -B230 -M254 $ata
unset _ata _usb ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:

View File

@@ -2,19 +2,11 @@
# disk/scripts/bat.start
#
function _usb {
source "$usb_bash"
}
_usb
function _ata {
source "$ata_bash"
}
ata=$(_ata)
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S120 -B210 -M230 $ata
unset _ata _usb ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:

View File

@@ -2,19 +2,11 @@
# disk/scripts/dyn.start
#
function _usb {
source "$usb_bash"
}
_usb
function _ata {
source "$ata_bash"
}
ata=$(_ata)
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S180 -B254 -M254 $ata
unset _ata _usb ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:

View File

@@ -2,19 +2,11 @@
# disk/scripts/quiet.start
#
function _usb {
source "$usb_bash"
}
_usb
function _ata {
source "$ata_bash"
}
ata=$(_ata)
usb.bash
ata="$(ata.bash)"
[[ "$ata" ]] && hdparm -q -S120 -B200 -M200 $ata
unset _ata _usb ata
unset ata
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4: