summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated openglify for bug #216598 and added a TODO.Chris Gianelloni2008-04-082-14/+38
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@149 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
* Let's clean up openglify so it works on both older and newer versions of ↵Chris Gianelloni2008-02-281-2/+8
| | | | | | X.Org server. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@146 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
* Removed code from the old xfree->xorg-x11 changeover.Chris Gianelloni2007-11-131-21/+10
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@134 7bf51bff-881f-0410-a643-fba68b97345e
* Added a small fix for bug #111972 and also doing some minor clean up.Chris Gianelloni2007-10-302-25/+25
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@133 7bf51bff-881f-0410-a643-fba68b97345e
* Cleaning up the coding style on some parts and doing some minor cleanups.Chris Gianelloni2007-10-132-65/+72
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@132 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
* We should be using /etc/init.d/functions.sh rather than /sbin/functions.sh ↵Chris Gianelloni2007-07-251-1/+1
| | | | | | so we can be compatible with baselayout-2 and the current baselayout. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@129 7bf51bff-881f-0410-a643-fba68b97345e
* Added some quotes, blame agaffney.Chris Gianelloni2007-03-161-2/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@128 7bf51bff-881f-0410-a643-fba68b97345e
* Make sure we export RC_NO_UMOUNTS for baselayout.Chris Gianelloni2007-03-161-2/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@127 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-147-25/+8
| | | | | | 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
* Added sed from Jens Pranaitis <hans.maulwurf@gmail.com> to fix ATI ↵Chris Gianelloni2006-11-291-1/+1
| | | | | | detection. Closing bug #154559. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@123 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
* Update openglify to support 32-bit drivers on a 64-bit system.Chris Gianelloni2006-09-121-9/+35
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@121 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
* Fixed VGA detection in the opengl identification parts of ↵Chris Gianelloni2006-08-091-2/+2
| | | | | | livecd-functions.sh for bug #143103. This will likely be going away in the future for a much simpler method, since we no longer ship the binary drivers on any of our media. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@119 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
* Swap eselect opengl and opengl-update preference.Chris Gianelloni2006-08-011-4/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@117 7bf51bff-881f-0410-a643-fba68b97345e
* A small fix-up so that openglify works with both the modular and monolithic ↵Chris Gianelloni2006-07-201-7/+18
| | | | | | X builds in portage. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@116 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
* Some minor code cleanup.Chris Gianelloni2006-07-141-6/+6
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@113 7bf51bff-881f-0410-a643-fba68b97345e
* Apparently my foray into using bash internals instead of grep didn't work, ↵Chris Gianelloni2006-07-141-11/+14
| | | | | | though it did when I originally tested it. More research will be required before switching back, and we're too close to release to bother. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@112 7bf51bff-881f-0410-a643-fba68b97345e
* Add a fix from Roy Marples <uberlord@gentoo.org> to remove warnings about ↵Chris Gianelloni2006-07-111-1/+1
| | | | | | read only variables. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@111 7bf51bff-881f-0410-a643-fba68b97345e
* Change a few greps to bash built-in after reading Uberlord's blog post.Chris Gianelloni2006-06-231-9/+19
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@110 7bf51bff-881f-0410-a643-fba68b97345e
* Added a patch to modify the CPU detection from Joshua Kinard. Also, updated ↵Chris Gianelloni2006-06-211-67/+78
| | | | | | the X detection, in case x-setup isn't on the CD, to fall back to mkxf86config. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@109 7bf51bff-881f-0410-a643-fba68b97345e
* Added support for the on-board GeForce 6150, as well as made all of the ↵Chris Gianelloni2006-06-201-11/+32
| | | | | | opengl-setup stuff determine if the binary drivers are even on the disk or not. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@108 7bf51bff-881f-0410-a643-fba68b97345e
* Changed active->detected for alpha CPU detection.Chris Gianelloni2006-06-161-2/+2
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@107 7bf51bff-881f-0410-a643-fba68b97345e
* Add a check to determine the location of iwconfig so it works on older and ↵Chris Gianelloni2006-06-141-9/+11
| | | | | | newer versions of wireless-tools. This is for bug #136497. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@106 7bf51bff-881f-0410-a643-fba68b97345e
* Added initial eselect support.Chris Gianelloni2006-06-091-1/+4
| | | | git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@105 7bf51bff-881f-0410-a643-fba68b97345e
* Added patch from Daniel Drake <dsd@gentoo.org> to simplify network setup on ↵Chris Gianelloni2006-05-302-4/+144
| | | | | | 2.6 kernels. You 2.4 suckas bettah recognize... This is for bug #133955. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@104 7bf51bff-881f-0410-a643-fba68b97345e
* Check for presence of dialog before running. Suggestion made by Markus ↵Chris Gianelloni2006-05-301-1/+7
| | | | | | Saarinen <heroine@saunalahti.fi> in bug #134486. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@103 7bf51bff-881f-0410-a643-fba68b97345e
* Fixed x-setup being called when we used either nox or nodetect. Fixed sound ↵Chris Gianelloni2006-05-231-4/+6
| | | | | | card detection. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@102 7bf51bff-881f-0410-a643-fba68b97345e
* Add an unpack_firmware function in case we don't have either the hotplug or ↵Chris Gianelloni2006-05-191-1/+15
| | | | | | coldplug init scripts for udev >=089 compatibility. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@101 7bf51bff-881f-0410-a643-fba68b97345e
* Changed NVIDIA detection to only work with newer cards, supported by the ↵Chris Gianelloni2006-05-151-3/+17
| | | | | | latest binary drivers. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@100 7bf51bff-881f-0410-a643-fba68b97345e