I want sound muted on boot, but it always starts unmuted. I don't know when this problem started; I only noticed it because I recently went through a stretch of being unable to hibernate, so I booted a lot.
grep -i =\" /etc/conf.d/alsasound ENABLE_OSS_EMUL="yes" RESTORE_ON_START="no" SAVE_ON_STOP="no" LOAD_ON_START="no" I thought the RESTORE_ON_START="no" should do what I want, but no such luck. I tried the old `# alsactl store` after using alsamixer to mute sound, which also didn't help.