summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the repo= and stage2= options, deprecate method=.Chris Lumens2008-06-181-14/+43
* Reorganize the doLoaderMain state machine to make later work easier.Chris Lumens2008-06-181-304/+279
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-186-35/+36
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-19/+1
* Deal with udev losing udevcontrol/udevtriggerJeremy Katz2008-06-171-1/+1
* Fix yet another typo.Chris Lumens2008-06-131-1/+1
* Don't display garbage when prompting for the updates device.Chris Lumens2008-06-131-3/+3
* It doesn't make sense to insert a disk into a partition, so don't ask.Chris Lumens2008-06-121-3/+9
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-046-72/+56
* Don't crash when given URLs of the form ftp://user@host/path (#445295)David Lehman2008-05-051-0/+1
* Kickstart flag is backwardsJeremy Katz2008-05-011-3/+3
* If we're given a language, don't warn about console fonts (#444258)Jeremy Katz2008-05-013-10/+10
* Once we've found the stage2 media on CD, always use it (#443736).Chris Lumens2008-04-231-1/+3
* Change mount point for CD to /mnt/stage2 when looking for stage2 (#443755).Chris Lumens2008-04-232-6/+4
* Changes related to BZ #230949David Cantrell2008-04-211-12/+39
* Don't look for .discinfo on the rescue CD (#442098).Chris Lumens2008-04-181-1/+1
* Revert "Don't look for a .discinfo file in rescue mode (jvonau, #442098)."Chris Lumens2008-04-181-3/+8
* Revert "Fix figuring out that the CD has stage2 on it and should be mounted."Chris Lumens2008-04-181-1/+2
* Don't put an extra slash on the error messageJoel Andres Granados2008-04-181-1/+1
* Kernel changed howw the uevent API works for firmware loading *AGAIN*.Peter Jones2008-04-171-65/+38
* Expose the log file descriptors so fwloader can avoid closing them whenPeter Jones2008-04-172-7/+13
* Fix figuring out that the CD has stage2 on it and should be mounted.Chris Lumens2008-04-161-2/+1
* Don't copy the stage2 image on NFS installs (#438377).Chris Lumens2008-04-161-11/+11
* Don't look for a .discinfo file in rescue mode (jvonau, #442098).Chris Lumens2008-04-151-8/+3
* Try to mount the NFS source in loader to verify it is correct.Chris Lumens2008-04-091-3/+21
* Ignore warnings in copying /etc and /var for now.Chris Lumens2008-04-091-2/+2
* Make the Back button work when asking for tcp/ip information in loader.c. (#...Joel Andres Granados2008-04-021-1/+6
* Don't use %n with gettext to avoid segfaults (#439861)Jeremy Katz2008-04-011-5/+3
* Free memory only after we're done using it (#439642).Chris Lumens2008-03-311-2/+2
* Fix a segfault freeing memory on boot.iso+hdiso installs.Chris Lumens2008-03-301-5/+10
* Tear down the right loopback device before going to stage2.Chris Lumens2008-03-281-1/+1
* Only remove duplicate slashes from the front of the prefix.Chris Lumens2008-03-261-1/+1
* Fix up compile error for new newtJeremy Katz2008-03-252-5/+5
* Handle /dev being on hard drive devices in the second stageJeremy Katz2008-03-201-2/+2
* Fix the buildJeremy Katz2008-03-201-2/+1
* Remove the check for .discinfo on URL installs.Chris Lumens2008-03-201-17/+0
* Always unmount /mnt/source on hdiso installs before starting stage2.Chris Lumens2008-03-191-1/+2
* Always unmount /mnt/source on nfsiso installs before starting stage2.Chris Lumens2008-03-191-1/+2
* Avoid piling up slashes in the UI when retrying (#437516).Chris Lumens2008-03-192-11/+1
* Fix format of method=hd: parameter (#438075).Chris Lumens2008-03-181-6/+5
* Work on support for NFSISO installs when using boot.iso.Chris Lumens2008-03-184-41/+67
* If a file doesn't exist, don't continue trying to loopback mount it.Chris Lumens2008-03-181-0/+5
* Make these error messages more useful.Chris Lumens2008-03-181-1/+4
* Fix use of sizeof on a malloc()'d char **Peter Jones2008-03-181-3/+6
* 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