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

14 lines
170 B
Plaintext
Raw Normal View History

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