Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow MTU to be specified in a kickstart file as well as on the command | Chris Lumens | 2006-05-15 | 1 | -0/+7 |
| | | | | line (#191328). | ||||
* | Finish making non-UI steps pass around the anaconda object. | Chris Lumens | 2006-05-04 | 1 | -3/+3 |
| | |||||
* | 2006-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-04-26 | 1 | -0/+3 |
| | | | | | * network.py (Network.__init__): Don't reconfig network if using rootpath mode | ||||
* | 2006-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-04-26 | 1 | -5/+6 |
| | | | | | * network.py (Network.lookupHostname): Don't change network config in rootpath mode (#185930) | ||||
* | Get ready for a surprise... | David Cantrell | 2006-03-24 | 1 | -1/+2 |
| | | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates. | ||||
* | Create a dictionary in flags.py for storing /proc/cmdline. Nuke all | Chris Lumens | 2006-03-22 | 1 | -5/+3 |
| | | | | references to /proc/cmdline from everywhere else in favor of this dict. | ||||
* | Move hasActiveNetDev frmo vnc to network. | Chris Lumens | 2006-02-14 | 1 | -0/+15 |
| | |||||
* | Put quotes around ethtool arguments (#176918). | Chris Lumens | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Check for ff:ff:ff:ff:ff:ff as well. | Chris Lumens | 2005-11-29 | 1 | -3/+2 |
| | |||||
* | 2005-08-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-08-25 | 1 | -4/+0 |
| | | | | | * network.py (NetworkDevice.__init__): Don't set some types that aren't really relevant (#136188, #157193) | ||||
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -6/+8 |
| | |||||
* | Use the right enum. Not that it makes much difference here. | Bill Nottingham | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | Fix multiple NICs in kickstart config files (#158566). | Chris Lumens | 2005-07-13 | 1 | -0/+1 |
| | |||||
* | Put fixes for #138852 and #146915 on HEAD | Paul Nasrat | 2005-02-08 | 1 | -0/+10 |
| | |||||
* | 2004-12-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-23 | 1 | -0/+8 |
| | | | | | | * network.py (Network.available): Work around kudzu not being able to determine which netdev is which and set hwaddrs anyway (except on s390 to avoid setting it on qeth) (#143535) | ||||
* | 2004-11-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-01 | 1 | -1/+11 |
| | | | | | * network.py (Network.write): Write WEPKEY in /etc/sysconfig/network-scripts/keys-$DEVNAME with mode 0600 (#140645) | ||||
* | 2004-10-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-12 | 1 | -0/+3 |
| | | | | | * network.py (Network.__init__): Don't save the hwaddr for qeth (#135023) | ||||
* | - add support for CTC protocol selection #132324, #132325 | Karsten Hopp | 2004-09-13 | 1 | -1/+1 |
| | |||||
* | - Things are getting complicated. | Karsten Hopp | 2004-09-01 | 1 | -6/+2 |
| | | | | | | | qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead | ||||
* | there are no esconX or lcsX interfaces anymore | Karsten Hopp | 2004-08-30 | 1 | -4/+0 |
| | |||||
* | - first attempt to fix iucv configuration (#127844) | Karsten Hopp | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | preserve essid and wepkey | Jeremy Katz | 2004-05-27 | 1 | -1/+2 |
| | |||||
* | add support for LCS and ccwgroup devices, fix traceback | Karsten Hopp | 2004-05-26 | 1 | -2/+8 |
| | |||||
* | really fix | Jeremy Katz | 2004-05-06 | 1 | -1/+1 |
| | |||||
* | token ring fix (#120940) | Jeremy Katz | 2004-05-06 | 1 | -1/+1 |
| | |||||
* | don't do probe all | Jeremy Katz | 2004-03-04 | 1 | -1/+1 |
| | |||||
* | only try to add the key if the value isn't None (#113054) | Jeremy Katz | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | add dhcp class id support (#107946). requires pump >= 0.8.20 | Jeremy Katz | 2004-01-06 | 1 | -1/+5 |
| | |||||
* | fix overzealous overriding of hostname for dhcp | Jeremy Katz | 2003-10-21 | 1 | -2/+0 |
| | |||||
* | only try to get nameserver information from onboot devs and try to avoid | Jeremy Katz | 2003-10-16 | 1 | -4/+10 |
| | | | | ending up with an empty resolv.conf for post-install (#107241, others) | ||||
* | overridedhcp hostname if dhcp and --hostname specified | Jeremy Katz | 2003-09-29 | 1 | -2/+5 |
| | |||||
* | write out DHCP_HOSTNAME if we have an overriden hostname (#81613) | Jeremy Katz | 2003-09-25 | 1 | -0/+6 |
| | |||||
* | merge from taroon branch | Jeremy Katz | 2003-08-27 | 1 | -0/+4 |
| | |||||
* | fix for bug #78627 - enhancements and fixes for ks network directive | Mike Fulbright | 2003-08-25 | 1 | -0/+3 |
| | |||||
* | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -1/+4 |
| | |||||
* | write out device description to ifcfg-ethX files | Mike Fulbright | 2003-08-14 | 1 | -0/+3 |
| | |||||
* | add length check for hostname | Mike Fulbright | 2003-08-12 | 1 | -0/+3 |
| | |||||
* | Fix typo. | sopwith | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | add the short hostname (#101728) | Jeremy Katz | 2003-08-07 | 1 | -1/+5 |
| | |||||
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -1/+2 |
| | |||||
* | only try to get mac address of actual devs (#99327) | Jeremy Katz | 2003-07-17 | 1 | -3/+3 |
| | |||||
* | merge from taroon branch. product.img stuff, md can be modular, lots of | Jeremy Katz | 2003-07-16 | 1 | -4/+4 |
| | | | | little things across the board | ||||
* | oops write out hwaddr even if description is not available | Mike Fulbright | 2003-07-11 | 1 | -2/+2 |
| | |||||
* | remove description when we write out config file | Mike Fulbright | 2003-07-10 | 1 | -2/+18 |
| | |||||
* | fix problem with properly initializing one ethernet device as active by default | Mike Fulbright | 2003-07-09 | 1 | -0/+25 |
| | |||||
* | keep track of 'Type' for device, since we're going to start using it | Bill Nottingham | 2003-06-26 | 1 | -0/+10 |
| | | | | more | ||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -2/+3 |
| | | | | and cleanups in here too | ||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -1/+41 |
| | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
* | I seem to be having problems with this recently... | Jeremy Katz | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | handle more than one dns server in a nicer fashion for kickstart | Jeremy Katz | 2003-02-17 | 1 | -3/+19 |
| |