etc-gentoo/hprofile/profiles/disk/scripts/._cfg0000_dyn.start

14 lines
168 B
Bash

#
# 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:
#