summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Only print the filename we're fetching, as newt doesn't like long names.Chris Lumens2008-03-171-2/+4
* Use the right path when trying to fetch .discinfo.Chris Lumens2008-03-171-1/+1
* Give indication of success or failure for mediacheck (#437577)Jeremy Katz2008-03-161-1/+20
* On HDISO installs, look for the stage2.img file in the right directory.Chris Lumens2008-03-141-12/+12
* Remove references to an uninitialized variable.Chris Lumens2008-03-141-3/+3
* Fix some errors on reporting which files are being downloaded.Chris Lumens2008-03-143-12/+7
* Don't unmount NFS source so NFSISO will work.Chris Lumens2008-03-131-3/+3
* Fix the format of the method=hd: parameter.Chris Lumens2008-03-131-4/+6
* Make the /tmp/updates vs RHupdates code at least a little readable.Peter Jones2008-03-121-34/+60
* Allow vfat update images.Peter Jones2008-03-121-0/+1
* mount will set up the loopback device if we let it.Chris Lumens2008-03-121-62/+15
* Fix mounting problems with NFSISO images.Chris Lumens2008-03-121-37/+41
* Make sure host lookups work for manual net config (#435574).David Cantrell2008-03-111-3/+1
* Fix detection of ISO images on a hard drive partition.Chris Lumens2008-03-111-3/+3
* Devices names aren't prefixed with /dev/.Chris Lumens2008-03-111-1/+1
* Filter out /dev/ram* devices from the list of hdiso partitions.Chris Lumens2008-03-111-1/+1
* Unset stage2 flag in more cases.Chris Lumens2008-03-101-2/+4
* Use the full path to the .discinfo file (#436855).Chris Lumens2008-03-101-1/+1
* Only pass the file path to {ftp,http}GetFileDesc.Chris Lumens2008-03-072-7/+12
* Pass the correct NFS method parameter to stage2 (#436360).Chris Lumens2008-03-071-23/+10
* Fix logging messages to not display the hostname twice.Chris Lumens2008-03-072-4/+4
* Fix the build againJeremy Katz2008-03-051-1/+1
* Make sure http:// or ftp:// is specified (#436089)Jeremy Katz2008-03-051-1/+8
* Fix segfault when port is specified (#435219)Jeremy Katz2008-03-051-2/+0
* Use the right path to the .discinfo file when validating a tree.Chris Lumens2008-03-051-3/+5
* Try to guess what Chris meant. At least we'll compileJeremy Katz2008-03-041-1/+1
* Free some variables so we can http GET twice if needed.Chris Lumens2008-03-041-0/+13
* Change the method config prompts.Chris Lumens2008-03-044-7/+4
* Support stage2= for CD installs in loader.Chris Lumens2008-03-041-6/+21
* Support stage2= for HD installs.Chris Lumens2008-03-041-33/+71
* Support stage2= for NFS installs.Chris Lumens2008-03-042-90/+112
* Support stage2= for URL installs.Chris Lumens2008-03-043-49/+65
* mountStage2 now needs to take an extra argument for where updates are.Chris Lumens2008-03-043-10/+22
* If stage2= is given, it overrides the check for a CD stage2 image.Chris Lumens2008-03-043-10/+22
* Support the stage2= parameter, and add a flag for it.Chris Lumens2008-03-042-2/+7
* Fix reverse name lookup.Peter Jones2008-02-291-2/+4
* pvops xen uses hvc as its console (#434763)Jeremy Katz2008-02-252-3/+3
* Don't append (null) to the NFS mount options.Chris Lumens2008-02-211-1/+4
* When mounting stage2 on loopback, add -o loop to mount opts.Chris Lumens2008-02-131-5/+5
* Use the mount program instead of our own code.Chris Lumens2008-02-116-35/+29
* Rename nl.c to iface.c and functions to iface_*David Cantrell2008-02-083-7/+7
* Fix error message on continuing after changing cds with mediacheckJeremy Katz2008-02-071-1/+1
* Fix the progress bar during mediacheck (#431138)Jeremy Katz2008-02-071-2/+2
* The FL_TEXT flag has no reason to be here. (#207657)Joel Andres Granados2008-02-071-4/+3
* Make loopback device purposes line up with what stage2 expects.Chris Lumens2008-02-061-2/+2
* Remove our own DNS functions, since glibc's are available now.Chris Lumens2008-02-053-28/+29
* Use /mnt/source and /mnt/isodir just like nfsiso installs.Chris Lumens2008-02-041-16/+10
* Don't use quite so many slashes in path names.Chris Lumens2008-02-042-4/+14
* Forward-port RHEL-5 fixes for s390x issues.David Cantrell2008-02-013-9/+54
* When there are errors mounting loopback images, report them.Chris Lumens2008-01-311-2/+2