summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* Load filesystem modules on demand (#490795, #494108).Chris Lumens2009-04-071-2/+2
* Revert "Work around gcc bug #492973"David Cantrell2009-03-311-1/+1
* Work around gcc bug #492973David Cantrell2009-03-301-1/+1
* reIPL support for s390Mark Hamzy2009-03-021-28/+27
* btrfs install supportEric Sandeen2009-01-191-1/+1
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-081-33/+0
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-081-0/+33
* Don't skip the method screen when going back and forth (#477991).Chris Lumens2009-01-061-0/+1
* Use mount -t auto instead of passing a list of valid fstypes (#477328).Chris Lumens2009-01-051-1/+1
* Reduce direct D-Bus calls in isys/iface.c.David Cantrell2008-12-181-19/+2
* Followup to commit b27dcdc6a37b5429b50579dbf0650e880a95988cDavid Cantrell2008-11-171-1/+0
* Do not bring up network for non-remote kickstart locations (#471658)David Cantrell2008-11-171-6/+7
* Bring up networking early enough for syslog= param (#470513)David Cantrell2008-11-081-2/+9
* Move startNewt later to avoid printing extra messages on the screen (#469687).Chris Lumens2008-11-041-3/+5
* Call startNewt earlier than network bring up (#469171).Chris Lumens2008-10-301-5/+2
* Make sure we handle the /tmp/method file for FTP correctly (#467753).Chris Lumens2008-10-221-3/+13
* Make kickstart installs work again (#374271, #392021, #448096, #466340, #466304)David Cantrell2008-10-141-8/+15
* Let users go Back when loading updates.David Cantrell2008-10-141-3/+10
* ext4dev -> ext4 (esandeen).Chris Lumens2008-10-141-1/+1
* Take ip= parameter values by not resetting ipinfo_set.David Cantrell2008-10-101-6/+1
* Remove unnecessary STEP_IP code.David Cantrell2008-10-101-60/+0
* Get rid of some iface flags that were not doing anything anymore.David Cantrell2008-10-101-4/+0
* Ask for language and keyboard in rescue mode (#466525).Chris Lumens2008-10-101-2/+2
* Pull in static network settings from the boot: line (#465270)David Cantrell2008-10-091-21/+33
* Do not segfault when going back to select a new interface (#465887)David Cantrell2008-10-091-2/+6
* Honor static net parameters with NM (#465270)David Cantrell2008-10-061-3/+3
* Skip askmethod dialog if user passes repo= and stage2=David Cantrell2008-10-061-4/+2
* Fix problems dealing with PXE boot and the ksdevice= parameter.David Cantrell2008-10-061-1/+1
* Move starting HAL to after we've probed for hardware.Chris Lumens2008-10-061-0/+8
* Don't try to load a couple modules that no longer exist.Chris Lumens2008-10-061-2/+2
* Disable IPv6 interface widgets in loader for now.David Cantrell2008-10-031-0/+20
* Start NetworkManager earlierHans de Goede2008-10-041-21/+21
* Allow going back to the method selection screen on error (#463473).Chris Lumens2008-09-291-0/+1
* md, lock_nolock, and dm_emc kernel modules no longer exist.Chris Lumens2008-09-151-1/+1
* Make iscsi/ibft workHans de Goede2008-09-151-1/+1
* Always start NM so we can talk to it in the boot.iso case (#461071).Chris Lumens2008-09-111-0/+21
* Add a couple more directories to search paths.Chris Lumens2008-09-031-0/+2
* Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACEDavid Cantrell2008-08-261-11/+70
* Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063)David Lehman2008-08-261-1/+1
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-261-3/+1
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+2208
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-3957/+0
* use new fileIsIso() return values - 1 means its an ISO, 0 otherwiseMike Fulbright2002-12-031-2/+2
* remove redundant bitsJeremy Katz2002-11-081-9/+3
* back to ramdisks for now. need to talk with arjan some more to track down th...Jeremy Katz2002-11-041-2/+7
* the buildstamp file is pretty reliable by now; make having it not exist be a ...Jeremy Katz2002-11-011-10/+16
* it looks like loopback mounts on ramfs work now... let's try itJeremy Katz2002-10-301-7/+2
* variation on #76605 to let you know when the transfer of the disk image is in...Jeremy Katz2002-10-251-1/+2
* loader builds... pull forward only a very small amount of the changes from theJeremy Katz2002-10-221-4/+6
* wait for USB to become stable before inserting usb-storage driverMatt Wilson2002-09-261-2/+30