diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-22 16:21:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-22 16:21:56 +0000 |
commit | 802822b0ea96331c03af7551496c80532f789868 (patch) | |
tree | 50099c4d44d491b7c69f8658f1c9311b83b2c46a /src/livecd-tools | |
parent | some fixes of my poor coding (diff) | |
download | gentoo-802822b0ea96331c03af7551496c80532f789868.tar.gz gentoo-802822b0ea96331c03af7551496c80532f789868.tar.bz2 gentoo-802822b0ea96331c03af7551496c80532f789868.zip |
Removed ALSA warnings, as it will appear on all minimal InstallCD and will cause bug reports to be filed.
Diffstat (limited to 'src/livecd-tools')
-rw-r--r-- | src/livecd-tools/autoconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/livecd-tools/autoconfig b/src/livecd-tools/autoconfig index ca05e1fac0..df323e990b 100644 --- a/src/livecd-tools/autoconfig +++ b/src/livecd-tools/autoconfig @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.48 2005/11/11 16:00:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/livecd-tools/autoconfig,v 1.49 2005/11/22 16:21:56 wolf31o2 Exp $ DHCP="yes" DETECT="yes" @@ -294,9 +294,6 @@ start() { if [ -x /etc/init.d/alsasound ] then start_service alsasound - else - ewarn "/etc/init.d/alsasound not found, skipping ..." - ewarn "You will need to set volume controls manually ..." fi if [ -e /proc/asound/cards ] @@ -326,7 +323,7 @@ start() { fi fi else - ewarn "Skipping ALSA detection as requested on boot commandline ..." + ewarn "Skipping ALSA detection as requested on command line ..." fi if [ "${DETECT}" = "yes" ] |