saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-08-26 18:47:47 +02:00
committed by Hans Wurst
parent 26e05bf054
commit e329acdb3f
3 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# RESTORE_ON_START:
# Do you want to restore your mixer settings? If not, your cards will be
# muted.
# no - Do not restore state
# yes - Restore state
RESTORE_ON_START="yes"
# SAVE_ON_STOP:
# Do you want to save changes made to your mixer volumes when alsasound
# stops?
# no - Do not save state
# yes - Save state
SAVE_ON_STOP="yes"