| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove loader/ | Will Woods | 2012-02-15 | 1 | -109/+0 |
| | | | | | IT IS ACCOMPLISHED. | ||||
| * | Support prefix length in ipv6= cmdline option (#679108) | Radek Vykydal | 2011-11-01 | 1 | -0/+1 |
| | | | | | | | e.g. ipv6=2001:aaaa::1/48 Related: rhbz#679108 | ||||
| * | be more defensive -- check values for nonsenses | Vratislav Podzimek | 2011-06-22 | 1 | -0/+2 |
| | | |||||
| * | enable netmask setting for wireless connections | Vratislav Podzimek | 2011-06-22 | 1 | -1/+2 |
| | | |||||
| * | enable dns settings of wireless connection | Vratislav Podzimek | 2011-06-22 | 1 | -1/+1 |
| | | |||||
| * | enable gateway settings of wireless connection | Vratislav Podzimek | 2011-06-22 | 1 | -1/+2 |
| | | |||||
| * | enable establishing wpa connection in "early networking" | Vratislav Podzimek | 2011-06-22 | 1 | -0/+15 |
| | | |||||
| * | Consolidate ip address checking into functions. | Radek Vykydal | 2011-03-10 | 1 | -0/+4 |
| | | |||||
| * | Do not activate first ks network device automatically in non-network installs. | Radek Vykydal | 2011-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | For non-network installs it restores rhel 5 behaviour that was changed in master by commit 9767cb5fce174e8fcf28d06ad6f48384129a7cd4 (which would activate the device in any case). Now new --activate option can be used if bringing up the device in non-network install is desired. Port from rhel6-branch. Related: rhbz#638131 | ||||
| * | Make kickstart network command reconfigure active device in loader | Radek Vykydal | 2011-03-02 | 1 | -0/+3 |
| | | | | | | | | | | | | Port from rhel6-branch. Resolves: rhbz#668395 If the device has already been activated, reactivate it with new configuration. Restores rhel 5 behaviour, changed in master most probably with commit 1980e9d377aa6089ae96740cd85593ec18d5344d. | ||||
| * | Reset only ifcfg file of device we failed to activate | Radek Vykydal | 2011-03-02 | 1 | -0/+2 |
| | | | | | | | | | Port from rhel6-branch. Resolves: rhbz#638131 Not of all devices, e.g those brought up before activating devices from kickstart. | ||||
| * | Wait for activation of specific devices instead of NM | Radek Vykydal | 2011-03-02 | 1 | -1/+1 |
| | | | | | | Port from rhel6-branch Resolves: rhbz#638131 | ||||
| * | Activate all devices set by kickstart network --activate command | Radek Vykydal | 2011-03-02 | 1 | -0/+2 |
| | | | | | | Port from rhel6-branch. Resolves: rhbz#638131 | ||||
| * | Move all kickstart functions into kickstart.c. | Chris Lumens | 2011-01-25 | 1 | -2/+0 |
| | | | | | | Running the commands will now require operating on PyObjects, and I don't want to expose that outside of kickstart.c. | ||||
| * | Remember user's choice when going back in Configure TCP/IP (#609570) | Radek Vykydal | 2010-08-05 | 1 | -0/+2 |
| | | |||||
| * | Move isys and booty into the pyanaconda/ directory, adjust paths to match. | Chris Lumens | 2010-06-28 | 1 | -1/+1 |
| | | | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty. | ||||
| * | Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmp | David Cantrell | 2008-10-14 | 1 | -0/+3 |
| | | | | | | | Writing to /.tmp proved to work, now to move the temporary files to a better location. Using /etc/sysconfig/network-scripts, but writing the files as ".ifcfg-DEVICE" and then renaming to ifcfg-DEVICE. | ||||
| * | Fix problems dealing with PXE boot and the ksdevice= parameter. | David Cantrell | 2008-10-06 | 1 | -2/+1 |
| | | | | | | | | | | | Fix some problems with the interaction between kickstartNetworkUp() and setupNetworkDeviceConfig(). Do not assume dhcp and do not assume that a setting has been provided. Hopefully this will let people specify manual settings when doing a ks install. Renamed setupNetworkDeviceConfig() to setupIfaceStruct(), since that's really what it's doing now. | ||||
| * | Disable more IPv6 code in loader for now. | David Cantrell | 2008-10-06 | 1 | -3/+10 |
| | | | | | | Wrapping more IPv6 code in ENABLE_IPV6 since NM does not yet support IPv6. | ||||
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -0/+68 |
| | | |||||
| * | remove old loader dir. for referencing, go back to anaconda-8-0-branch | Jeremy Katz | 2003-01-07 | 1 | -32/+0 |
| | | |||||
| * | get the easy bits of the merge first.... hampton loader and isys directories | Jeremy Katz | 2002-04-19 | 1 | -0/+1 |
| | | | | | should be fine since I had originally just copied them into hampton from head :) | ||||
| * | make it build again | Matt Wilson | 2000-06-26 | 1 | -1/+6 |
| | | |||||
| * | use device code tags to let us write ONBOOT=no for pcmcia devices | Erik Troan | 2000-05-09 | 1 | -1/+3 |
| | | |||||
| * | handle multiple nic's | Erik Troan | 2000-05-02 | 1 | -1/+1 |
| | | |||||
| * | look for pump.h | Erik Troan | 2000-03-29 | 1 | -4/+0 |
| | | |||||
| * | getting kickstart file via the network should work now | Erik Troan | 1999-09-23 | 1 | -1/+1 |
| | | |||||
| * | fixes for building as standalone network configurator. | Bill Nottingham | 1999-09-07 | 1 | -1/+7 |
| | | | | | also, fix domain writing. | ||||
| * | added initLoopback() | Matt Wilson | 1999-08-29 | 1 | -0/+1 |
| | | |||||
| * | first attempt at kickstart | Erik Troan | 1999-08-25 | 1 | -0/+2 |
| | | |||||
| * | added hostname checking and resolv.conf creation | Erik Troan | 1999-08-08 | 1 | -0/+2 |
| | | |||||
| * | 1) made back work for network setup :-) | Erik Troan | 1999-08-07 | 1 | -1/+11 |
| | | | | | 2) write out /tmp/netinfo | ||||
| * | split some stuff into net.c/net.h | Erik Troan | 1999-08-07 | 1 | -0/+7 |
