summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* further cosmetic cleanupslivecd-tools-2.0.2William Hubbs2011-10-245-9/+22
| | | | | | | | | There were several einfo calls which ended with "...". These have been converted to ebegins and appropriate eend, eindent and eoutdent calls were inserted. X-Gentoo-Bug: 388401 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=388401
* remove spindWilliam Hubbs2011-10-242-28/+0
| | | | | | | | There is really no reason that we are sure of that we need spind, so I am removing it from livecd-tools. X-Gentoo-Bug: 388087 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=388087
* Applied Fernando V. Orocu (likewhoa) patch to fix cosmetic issues with e* ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2011-09-195-8/+8
| | | | functions - fixes bug 379821.
* Revert "remove bashlogin"livecd-tools-2.0.1William Hubbs2011-06-301-0/+7
| | | | | | This reverts commit 1058b90acbaa2550892cfe93c2cef8dad0e1cacd. We still need this for serial lines.
* update fixinittab to use mingetty for consolesWilliam Hubbs2011-06-301-1/+1
|
* Revert "modify the fixinittab service to allow autologin on the consoles"William Hubbs2011-06-301-8/+8
| | | | This reverts commit f5a0172d4c65049d5bb86c770d5cb52b324d77e3.
* remove bashloginWilliam Hubbs2011-06-281-7/+0
| | | | This can be removed since our inittab no longer uses it.
* remove openglifyWilliam Hubbs2011-06-281-74/+0
| | | | | Openglify was used by mkxf86config. Since this tool is not needed with modern x.org, it has been removed.
* modify the fixinittab service to allow autologin on the consolesWilliam Hubbs2011-06-281-8/+8
| | | | I would like to thank jmbsvicetto@gentoo.org for this patch.
* Revert "modify the fixinittab service to allow autologin on the consoles"William Hubbs2011-06-281-8/+8
| | | | This reverts commit f8014344d03a553418b3f5153c3c3cebc2ca131b.
* modify the fixinittab service to allow autologin on the consolesWilliam Hubbs2011-06-281-8/+8
|
* create defaults file for autoconfigWilliam Hubbs2011-06-232-40/+43
| | | | | | This moves the initial default settings for the flags used by autoconfig to a separate file and re-arranges some of the functions in the autoconfig script itself.
* comment out the ttyB0 line in inittablivecd-tools-2.0William Hubbs2011-04-301-0/+1
| | | | I would like to thank gmsoft for this patch.
* stop xdm if X11 is not requestedFernando Orocu2011-04-301-1/+2
| | | | | Xdm is being started very early in the boot sequence, before autoconfig, so we need to stop it if the user doesn't want X11.
* add check to be sure splash is only reset for speakup usersWilliam Hubbs2011-04-301-3/+7
|
* reset splash to verbose mode for speakup usersWilliam Hubbs2011-04-301-0/+3
|
* fix udevtrigger callWilliam Hubbs2011-04-301-1/+1
| | | | The udevtrigger program has been replaced with udevadm.
* split out firmware extraction and hwsetupWilliam Hubbs2011-04-303-25/+41
| | | | Firmware extraction and hwsetup are now separate services.
* start gpm-pre before gpm from autoconfigWilliam Hubbs2011-04-302-5/+1
|
* add a message so we know autoconfig has startedWilliam Hubbs2011-04-301-0/+1
|
* make gpm-pre executableWilliam Hubbs2011-04-301-0/+0
|
* move init.d scripts to a common directoryWilliam Hubbs2011-04-305-0/+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-04-301-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-04-301-5/+7
|
* adjust fixinittabWilliam Hubbs2011-04-301-2/+4
| | | | | | Fixinittab belongs in the boot runlevel and should start after the root file system is mounted. Also this commit makes fixinittab slightly more verbose.
* fixinittab should start after devWilliam Hubbs2011-04-301-1/+1
|
* fix typoWilliam Hubbs2011-04-301-1/+1
|
* load speakup module before espeakup is runWilliam Hubbs2011-04-301-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-04-301-1/+0
|
* update sound and software speech handlingWilliam Hubbs2011-04-302-42/+54
| | | | | migrate unmute code to a separate script. Also migrate the espeakup service to the list_services function.
* fix message for sound cardWilliam Hubbs2011-04-301-5/+3
| | | | | The original message used \n for new lines, but einfo doesn't honor these in openrc.
* remove hal supportWilliam Hubbs2011-04-301-3/+0
|
* Revert "fix dependency in fixinittab"William Hubbs2011-04-301-1/+1
| | | | | | | | This reverts commit e138bb5166f3cf0076669e9b1e2a6049d8c6e593. Fixinittab can be started in sysinit, with "before dev" as part of the dependencies, the way I had it set up before. procfs does not mount /proc.
* fix dependency in fixinittabWilliam Hubbs2011-04-301-1/+1
| | | | | fixinittab should go in the boot runlevel, not sysinit, and it should run after procfs.
* add fixinittab serviceWilliam Hubbs2011-04-302-93/+100
| | | | | | This is a port of the fix_inittab function from baselayout-1's version of the livecd-tools. In openrc it is set up as a service which should be added to the sysinit runlevel.
* migrate most services to the list_services functionWilliam Hubbs2011-04-301-19/+3
|
* Ensure /lib/firmware exists before we try to extract into it.Robin H. Johnson2011-04-301-0/+1
|
* Document authorship.Robin H. Johnson2011-04-301-6/+12
|
* more openrc related fixesWilliam Hubbs2011-04-301-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-04-301-1/+1
|
* use "rc-service -i" to test for and start servicesWilliam Hubbs2011-04-301-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-04-301-1/+1
|
* Coldplug and hotplug are in list_services.Robin H. Johnson2011-04-301-6/+3
|
* migrate yes/no tests to use if yesnoWilliam Hubbs2011-04-301-18/+16
|
* check_svc should use yesno and rc-serviceWilliam Hubbs2011-04-301-3/+3
|
* Migrate BRLTTY to depend block, another good example for simple calls.Robin H. Johnson2011-04-301-4/+2
|
* Hook up list_services to depend need call.Robin H. Johnson2011-04-301-1/+32
|
* Add conversion of GPM as first example for BL2 work.Robin H. Johnson2011-04-302-21/+39
|
* add --visit-items to dialog commandsWilliam Hubbs2011-02-162-15/+15
| | | | | | | this makes the net-setup script much more accessible with speakup. X-Gentoo-Bug: 302381 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=302381
* fix typoDavid Abbott2011-02-101-0/+1
| | | | | X-Gentoo-Bug: 352377 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=352377