Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Free memory only after we're done using it (#439642). | Chris Lumens | 2008-03-31 | 1 | -2/+2 | |
| | ||||||
* | Fix a segfault freeing memory on boot.iso+hdiso installs. | Chris Lumens | 2008-03-30 | 1 | -5/+10 | |
| | ||||||
* | Tear down the right loopback device before going to stage2. | Chris Lumens | 2008-03-28 | 1 | -1/+1 | |
| | ||||||
* | Only remove duplicate slashes from the front of the prefix. | Chris Lumens | 2008-03-26 | 1 | -1/+1 | |
| | ||||||
* | Fix up compile error for new newt | Jeremy Katz | 2008-03-25 | 2 | -5/+5 | |
| | ||||||
* | Handle /dev being on hard drive devices in the second stage | Jeremy Katz | 2008-03-20 | 1 | -2/+2 | |
| | | | | | | | Sometimes, we can have a device without the leading /dev (method= or stage2= for compatibility) and doing strrchr breaks on cciss too. So just pass whatever we got to the second stage and deal with it where we can at least use python string handling | |||||
* | Fix the build | Jeremy Katz | 2008-03-20 | 1 | -2/+1 | |
| | ||||||
* | Remove the check for .discinfo on URL installs. | Chris Lumens | 2008-03-20 | 1 | -17/+0 | |
| | | | | | This is no longer needed since we provide the ability to modify your base repo later in the installation. | |||||
* | Always unmount /mnt/source on hdiso installs before starting stage2. | Chris Lumens | 2008-03-19 | 1 | -1/+2 | |
| | ||||||
* | Always unmount /mnt/source on nfsiso installs before starting stage2. | Chris Lumens | 2008-03-19 | 1 | -1/+2 | |
| | ||||||
* | Avoid piling up slashes in the UI when retrying (#437516). | Chris Lumens | 2008-03-19 | 2 | -11/+1 | |
| | ||||||
* | Fix format of method=hd: parameter (#438075). | Chris Lumens | 2008-03-18 | 1 | -6/+5 | |
| | ||||||
* | Work on support for NFSISO installs when using boot.iso. | Chris Lumens | 2008-03-18 | 4 | -41/+67 | |
| | ||||||
* | If a file doesn't exist, don't continue trying to loopback mount it. | Chris Lumens | 2008-03-18 | 1 | -0/+5 | |
| | ||||||
* | Make these error messages more useful. | Chris Lumens | 2008-03-18 | 1 | -1/+4 | |
| | ||||||
* | Fix use of sizeof on a malloc()'d char ** | Peter Jones | 2008-03-18 | 1 | -3/+6 | |
| | ||||||
* | Only print the filename we're fetching, as newt doesn't like long names. | Chris Lumens | 2008-03-17 | 1 | -2/+4 | |
| | ||||||
* | Use the right path when trying to fetch .discinfo. | Chris Lumens | 2008-03-17 | 1 | -1/+1 | |
| | ||||||
* | Give indication of success or failure for mediacheck (#437577) | Jeremy Katz | 2008-03-16 | 1 | -1/+20 | |
| | ||||||
* | On HDISO installs, look for the stage2.img file in the right directory. | Chris Lumens | 2008-03-14 | 1 | -12/+12 | |
| | ||||||
* | Remove references to an uninitialized variable. | Chris Lumens | 2008-03-14 | 1 | -3/+3 | |
| | ||||||
* | Fix some errors on reporting which files are being downloaded. | Chris Lumens | 2008-03-14 | 3 | -12/+7 | |
| | ||||||
* | Don't unmount NFS source so NFSISO will work. | Chris Lumens | 2008-03-13 | 1 | -3/+3 | |
| | ||||||
* | Fix the format of the method=hd: parameter. | Chris Lumens | 2008-03-13 | 1 | -4/+6 | |
| | ||||||
* | Make the /tmp/updates vs RHupdates code at least a little readable. | Peter Jones | 2008-03-12 | 1 | -34/+60 | |
| | ||||||
* | Allow vfat update images. | Peter Jones | 2008-03-12 | 1 | -0/+1 | |
| | ||||||
* | mount will set up the loopback device if we let it. | Chris Lumens | 2008-03-12 | 1 | -62/+15 | |
| | ||||||
* | Fix mounting problems with NFSISO images. | Chris Lumens | 2008-03-12 | 1 | -37/+41 | |
| | ||||||
* | Make sure host lookups work for manual net config (#435574). | David Cantrell | 2008-03-11 | 1 | -3/+1 | |
| | | | | | | | | | | | Follow-on to pjones' patch (d0f8a7473a36d6c54e7d6751b2b1200248a3a9b5), but do not create a new struct addr and do not use inet_aton(). For name<->ip conversions, please use the inet_pton() and inet_ntop() functions so we can pretend to support IPv6. Use the IP_ADDR() macro for now that pulls the correct struct addr or struct addr6 and passes it to gethostbyaddr(). IPv4 and IPv6 reverse lookups should be working at this point in loader. | |||||
* | Fix detection of ISO images on a hard drive partition. | Chris Lumens | 2008-03-11 | 1 | -3/+3 | |
| | ||||||
* | Devices names aren't prefixed with /dev/. | Chris Lumens | 2008-03-11 | 1 | -1/+1 | |
| | ||||||
* | Filter out /dev/ram* devices from the list of hdiso partitions. | Chris Lumens | 2008-03-11 | 1 | -1/+1 | |
| | ||||||
* | Unset stage2 flag in more cases. | Chris Lumens | 2008-03-10 | 1 | -2/+4 | |
| | ||||||
* | Use the full path to the .discinfo file (#436855). | Chris Lumens | 2008-03-10 | 1 | -1/+1 | |
| | ||||||
* | Only pass the file path to {ftp,http}GetFileDesc. | Chris Lumens | 2008-03-07 | 2 | -7/+12 | |
| | ||||||
* | Pass the correct NFS method parameter to stage2 (#436360). | Chris Lumens | 2008-03-07 | 1 | -23/+10 | |
| | ||||||
* | Fix logging messages to not display the hostname twice. | Chris Lumens | 2008-03-07 | 2 | -4/+4 | |
| | ||||||
* | Fix the build again | Jeremy Katz | 2008-03-05 | 1 | -1/+1 | |
| | ||||||
* | Make sure http:// or ftp:// is specified (#436089) | Jeremy Katz | 2008-03-05 | 1 | -1/+8 | |
| | ||||||
* | Fix segfault when port is specified (#435219) | Jeremy Katz | 2008-03-05 | 1 | -2/+0 | |
| | ||||||
* | Use the right path to the .discinfo file when validating a tree. | Chris Lumens | 2008-03-05 | 1 | -3/+5 | |
| | ||||||
* | Try to guess what Chris meant. At least we'll compile | Jeremy Katz | 2008-03-04 | 1 | -1/+1 | |
| | ||||||
* | Free some variables so we can http GET twice if needed. | Chris Lumens | 2008-03-04 | 1 | -0/+13 | |
| | ||||||
* | Change the method config prompts. | Chris Lumens | 2008-03-04 | 4 | -7/+4 | |
| | ||||||
* | Support stage2= for CD installs in loader. | Chris Lumens | 2008-03-04 | 1 | -6/+21 | |
| | ||||||
* | Support stage2= for HD installs. | Chris Lumens | 2008-03-04 | 1 | -33/+71 | |
| | ||||||
* | Support stage2= for NFS installs. | Chris Lumens | 2008-03-04 | 2 | -90/+112 | |
| | ||||||
* | Support stage2= for URL installs. | Chris Lumens | 2008-03-04 | 3 | -49/+65 | |
| | ||||||
* | mountStage2 now needs to take an extra argument for where updates are. | Chris Lumens | 2008-03-04 | 3 | -10/+22 | |
| | ||||||
* | If stage2= is given, it overrides the check for a CD stage2 image. | Chris Lumens | 2008-03-04 | 3 | -10/+22 | |
| |