summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
Commit message (Expand)AuthorAgeFilesLines
* Make sure the device name starts with /dev (#430811).Chris Lumens2008-01-301-0/+6
* When starting RAID arrays, the device node may not already exist.Bill Nottingham2008-01-221-1/+4
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-3/+3
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-171-9/+16
* 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-071-41/+6
* Get out of the business of creating device nodes.Bill Nottingham2007-12-071-24/+0
* 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-031-164/+5
* 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 selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621)Peter Jones2007-10-181-1/+18
* * iutil.py (makeDriveDeviceNodes): create all variations of tape drivedlehman2007-09-171-1/+7
* Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont,Chris Lumens2007-07-301-107/+151
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-0/+3
* * urlinstall.py (UrlInstallMethod.filesDone): don't log errors whendlehman2007-07-111-2/+8
* - install the PAE kernel when applicable (#207573).Peter Jones2007-07-061-0/+29
* (merges from f7-branch)Jeremy Katz2007-05-301-4/+6
* - raise ValueError in _getRaidInfo() when we don't find a valid raidPeter Jones2007-05-231-0/+2
* * isys/isys.py: If klass is None, set to empty string. Always sendDavid Cantrell2007-05-221-4/+4
* 2007-05-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-211-14/+107
* * isys/isys.py (dhcpNetDevice): Don't need to take dhcpclass as aDavid Cantrell2007-05-071-1/+2
* * rescue.py (startNetworking): Call the right functions to bring upDavid Cantrell2007-04-271-8/+35
* * isys/isys.py (compareNetDevices): If either device lacks an int inDavid Cantrell2007-04-231-2/+5
* * isys/isys.py (getLinkStatus): Be a little more intelligent about whatDavid Cantrell2007-04-201-1/+8
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-0/+12
* * isys/nl.c (netlink_init_interfaces_list): Should catch instancesDavid Cantrell2007-04-181-4/+5
* Ignore PS3 flash (#236481)Paul Nasrat2007-04-171-0/+8
* Use /dev/ devices nodes for probing RAID superblocks, instead of recycling theChris Lumens2007-03-281-11/+15
* 2007-02-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-071-3/+0
* 2007-01-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-231-0/+2
* 2006-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-121-1/+1
* - don't segfault when importing isys on ppc (#214653)Peter Jones2006-11-081-0/+2
* 2006-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-251-3/+5
* * isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on allDavid Cantrell2006-10-031-10/+6
* * iw/network_gui.py (NetworkWindow): Use isys.netmask2prefix() andDavid Cantrell2006-10-031-13/+11
* * isys/isys.py (inet_doConvertPrefixToNetmask): Removed since it doesDavid Cantrell2006-10-021-7/+3
* * isys/isys.c (doDhcpNetDevice): Rename to be dhcp instead ofJeremy Katz2006-09-121-3/+7
* Skip attached devices without media present (like CF readers, etc.) (#205465).Chris Lumens2006-09-111-0/+5
* * isys/isys.py (inet_convertPrefixToNetmask): Take IPv4 CIDR prefixDavid Cantrell2006-09-061-0/+7
* * isys/isys.py: Remove inet_aton() and inet_ntoa(). Replaced callsDavid Cantrell2006-09-061-15/+20
* - move device blacklisting from hardDriveDict into driveDict, so we do itPeter Jones2006-08-251-22/+37
* 2006-08-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-241-2/+2
* - add a simple audit daemonPeter Jones2006-08-221-0/+2
* 2006-08-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-221-0/+3
* - oops, klassArg crap and dm is still busted when klassArg == "cdrom".Peter Jones2006-08-211-3/+3
* - don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as itPeter Jones2006-08-181-14/+22
* - fix mknodPeter Jones2006-07-311-1/+1