saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-06-25 23:10:54 +02:00
committed by root
parent e788fdf3d7
commit 21bdf79af8
15 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#
# 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:
#