summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move init.d scripts to a common directoryWilliam Hubbs2011-02-131-610/+0
| | | | | We have several init.d scripts, and some of the names clash with other parts of the package, so I have moved them to an init.d directory.
* start xdm from autoconfigWilliam Hubbs2011-02-131-5/+1
| | | | | | We need to start xdm ourselves instead of allowing it to start in the default order. This allows us to not start it when X is not requested by the user or when speakup or brltty is requested.
* load speakup modules in depend functionWilliam Hubbs2011-02-121-5/+7
|
* load speakup module before espeakup is runWilliam Hubbs2011-02-111-5/+5
| | | | | This change will make sure that the speakup module is loaded into memory before espeakup is run in case the user wants to use software speech.
* fix typoWilliam Hubbs2011-02-111-1/+0
|
* update sound and software speech handlingWilliam Hubbs2011-02-111-42/+5
| | | | | migrate unmute code to a separate script. Also migrate the espeakup service to the list_services function.
* fix message for sound cardWilliam Hubbs2011-02-111-5/+3
| | | | | The original message used \n for new lines, but einfo doesn't honor these in openrc.
* remove hal supportWilliam Hubbs2011-02-111-3/+0
|
* migrate most services to the list_services functionWilliam Hubbs2011-02-111-19/+3
|
* Ensure /lib/firmware exists before we try to extract into it.Robin H. Johnson2011-02-111-0/+1
|
* more openrc related fixesWilliam Hubbs2011-02-111-12/+23
| | | | | | - make sure hardware services are not running before we start them. - convert some tests to use yesno instead of comparisons to "yes" or "no".
* fix typoWilliam Hubbs2011-02-111-1/+1
|
* use "rc-service -i" to test for and start servicesWilliam Hubbs2011-02-101-13/+10
| | | | | With openrc, we can use "rc-service -i foo start" to test for the existance of service foo and start it if it does exist.
* use rc-service to check for existanceWilliam Hubbs2011-02-101-1/+1
|
* Coldplug and hotplug are in list_services.Robin H. Johnson2011-02-111-6/+3
|
* migrate yes/no tests to use if yesnoWilliam Hubbs2011-02-101-18/+17
|
* check_svc should use yesno and rc-serviceWilliam Hubbs2011-02-101-3/+3
|
* Migrate BRLTTY to depend block, another good example for simple calls.Robin H. Johnson2011-02-101-4/+2
|
* Hook up list_services to depend need call.Robin H. Johnson2011-02-101-1/+32
|
* Add conversion of GPM as first example for BL2 work.Robin H. Johnson2011-02-101-21/+3
|
* Unmute Speaker control (for Gentoo bug #292437)Andrew Gaffney2009-12-261-0/+3
|
* Remove x-setup and mkxf86config stuff since they're not needed with modern ↵Andrew Gaffney2009-12-261-12/+1
| | | | xorg-server (for Gentoo bug #289946)
* Use /etc/.noxdm intead of /etc/init.d/.noxdm for Gentoo bug #286308Andrew Gaffney2009-12-261-1/+1
|
* Apply patch for speakup support from gentoo bug #267708Andrew Gaffney2009-06-281-0/+31
|
* Apply patch from jer for gentoo bug #249155Andrew Gaffney2008-11-281-15/+15
|
* fix passwd= support for gentoo bug #230968agaffney2008-07-241-1/+1
|
* Change nohotplug/dohotplug to nocoldplug/docoldplug to match udev-start.sh's ↵Chris Gianelloni2008-05-171-16/+11
| | | | | | checks. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@150 7bf51bff-881f-0410-a643-fba68b97345e
* Make sure /etc/sysconfig exists before running hwsetup for bug #215824.Chris Gianelloni2008-04-031-0/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@148 7bf51bff-881f-0410-a643-fba68b97345e
* explicitly start portmap before nfsmountAndrew Gaffney2008-03-261-2/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@147 7bf51bff-881f-0410-a643-fba68b97345e
* add missing ) after pwgenAndrew Gaffney2008-02-261-1/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@145 7bf51bff-881f-0410-a643-fba68b97345e
* Fix up some usages of single and double quotes.Chris Gianelloni2008-02-261-5/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@144 7bf51bff-881f-0410-a643-fba68b97345e
* Fixed a couple missing semicolons.Chris Gianelloni2008-02-261-0/+1
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@143 7bf51bff-881f-0410-a643-fba68b97345e
* Rearrange some of the detection routines so it makes more sense and added ↵Chris Gianelloni2008-02-251-20/+30
| | | | | | brltty= checking. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@142 7bf51bff-881f-0410-a643-fba68b97345e
* Added some initial hald checking.Chris Gianelloni2008-02-081-0/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@141 7bf51bff-881f-0410-a643-fba68b97345e
* Added dmraid/evms/lvm/mdadm/net/pata/sata/scsi/usb settings, made sure every ↵Chris Gianelloni2008-02-081-12/+138
| | | | | | option has both a no and a do, added passwd= for setting a root password on the command line, and made sure nodetect disables pretty much everything. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@140 7bf51bff-881f-0410-a643-fba68b97345e
* Some minor tweaks/cleanups and adding a warning for anybody trying dosshd.Chris Gianelloni2007-12-131-25/+23
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@139 7bf51bff-881f-0410-a643-fba68b97345e
* Added dosshd and nonfs (client) to autoconfig. I still need to create some ↵Chris Gianelloni2007-12-131-13/+35
| | | | | | way to set a password, but this will work currently for anyone who rolls their own CD, doesn't include pwgen, and sets a root password during CD mastering. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@138 7bf51bff-881f-0410-a643-fba68b97345e
* Wrap using -z and quotes.Chris Gianelloni2007-11-161-2/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@137 7bf51bff-881f-0410-a643-fba68b97345e
* Added a missing closing parentheses. Thanks to Andrew Gaffney ↵Chris Gianelloni2007-11-161-1/+1
| | | | | | <agaffney@gentoo.org> for pointing it out. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@136 7bf51bff-881f-0410-a643-fba68b97345e
* This code should hopefully resolve some issues with DHCP on our release ↵Chris Gianelloni2007-11-131-0/+9
| | | | | | media. This is really ugly, but I'm not sure how else to go about it. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@135 7bf51bff-881f-0410-a643-fba68b97345e
* Added therrmal, video, and dock to the list of ACPI modules that we load at ↵Chris Gianelloni2007-09-041-0/+3
| | | | | | boot. This is for bug #191085. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@131 7bf51bff-881f-0410-a643-fba68b97345e
* Move coldplugging/hotplugging/firmware unpacking before any other hardware ↵Chris Gianelloni2007-09-041-22/+23
| | | | | | detection. This should fix the problems with firmware not being available prior to the modules being loaded. This is for bug #191087. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@130 7bf51bff-881f-0410-a643-fba68b97345e
* Moved the RC_COLDPLUG munging outside of HOTPLUG checks, and removed our ↵Chris Gianelloni2007-02-131-4/+5
| | | | | | extra dhcpcd call, since it isn't necessary with newer udev versions. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@126 7bf51bff-881f-0410-a643-fba68b97345e
* We need to turn on the RC_COLDPLUG in /etc/conf.d/rc since we're now ↵Chris Gianelloni2006-12-201-0/+2
| | | | | | disabling it in catalyst. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@125 7bf51bff-881f-0410-a643-fba68b97345e
* Removed all of the CVS-based headers and added /sbin/udevtrigger to the ↵Chris Gianelloni2006-12-141-4/+2
| | | | | | coldplug section of autoconfig, which should allow us to have coldplug-like functionality with newer udev versions. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@124 7bf51bff-881f-0410-a643-fba68b97345e
* Escape = in cmdline checks.Chris Gianelloni2006-09-201-3/+3
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@122 7bf51bff-881f-0410-a643-fba68b97345e
* Alphabetize the PPC machines. Add iMac G5 to list.Chris Gianelloni2006-09-051-14/+17
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@120 7bf51bff-881f-0410-a643-fba68b97345e
* Added code to make autoconfig disable DHCP properly.Chris Gianelloni2006-08-021-1/+5
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@118 7bf51bff-881f-0410-a643-fba68b97345e
* Force mkxf86config to run before x-setup by calling it explicitly to ↵Chris Gianelloni2006-07-181-6/+7
| | | | | | workaround a possible release problem. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@115 7bf51bff-881f-0410-a643-fba68b97345e
* Some more cleanup of the autodetection sections.Chris Gianelloni2006-07-161-10/+10
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@114 7bf51bff-881f-0410-a643-fba68b97345e