summaryrefslogtreecommitdiffstats
path: root/command-stubs
Commit message (Collapse)AuthorAgeFilesLines
* No longer use HAL in list-harddrives.Chris Lumens2009-08-041-31/+5
|
* Convert command-stubs/ to Makefile.amDavid Cantrell2009-06-092-37/+23
|
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-10/+38
| | | | | | | | | | Remove minihal.py and use NetworkManager to get a list of device names and their hardware addresses. Still have to talk to hal via D-Bus to build a description string, but the hal path is given to us by NetworkManager, so we are sure we are only building a list of interfaces that NetworkManager knows about and can communicate with. Also rewrite command-stubs/list-harddrives to not use minihal.
* Use minihal instead of isys.hardDriveDict in list-harddrives (#488122).Chris Lumens2009-03-171-32/+10
| | | | | | list-harddrives was completely broken in the new storage world. Incidentally, this patch also fixes the referenced bug by removing all the unnecessary imports that were dragging in zonetab.
* sector_size -> sectorSizeChris Lumens2009-02-121-1/+1
|
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-252-117/+1
| | | | | | | | | | | Finally, no more libdhcp. This is the first set of changes to take anaconda over to the wonderful world of NetworkManager. We are no longer linking with libdhcp to do interface configuration. NM is started early in the installation and opens the door to things like WPA installation support and things like that.
* Remove the last references to makeDevInode (#430784).Chris Lumens2008-01-293-24/+6
|
* Remove kudzu-probe-stub.Chris Lumens2008-01-232-82/+2
|
* Remove rogue references to kudzu.Chris Lumens2008-01-232-2/+0
|
* GPLv2+ boilerplates for the command-stubs/ files.David Cantrell2007-12-179-0/+156
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* Fixes from buildinstall logs.Chris Lumens2007-06-141-1/+1
|
* * command-stubs/pump-stub: Removed (#239427).David Cantrell2007-05-142-36/+98
| | | | | | | * command-stubs/dhcpclient-stub: Wrote new command to provide an IPv4 and IPv6 dhcp/auto client at the command line in rescue mode (#239427). * scripts/upd-instroot: Install dhcpclient-stub, symlink /usr/bin/pump to /usr/bin/dhcpclient (#239427).
* - add support for CLASS_ATA and CLASS_SATAPeter Jones2006-08-091-0/+3
|
* 2006-07-31 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-311-2/+2
| | | | * command-stubs/mknod-stub (main): More fixage (#200820)
* - fix mknodPeter Jones2006-07-311-1/+2
|
* Instead of detecting whether a device is removable or not, detect whetherChris Lumens2006-06-221-1/+1
| | | | | there is media present in devices where it may be removed. This should finish up getting USB installation working.
* add syslogd stubPaul Nasrat2006-05-012-1/+17
|
* Removed rescue-startx-stub for rhpxl simplification.Chris Lumens2006-04-192-24/+1
|
* Import anaconda_log (#187119).Chris Lumens2006-03-283-0/+3
|
* Use rhpxl instead of rhpl for X configuration.Chris Lumens2005-10-071-1/+1
|
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-1/+2
| | | | | | | | | * command-stubs/mknod-stub (main): Add * partedUtils.py (get_partition_name): * iutil.py (makeDriveDeviceNodes): * fsset.py (prepbootFileSystem.getDiskPart): Promise SX8 devices are of the form /dev/sx8/dpn; support this as needed.
* import fsset first to avoid circular imports screwing things upJeremy Katz2004-07-122-0/+2
|
* merge anaconda-10_0-branch changes back to HEADJeremy Katz2004-05-181-1/+1
|
* merge from rhel3 -- don't spew errors if loading the keymap failsJeremy Katz2004-05-111-1/+4
|
* fix for pump dhcpclass stuffJeremy Katz2004-01-231-1/+1
|
* notting tells me xterm isnt supposed to have moved.Mike Fulbright2003-08-121-1/+1
|
* xterm moved to /usr/bin for some reasonMike Fulbright2003-08-121-1/+1
|
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+2
|
* oops order wrongMike Fulbright2003-01-152-3/+3
|
* script to start X in rescue mode with xterm and twmMike Fulbright2003-01-151-0/+23
|
* fix import of isys (#80206)Jeremy Katz2002-12-231-0/+1
|
* add mknod stubJeremy Katz2002-12-112-1/+51
|
* command stubs have moved into a subdirectory (rcs files were copied). addJeremy Katz2002-11-011-0/+18
| | | | their makefile
* add a loadkeys implementationJeremy Katz2002-11-011-0/+26
|
* get python paths rightMike Fulbright2002-08-161-1/+9
|
* stub to do probing for helping debug bug reportsMike Fulbright2002-08-161-0/+62
|
* simple script to scan and list harddrives for use in kickstartMike Fulbright2002-08-161-0/+37
|
* merge fix from 7-2-branchJeremy Katz2001-10-041-1/+1
|
* added pump program for rescue modeErik Troan2001-02-221-0/+36
|
* typoMike Fulbright2001-02-201-1/+1
|
* fix typoMike Fulbright2001-02-101-1/+1
|
* add losetup stub per erik's requestMatt Wilson2000-12-131-0/+40
|
* added raidstart and raidstopMatt Wilson2000-02-142-0/+63