summaryrefslogtreecommitdiffstats
path: root/loader2/loader.c
Commit message (Expand)AuthorAgeFilesLines
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-0/+48
* If we're given a language, don't warn about console fonts (#444258)Jeremy Katz2008-05-011-2/+2
* 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
* 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
* Support stage2= for NFS installs.Chris Lumens2008-03-041-1/+1
* Support the stage2= parameter, and add a flag for it.Chris Lumens2008-03-041-1/+5
* Use the mount program instead of our own code.Chris Lumens2008-02-111-4/+2
* Forward-port RHEL-5 fixes for s390x issues.David Cantrell2008-02-011-5/+40
* Go back to the method screen if back is hit on nfs config (#430477).Chris Lumens2008-01-281-1/+1
* Map 'nousb', 'nofirewire', etc. to be proper module blacklists.Bill Nottingham2008-01-241-15/+10
* Add dogtail support (#172891, #239024).Chris Lumens2008-01-231-0/+7
* pcspkr works (or isn't even present), per testing on #fedora-develBill Nottingham2008-01-221-4/+0
* Inline spufs loading for ppc.Bill Nottingham2008-01-221-1/+3
* Load iscsi_tcp, so that iSCSI actually worksBill Nottingham2008-01-221-1/+1
* inline ipv6 module loadingBill Nottingham2008-01-221-2/+2
* The isofs module is gone, so remove it to get rid of a FATAL message.Chris Lumens2008-01-161-2/+2
* Remove an extra newline.Chris Lumens2008-01-161-1/+1
* Add the version number really early in the log file too.Chris Lumens2008-01-111-0/+2
* Add dhcpdelay to loader so we can modify the default dhcp timeout (#198147, #...Martin Sivak2008-01-101-0/+3
* If downloading the updates image fails, prompt for a new location.Chris Lumens2008-01-081-2/+49
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-13/+13
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-112/+24
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
* Update list of crypto mods to load.David Lehman2007-12-131-1/+1
* Remove function that does not do anything useful.Bill Nottingham2007-12-131-21/+0
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-071-5/+4
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-3/+2
* Copy /etc and /var from /mnt/runtime to the root filesystem.Bill Nottingham2007-12-071-4/+5
* Don't #ifdef the rename for s390 only - just do it if unlink() fails.Bill Nottingham2007-12-071-8/+6
* Remove final traces of /tmp/ramfs usageJeremy Katz2007-12-061-7/+0
* Add support for ext4dev hidden away behind a command line optionJeremy Katz2007-11-291-2/+2
* Add linear.ko to the modules available for rescue mode (#151742).Chris Lumens2007-11-271-1/+1
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-1/+1
* Fix the unused variable warning that breaks the build.Chris Lumens2007-11-151-1/+0
* Remove the ISA flag.Chris Lumens2007-11-151-12/+1
* Fix the obvious typo.Chris Lumens2007-11-151-1/+1
* canProbeDevices always returns 1, so remove it.Chris Lumens2007-11-151-3/+2
* Fix a traceback when building the updates partition dialog (#372011).Chris Lumens2007-11-131-1/+3
* Add the nicdelay command line option (#349521)Martin Sivak2007-11-061-0/+3
* Set re-IPL device before reboot on s390xDavid Cantrell2007-11-051-1/+1
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-22/+35
* - close /.buildstamp when we're done parsing itPeter Jones2007-10-191-0/+3
* Strip whitespace from the end of the architecture as well.Chris Lumens2007-10-121-0/+5
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-1/+1
* Support loading updates from partitioned devices.Chris Lumens2007-09-121-39/+97
* 2007-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-121-0/+2