diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2014-05-22 12:29:08 -0400 |
---|---|---|
committer | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2014-05-22 12:29:08 -0400 |
commit | c692089f622e4f89d62987215e8a32cccf54aa8a (patch) | |
tree | 8aee00097372300fb41d73afda726de9e0e8e1d5 /init.d/autoconfig | |
parent | net-setup: make dialog calls more readable (diff) | |
download | livecd-tools-c692089f622e4f89d62987215e8a32cccf54aa8a.tar.gz livecd-tools-c692089f622e4f89d62987215e8a32cccf54aa8a.tar.bz2 livecd-tools-c692089f622e4f89d62987215e8a32cccf54aa8a.zip |
remove firmware init script2.0.4
The tarballing and subsequent unpacking of the firmware has been a
source of issues which are being eliminated. Bugs 511040, 498986, plus
probably some more.
Diffstat (limited to 'init.d/autoconfig')
-rwxr-xr-x | init.d/autoconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/autoconfig b/init.d/autoconfig index 10a60b7..59eb64c 100755 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -234,7 +234,7 @@ list_services() { svcs="${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)" if yesno "$COLDPLUG" && ! rc-service -e coldplug && ! rc-service -e hotplug then - echo firmware hwsetup + echo hwsetup fi svcs="${svcs} $(check_svc ${GPM} gpm-pre)" svcs="${svcs} $(check_svc ${GPM} gpm)" |