Blah
This commit is contained in:
@@ -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:
|
||||
#
|
||||
@@ -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:
|
||||
#
|
||||
@@ -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:
|
||||
#
|
||||
@@ -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:
|
||||
#
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user