summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added some more notes to TODO and add a ChangeLog entry for Andrew's latest c...Chris Gianelloni2008-07-282-4/+11
* fix passwd= support for gentoo bug #230968agaffney2008-07-241-1/+1
* Initial commit after creating the git repository.Chris Gianelloni2008-07-241-0/+8
* Change nohotplug/dohotplug to nocoldplug/docoldplug to match udev-start.sh's ...Chris Gianelloni2008-05-171-16/+11
* Updated openglify for bug #216598 and added a TODO.Chris Gianelloni2008-04-082-14/+38
* Make sure /etc/sysconfig exists before running hwsetup for bug #215824.Chris Gianelloni2008-04-031-0/+1
* explicitly start portmap before nfsmountAndrew Gaffney2008-03-261-2/+5
* Let's clean up openglify so it works on both older and newer versions of X.Or...Chris Gianelloni2008-02-281-2/+8
* add missing ) after pwgenAndrew Gaffney2008-02-261-1/+1
* Fix up some usages of single and double quotes.Chris Gianelloni2008-02-261-5/+5
* Fixed a couple missing semicolons.Chris Gianelloni2008-02-261-0/+1
* Rearrange some of the detection routines so it makes more sense and added brl...Chris Gianelloni2008-02-251-20/+30
* Added some initial hald checking.Chris Gianelloni2008-02-081-0/+4
* Added dmraid/evms/lvm/mdadm/net/pata/sata/scsi/usb settings, made sure every ...Chris Gianelloni2008-02-081-12/+138
* Some minor tweaks/cleanups and adding a warning for anybody trying dosshd.Chris Gianelloni2007-12-131-25/+23
* Added dosshd and nonfs (client) to autoconfig. I still need to create some w...Chris Gianelloni2007-12-131-13/+35
* Wrap using -z and quotes.Chris Gianelloni2007-11-161-2/+2
* Added a missing closing parentheses. Thanks to Andrew Gaffney <agaffney@gent...Chris Gianelloni2007-11-161-1/+1
* This code should hopefully resolve some issues with DHCP on our release media...Chris Gianelloni2007-11-131-0/+9
* Removed code from the old xfree->xorg-x11 changeover.Chris Gianelloni2007-11-131-21/+10
* Added a small fix for bug #111972 and also doing some minor clean up.Chris Gianelloni2007-10-302-25/+25
* Cleaning up the coding style on some parts and doing some minor cleanups.Chris Gianelloni2007-10-132-65/+72
* Added therrmal, video, and dock to the list of ACPI modules that we load at b...Chris Gianelloni2007-09-041-0/+3
* Move coldplugging/hotplugging/firmware unpacking before any other hardware de...Chris Gianelloni2007-09-041-22/+23
* We should be using /etc/init.d/functions.sh rather than /sbin/functions.sh so...Chris Gianelloni2007-07-251-1/+1
* Added some quotes, blame agaffney.Chris Gianelloni2007-03-161-2/+2
* Make sure we export RC_NO_UMOUNTS for baselayout.Chris Gianelloni2007-03-161-2/+4
* Moved the RC_COLDPLUG munging outside of HOTPLUG checks, and removed our extr...Chris Gianelloni2007-02-131-4/+5
* We need to turn on the RC_COLDPLUG in /etc/conf.d/rc since we're now disablin...Chris Gianelloni2006-12-201-0/+2
* Removed all of the CVS-based headers and added /sbin/udevtrigger to the coldp...Chris Gianelloni2006-12-147-25/+8
* Added sed from Jens Pranaitis <hans.maulwurf@gmail.com> to fix ATI detection....Chris Gianelloni2006-11-291-1/+1
* Escape = in cmdline checks.Chris Gianelloni2006-09-201-3/+3
* Update openglify to support 32-bit drivers on a 64-bit system.Chris Gianelloni2006-09-121-9/+35
* Alphabetize the PPC machines. Add iMac G5 to list.Chris Gianelloni2006-09-051-14/+17
* Fixed VGA detection in the opengl identification parts of livecd-functions.sh...Chris Gianelloni2006-08-091-2/+2
* Added code to make autoconfig disable DHCP properly.Chris Gianelloni2006-08-021-1/+5
* Swap eselect opengl and opengl-update preference.Chris Gianelloni2006-08-011-4/+4
* A small fix-up so that openglify works with both the modular and monolithic X...Chris Gianelloni2006-07-201-7/+18
* Force mkxf86config to run before x-setup by calling it explicitly to workarou...Chris Gianelloni2006-07-181-6/+7
* Some more cleanup of the autodetection sections.Chris Gianelloni2006-07-161-10/+10
* Some minor code cleanup.Chris Gianelloni2006-07-141-6/+6
* Apparently my foray into using bash internals instead of grep didn't work, th...Chris Gianelloni2006-07-141-11/+14
* Add a fix from Roy Marples <uberlord@gentoo.org> to remove warnings about rea...Chris Gianelloni2006-07-111-1/+1
* Change a few greps to bash built-in after reading Uberlord's blog post.Chris Gianelloni2006-06-231-9/+19
* Added a patch to modify the CPU detection from Joshua Kinard. Also, updated ...Chris Gianelloni2006-06-211-67/+78
* Added support for the on-board GeForce 6150, as well as made all of the openg...Chris Gianelloni2006-06-201-11/+32
* Changed active->detected for alpha CPU detection.Chris Gianelloni2006-06-161-2/+2
* Add a check to determine the location of iwconfig so it works on older and ne...Chris Gianelloni2006-06-141-9/+11
* Added initial eselect support.Chris Gianelloni2006-06-091-1/+4
* Added patch from Daniel Drake <dsd@gentoo.org> to simplify network setup on 2...Chris Gianelloni2006-05-302-4/+144