diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-18 12:16:57 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-18 12:16:57 +0000 |
commit | 4652bdd73818a3e8be96aa0b43faa41fbb8591e2 (patch) | |
tree | e087d2a928fd5fb8970a20041846d695cf216a07 /tools/Linux | |
parent | bae0a632252b0b75c3197f08da6f872439cdebb3 (diff) |
do not set volume at boot, audio mixer script to rescue
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34831 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux')
-rwxr-xr-x | tools/Linux/packaging/debian/xbmc-live.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/packaging/debian/xbmc-live.postinst b/tools/Linux/packaging/debian/xbmc-live.postinst index c3c7a7bdcd..f6b0e69390 100755 --- a/tools/Linux/packaging/debian/xbmc-live.postinst +++ b/tools/Linux/packaging/debian/xbmc-live.postinst @@ -207,7 +207,7 @@ ENDOFBLOCK if [ -f /boot/grub/grub.cfg ]; then if ! grep -q -i "xbmc=autostart" /etc/default/grub ; then - sed -i -e "/^GRUB_CMDLINE_LINUX_DEFAULT=/s/\"\(.*\)\"/\"\1 xbmc=autostart,nodiskmount,setvolume loglevel=0\"/" /etc/default/grub + sed -i -e "/^GRUB_CMDLINE_LINUX_DEFAULT=/s/\"\(.*\)\"/\"\1 xbmc=autostart,nodiskmount loglevel=0\"/" /etc/default/grub update-grub fi fi |