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

14 lines
168 B
Bash

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