Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gpm-pre: fix sourcing of hwsetup settings | William Hubbs | 2012-10-03 | 1 | -4/+6 | |
| | | | | | | | | | Source the files only if they exist. Also, warn if a mouse was not detected. The gpm init script already detects if a mouse isn't configured and refuses to start, which is what we want. X-Gentoo-Bug: 408533 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=408533 | |||||
* | further cosmetic cleanupslivecd-tools-2.0.2 | William Hubbs | 2011-10-24 | 5 | -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 spind | William Hubbs | 2011-10-24 | 2 | -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-19 | 5 | -8/+8 | |
| | | | | functions - fixes bug 379821. | |||||
* | Revert "remove bashlogin"livecd-tools-2.0.1 | William Hubbs | 2011-06-30 | 1 | -0/+7 | |
| | | | | | | This reverts commit 1058b90acbaa2550892cfe93c2cef8dad0e1cacd. We still need this for serial lines. | |||||
* | update fixinittab to use mingetty for consoles | William Hubbs | 2011-06-30 | 1 | -1/+1 | |
| | ||||||
* | Revert "modify the fixinittab service to allow autologin on the consoles" | William Hubbs | 2011-06-30 | 1 | -8/+8 | |
| | | | | This reverts commit f5a0172d4c65049d5bb86c770d5cb52b324d77e3. | |||||
* | remove bashlogin | William Hubbs | 2011-06-28 | 1 | -7/+0 | |
| | | | | This can be removed since our inittab no longer uses it. | |||||
* | remove openglify | William Hubbs | 2011-06-28 | 1 | -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 consoles | William Hubbs | 2011-06-28 | 1 | -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 Hubbs | 2011-06-28 | 1 | -8/+8 | |
| | | | | This reverts commit f8014344d03a553418b3f5153c3c3cebc2ca131b. | |||||
* | modify the fixinittab service to allow autologin on the consoles | William Hubbs | 2011-06-28 | 1 | -8/+8 | |
| | ||||||
* | create defaults file for autoconfig | William Hubbs | 2011-06-23 | 2 | -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.0 | William Hubbs | 2011-04-30 | 1 | -0/+1 | |
| | | | | I would like to thank gmsoft for this patch. | |||||
* | stop xdm if X11 is not requested | Fernando Orocu | 2011-04-30 | 1 | -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 users | William Hubbs | 2011-04-30 | 1 | -3/+7 | |
| | ||||||
* | reset splash to verbose mode for speakup users | William Hubbs | 2011-04-30 | 1 | -0/+3 | |
| | ||||||
* | fix udevtrigger call | William Hubbs | 2011-04-30 | 1 | -1/+1 | |
| | | | | The udevtrigger program has been replaced with udevadm. | |||||
* | split out firmware extraction and hwsetup | William Hubbs | 2011-04-30 | 3 | -25/+41 | |
| | | | | Firmware extraction and hwsetup are now separate services. | |||||
* | start gpm-pre before gpm from autoconfig | William Hubbs | 2011-04-30 | 2 | -5/+1 | |
| | ||||||
* | add a message so we know autoconfig has started | William Hubbs | 2011-04-30 | 1 | -0/+1 | |
| | ||||||
* | make gpm-pre executable | William Hubbs | 2011-04-30 | 1 | -0/+0 | |
| | ||||||
* | move init.d scripts to a common directory | William Hubbs | 2011-04-30 | 5 | -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 autoconfig | William Hubbs | 2011-04-30 | 1 | -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 function | William Hubbs | 2011-04-30 | 1 | -5/+7 | |
| | ||||||
* | adjust fixinittab | William Hubbs | 2011-04-30 | 1 | -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 dev | William Hubbs | 2011-04-30 | 1 | -1/+1 | |
| | ||||||
* | fix typo | William Hubbs | 2011-04-30 | 1 | -1/+1 | |
| | ||||||
* | load speakup module before espeakup is run | William Hubbs | 2011-04-30 | 1 | -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 typo | William Hubbs | 2011-04-30 | 1 | -1/+0 | |
| | ||||||
* | update sound and software speech handling | William Hubbs | 2011-04-30 | 2 | -42/+54 | |
| | | | | | migrate unmute code to a separate script. Also migrate the espeakup service to the list_services function. | |||||
* | fix message for sound card | William Hubbs | 2011-04-30 | 1 | -5/+3 | |
| | | | | | The original message used \n for new lines, but einfo doesn't honor these in openrc. | |||||
* | remove hal support | William Hubbs | 2011-04-30 | 1 | -3/+0 | |
| | ||||||
* | Revert "fix dependency in fixinittab" | William Hubbs | 2011-04-30 | 1 | -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 fixinittab | William Hubbs | 2011-04-30 | 1 | -1/+1 | |
| | | | | | fixinittab should go in the boot runlevel, not sysinit, and it should run after procfs. | |||||
* | add fixinittab service | William Hubbs | 2011-04-30 | 2 | -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 function | William Hubbs | 2011-04-30 | 1 | -19/+3 | |
| | ||||||
* | Ensure /lib/firmware exists before we try to extract into it. | Robin H. Johnson | 2011-04-30 | 1 | -0/+1 | |
| | ||||||
* | Document authorship. | Robin H. Johnson | 2011-04-30 | 1 | -6/+12 | |
| | ||||||
* | more openrc related fixes | William Hubbs | 2011-04-30 | 1 | -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 typo | William Hubbs | 2011-04-30 | 1 | -1/+1 | |
| | ||||||
* | use "rc-service -i" to test for and start services | William Hubbs | 2011-04-30 | 1 | -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 existance | William Hubbs | 2011-04-30 | 1 | -1/+1 | |
| | ||||||
* | Coldplug and hotplug are in list_services. | Robin H. Johnson | 2011-04-30 | 1 | -6/+3 | |
| | ||||||
* | migrate yes/no tests to use if yesno | William Hubbs | 2011-04-30 | 1 | -18/+16 | |
| | ||||||
* | check_svc should use yesno and rc-service | William Hubbs | 2011-04-30 | 1 | -3/+3 | |
| | ||||||
* | Migrate BRLTTY to depend block, another good example for simple calls. | Robin H. Johnson | 2011-04-30 | 1 | -4/+2 | |
| | ||||||
* | Hook up list_services to depend need call. | Robin H. Johnson | 2011-04-30 | 1 | -1/+32 | |
| | ||||||
* | Add conversion of GPM as first example for BL2 work. | Robin H. Johnson | 2011-04-30 | 2 | -21/+39 | |
| | ||||||
* | add --visit-items to dialog commands | William Hubbs | 2011-02-16 | 2 | -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 |