| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -506/+0 |
| * | Use NetworkManager instead of libdhcp. (#458183) | David Cantrell | 2008-08-25 | 1 | -2/+8 |
| * | When mount fails, pass the error message up to the UI layer. | Chris Lumens | 2008-08-25 | 1 | -3/+3 |
| * | If the UI was used to specify a repo, construct a repo param (#458899). | Chris Lumens | 2008-08-14 | 1 | -0/+2 |
| * | Correctly handle typos in the stage2 location when inferred from repo=. | Chris Lumens | 2008-08-13 | 1 | -0/+13 |
| * | Rest of stage2.img changes. | David Cantrell | 2008-08-13 | 1 | -1/+1 |
| * | Make it more explicit we want the stage2.img URL, not the repo URL. | Chris Lumens | 2008-08-13 | 1 | -2/+2 |
| * | Fix segfaults on interactive NFS installs (#458416). | Chris Lumens | 2008-08-08 | 1 | -8/+12 |
| * | Fix another NFS kickstart segfault (#456461). | Chris Lumens | 2008-07-24 | 1 | -2/+2 |
| * | Remove support for generating a minstg2.img image. | David Cantrell | 2008-07-24 | 1 | -8/+3 |
| * | Compile fixes.anaconda-11.4.1.17-1 | Chris Lumens | 2008-07-23 | 1 | -3/+5 |
| * | Fix getting the stage2 image when doing kickstart installs. | Chris Lumens | 2008-07-22 | 1 | -9/+28 |
| * | Don't strip too much off the NFS directory path. | Chris Lumens | 2008-07-09 | 1 | -2/+7 |
| * | Use %m rather than strerror() where appropriate. | Peter Jones | 2008-07-08 | 1 | -26/+15 |
| * | Check return value of asprintf() consistently | David Cantrell | 2008-06-27 | 1 | -28/+101 |
| * | Add some memory error handling. | Chris Lumens | 2008-06-18 | 1 | -0/+5 |
| * | Remove verifyStamp and validIsoImages which are no longer used. | Chris Lumens | 2008-06-18 | 1 | -15/+5 |
| * | Add support for RHupdates back in, the easy way. | Chris Lumens | 2008-06-18 | 1 | -3/+25 |
| * | Strip nfsinstall.c down to just looking for the stage2 image. | Chris Lumens | 2008-06-18 | 1 | -127/+28 |
| * | Strip cdinstall.c down to just looking for the stage2 image. | Chris Lumens | 2008-06-18 | 1 | -1/+1 |
| * | mountStage2 no longer takes a directory argument. | Chris Lumens | 2008-06-18 | 1 | -16/+7 |
| * | Rename methodData to stage2Data, since that's more appropriate. | Chris Lumens | 2008-06-18 | 1 | -12/+12 |
| * | Once we've found the stage2 media on CD, always use it (#443736). | Chris Lumens | 2008-04-23 | 1 | -1/+3 |
| * | Don't copy the stage2 image on NFS installs (#438377). | Chris Lumens | 2008-04-16 | 1 | -11/+11 |
| * | Try to mount the NFS source in loader to verify it is correct. | Chris Lumens | 2008-04-09 | 1 | -3/+21 |
| * | Free memory only after we're done using it (#439642). | Chris Lumens | 2008-03-31 | 1 | -2/+2 |
| * | Fix up compile error for new newt | Jeremy Katz | 2008-03-25 | 1 | -2/+2 |
| * | Always unmount /mnt/source on nfsiso installs before starting stage2. | Chris Lumens | 2008-03-19 | 1 | -1/+2 |
| * | Work on support for NFSISO installs when using boot.iso. | Chris Lumens | 2008-03-18 | 1 | -36/+57 |
| * | Don't unmount NFS source so NFSISO will work. | Chris Lumens | 2008-03-13 | 1 | -3/+3 |
| * | Fix mounting problems with NFSISO images. | Chris Lumens | 2008-03-12 | 1 | -37/+41 |
| * | Pass the correct NFS method parameter to stage2 (#436360). | Chris Lumens | 2008-03-07 | 1 | -23/+10 |
| * | Change the method config prompts. | Chris Lumens | 2008-03-04 | 1 | -1/+2 |
| * | Support stage2= for NFS installs. | Chris Lumens | 2008-03-04 | 1 | -89/+111 |
| * | If stage2= is given, it overrides the check for a CD stage2 image. | Chris Lumens | 2008-03-04 | 1 | -3/+7 |
| * | Don't append (null) to the NFS mount options. | Chris Lumens | 2008-02-21 | 1 | -1/+4 |
| * | Use the mount program instead of our own code. | Chris Lumens | 2008-02-11 | 1 | -6/+5 |
| * | Rename nl.c to iface.c and functions to iface_* | David Cantrell | 2008-02-08 | 1 | -2/+2 |
| * | Use libnl to get interface MAC and IP addresses | David L. Cantrell Jr | 2008-01-22 | 1 | -3/+2 |
| * | Fix a loader segfault doing kickstart nfs installs. | Chris Lumens | 2008-01-21 | 1 | -8/+8 |
| * | Adjust to removal of moduleDeps and moduleList. | Bill Nottingham | 2007-12-19 | 1 | -5/+3 |
| * | Clean up typos and other things for GPLv2+ changes. | David Cantrell | 2007-12-17 | 1 | -4/+4 |
| * | GPLv2+ boilerplates for loader2/ source files. | David Cantrell | 2007-12-17 | 1 | -9/+16 |
| * | Fix the implied ksfile name to use the system's IP address (#420281). | Chris Lumens | 2007-12-11 | 1 | -3/+1 |
| * | Adjust to new udev world. Use actual device names, not /tmp/<whatever>. | Bill Nottingham | 2007-12-07 | 1 | -2/+2 |
| * | methodstr cleanups. | Chris Lumens | 2007-12-05 | 1 | -13/+29 |
| * | Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some more | Chris Lumens | 2007-10-22 | 1 | -9/+13 |
| * | - remove sdupprintf(), use asprintf() instead. | Peter Jones | 2007-10-22 | 1 | -13/+16 |
| * | Use the netlink code to get our IP address, instead of trusting that | Chris Lumens | 2007-10-19 | 1 | -8/+11 |
| * | Mount the rescue CD on /mnt/stage2 for the NFS tree method as well. | Chris Lumens | 2007-09-28 | 1 | -1/+1 |