summaryrefslogtreecommitdiffstats
path: root/isys
Commit message (Expand)AuthorAgeFilesLines
* Make sure we return the same kind of exception in all cases.Chris Lumens2008-03-171-2/+7
* Don't prepend /dev/ onto nfs devices. Also log mount errors to tty5.Peter Jones2008-03-171-13/+14
* Accept devices with or without a leading /dev/.Chris Lumens2008-03-141-3/+9
* More ext4 vs ext4dev nonsense. (#435517)Jeremy Katz2008-02-291-0/+2
* Add support for getting UUID using libblkidJeremy Katz2008-02-241-0/+7
* Don't try to lock /etc/mtab, fix error detection when mount fails.Chris Lumens2008-02-211-4/+4
* the '-o' is appended to the mount command in imount.cJoel Andres Granados2008-02-201-1/+1
* This var can also be None.Joel Andres Granados2008-02-201-1/+1
* Mount flags should be an optional argument (#433279, #433280).Chris Lumens2008-02-181-2/+2
* Fix the buildJeremy Katz2008-02-121-1/+1
* Remove all our own mount code.Chris Lumens2008-02-1113-3009/+7
* Use the mount program instead of our own code.Chris Lumens2008-02-114-73/+68
* Update error messages to match function names.David Cantrell2008-02-081-14/+14
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-084-17/+17
* Correct nl_ip2str() cache iteration.David Cantrell2008-02-071-2/+7
* Check for device existence rather than starting with /devJeremy Katz2008-02-071-2/+2
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-054-322/+14
* Avoid infinite loop in nl_ip2str().David Cantrell2008-02-041-4/+1
* Initialize int here to fix compiler warnings.David Cantrell2008-01-301-1/+1
* Make sure the device name starts with /dev (#430811).Chris Lumens2008-01-301-0/+6
* Use libnl to get interface MAC and IP addressesDavid L. Cantrell Jr2008-01-224-588/+161
* When starting RAID arrays, the device node may not already exist.Bill Nottingham2008-01-221-1/+4
* Add the MAC address to the network device selection screen (#428229).Chris Lumens2008-01-161-1/+7
* fix buildanaconda-11.4.0.12-1Bill Nottingham2007-12-201-1/+1
* Update EDD code for new probing code.Bill Nottingham2007-12-201-5/+2
* Add some simple hardware probing code that uses sysfs.Bill Nottingham2007-12-203-2/+209
* Remove extraneous include.Bill Nottingham2007-12-201-2/+0
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-1713-16/+16
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-1737-93/+627
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
* makeDevInode no longer exists.Chris Lumens2007-12-101-3/+1
* Use HAL to probe for disks. Add a removableDriveDict for use by the exception...Bill Nottingham2007-12-071-32/+30
* Don't try and make devices. Adjust calls as necessary.Bill Nottingham2007-12-073-48/+7
* Get out of the business of creating device nodes.Bill Nottingham2007-12-075-422/+1
* device nodes are in /dev (or, at least, should be)Bill Nottingham2007-12-041-1/+1
* Probe for LVM fstype since we don't get that out of libblkid (#409321)Jeremy Katz2007-12-031-1/+24
* Use libblkid instead of custom filesystem probingJeremy Katz2007-12-033-165/+38
* we don't use these anymore and they break the build.Jeremy Katz2007-11-281-2/+0
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
* Create device nodes in /dev.Chris Lumens2007-10-261-3/+1
* 2007-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-251-0/+5
* Clean up usage of /tmp for device nodes (patch from notting@redhat.com).Chris Lumens2007-10-241-1/+1
* - fix typoPeter Jones2007-10-191-1/+1
* - fix missing close() callsPeter Jones2007-10-192-29/+37
* Detect success from netlink_init_interfaces_list correctly.Chris Lumens2007-10-191-6/+6
* - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621)Peter Jones2007-10-182-16/+46
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-6/+4
* correct nameJeremy Katz2007-10-121-4/+4
* tyopJeremy Katz2007-10-121-1/+0
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-0/+11