| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HAL to probe for disks. Add a removableDriveDict for use by the exception... | Bill Nottingham | 2007-12-07 | 1 | -32/+30 |
* | Don't try and make devices. Adjust calls as necessary. | Bill Nottingham | 2007-12-07 | 1 | -41/+6 |
* | Get out of the business of creating device nodes. | Bill Nottingham | 2007-12-07 | 1 | -24/+0 |
* | Probe for LVM fstype since we don't get that out of libblkid (#409321) | Jeremy Katz | 2007-12-03 | 1 | -1/+24 |
* | Use libblkid instead of custom filesystem probing | Jeremy Katz | 2007-12-03 | 1 | -164/+5 |
* | Create device nodes in /dev. | Chris Lumens | 2007-10-26 | 1 | -3/+1 |
* | 2007-10-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-25 | 1 | -0/+5 |
* | Clean up usage of /tmp for device nodes (patch from notting@redhat.com). | Chris Lumens | 2007-10-24 | 1 | -1/+1 |
* | - fix selinux labels on $MOUNTPOINT/ and $MOUNTPOINT/lost+found (#335621) | Peter Jones | 2007-10-18 | 1 | -1/+18 |
* | * iutil.py (makeDriveDeviceNodes): create all variations of tape drive | dlehman | 2007-09-17 | 1 | -1/+7 |
* | Remove unused spaceAvailable, fsSpaceAvailable, chroot, checkBoot, loadFont, | Chris Lumens | 2007-07-30 | 1 | -107/+151 |
* | 2007-07-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-07-25 | 1 | -0/+3 |
* | * urlinstall.py (UrlInstallMethod.filesDone): don't log errors when | dlehman | 2007-07-11 | 1 | -2/+8 |
* | - install the PAE kernel when applicable (#207573). | Peter Jones | 2007-07-06 | 1 | -0/+29 |
* | (merges from f7-branch) | Jeremy Katz | 2007-05-30 | 1 | -4/+6 |
* | - raise ValueError in _getRaidInfo() when we don't find a valid raid | Peter Jones | 2007-05-23 | 1 | -0/+2 |
* | * isys/isys.py: If klass is None, set to empty string. Always send | David Cantrell | 2007-05-22 | 1 | -4/+4 |
* | 2007-05-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-05-21 | 1 | -14/+107 |
* | * isys/isys.py (dhcpNetDevice): Don't need to take dhcpclass as a | David Cantrell | 2007-05-07 | 1 | -1/+2 |
* | * rescue.py (startNetworking): Call the right functions to bring up | David Cantrell | 2007-04-27 | 1 | -8/+35 |
* | * isys/isys.py (compareNetDevices): If either device lacks an int in | David Cantrell | 2007-04-23 | 1 | -2/+5 |
* | * isys/isys.py (getLinkStatus): Be a little more intelligent about what | David Cantrell | 2007-04-20 | 1 | -1/+8 |
* | 2007-04-18 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-04-18 | 1 | -0/+12 |
* | * isys/nl.c (netlink_init_interfaces_list): Should catch instances | David Cantrell | 2007-04-18 | 1 | -4/+5 |
* | Ignore PS3 flash (#236481) | Paul Nasrat | 2007-04-17 | 1 | -0/+8 |
* | Use /dev/ devices nodes for probing RAID superblocks, instead of recycling the | Chris Lumens | 2007-03-28 | 1 | -11/+15 |
* | 2007-02-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-02-07 | 1 | -3/+0 |
* | 2007-01-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-23 | 1 | -0/+2 |
* | 2006-12-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-12-12 | 1 | -1/+1 |
* | - don't segfault when importing isys on ppc (#214653) | Peter Jones | 2006-11-08 | 1 | -0/+2 |
* | 2006-10-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-10-25 | 1 | -3/+5 |
* | * isys/isys.py (inet_calcNetBroad): Umm, use ntohl() so it works on all | David Cantrell | 2006-10-03 | 1 | -10/+6 |
* | * iw/network_gui.py (NetworkWindow): Use isys.netmask2prefix() and | David Cantrell | 2006-10-03 | 1 | -13/+11 |
* | * isys/isys.py (inet_doConvertPrefixToNetmask): Removed since it does | David Cantrell | 2006-10-02 | 1 | -7/+3 |
* | * isys/isys.c (doDhcpNetDevice): Rename to be dhcp instead of | Jeremy Katz | 2006-09-12 | 1 | -3/+7 |
* | Skip attached devices without media present (like CF readers, etc.) (#205465). | Chris Lumens | 2006-09-11 | 1 | -0/+5 |
* | * isys/isys.py (inet_convertPrefixToNetmask): Take IPv4 CIDR prefix | David Cantrell | 2006-09-06 | 1 | -0/+7 |
* | * isys/isys.py: Remove inet_aton() and inet_ntoa(). Replaced calls | David Cantrell | 2006-09-06 | 1 | -15/+20 |
* | - move device blacklisting from hardDriveDict into driveDict, so we do it | Peter Jones | 2006-08-25 | 1 | -22/+37 |
* | 2006-08-24 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-24 | 1 | -2/+2 |
* | - add a simple audit daemon | Peter Jones | 2006-08-22 | 1 | -0/+2 |
* | 2006-08-22 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-22 | 1 | -0/+3 |
* | - oops, klassArg crap and dm is still busted when klassArg == "cdrom". | Peter Jones | 2006-08-21 | 1 | -3/+3 |
* | - don't call isys.flushDriveDict() from makeDriveDeviceNodes(), as it | Peter Jones | 2006-08-18 | 1 | -14/+22 |
* | - fix mknod | Peter Jones | 2006-07-31 | 1 | -1/+1 |
* | Removed isys_calcNetmask and isys_calcNS. | Chris Lumens | 2006-07-13 | 1 | -24/+0 |
* | Don't guess the gateway for consistency with loader's UI (#197578). | Chris Lumens | 2006-07-12 | 1 | -8/+0 |
* | Instead of detecting whether a device is removable or not, detect whether | Chris Lumens | 2006-06-22 | 1 | -12/+11 |
* | 2006-06-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-21 | 1 | -2/+1 |
* | 2006-06-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-21 | 1 | -11/+22 |