summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Handle FTP servers that both want and don't want PASS after USER (#490350).Chris Lumens2009-03-161-1/+1
* Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.confChris Lumens2009-03-131-3/+3
* reIPL support for s390Mark Hamzy2009-03-022-54/+33
* Fix build errors in the new net.c code.Chris Lumens2009-02-131-7/+7
* Add the missing files.. again..Martin Sivak2009-02-132-0/+150
* Add iBFT support to loaderMartin Sivak2009-02-122-4/+110
* If ks=nfs:... is given, don't try to find the file via boot options (#480210).Chris Lumens2009-01-291-66/+68
* btrfs install supportEric Sandeen2009-01-191-1/+1
* Create a loop for dbus and pump the loop to process all the dbus messages. Th...Jesse Keating2009-01-141-0/+16
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-085-156/+1
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-085-1/+156
* Don't skip the method screen when going back and forth (#477991).Chris Lumens2009-01-061-0/+1
* The FTP USER command does not need to be followed by a PASS (#477536).Chris Lumens2009-01-061-8/+13
* Workaround compile error due to (# 478663)Hans de Goede2009-01-062-1/+9
* Use mount -t auto instead of passing a list of valid fstypes (#477328).Chris Lumens2009-01-053-10/+6
* Fix case sensitivity when searching for headersJeroen van Meeuwen (Fedora Unity)2008-12-311-1/+1
* Reduce direct D-Bus calls in isys/iface.c.David Cantrell2008-12-181-19/+2
* Allow 'ks' to function as it once did (#471812)David Cantrell2008-12-181-23/+78
* Fix telnet install support (#471082)David Cantrell2008-12-181-6/+10
* Call 'udevadm settle' instead of 'udevsettle'.David Cantrell2008-12-181-3/+3
* Check error from asprintf() correctly for dhcpclass handling.David Cantrell2008-12-171-1/+1
* Use libnm_glib in net.c:get_connection()David Cantrell2008-12-171-93/+14
* Add libnm_glib CFLAGS and LIBS to loader's Makefile.David Cantrell2008-12-171-3/+3
* Use macros for D-Bus pathsDavid Cantrell2008-12-161-2/+2
* We already have _GNU_SOURCE defined in Makefile.incDavid Cantrell2008-12-051-1/+1
* Remove XXX comment in net.c about GATEWAYDavid Cantrell2008-12-051-4/+0
* Use strverscmp() from glibc in place of rpmvercmp()David Cantrell2008-12-053-105/+9
* Remove readLine() function from loader/loadermisc.cDavid Cantrell2008-12-052-12/+0
* Send unique vendor class identifier unless user specifies one.David Cantrell2008-12-051-18/+28
* insert_module -> insmodDavid Cantrell2008-12-021-4/+4
* Load FCP modules early for CD/DVD install (#184648)David Cantrell2008-12-021-269/+267
* Followup to commit b27dcdc6a37b5429b50579dbf0650e880a95988cDavid Cantrell2008-11-172-2/+1
* Do not bring up network for non-remote kickstart locations (#471658)David Cantrell2008-11-173-6/+29
* Explicitly close the CD drive after the user hits "continue" (#375011)Peter Jones2008-11-121-0/+1
* Bring up networking early enough for syslog= param (#470513)David Cantrell2008-11-082-3/+11
* Indentation fix.Peter Jones2008-11-041-3/+3
* Let users edit net settings on network failure in stage 1 (#465887)David Cantrell2008-11-041-0/+4
* Move startNewt later to avoid printing extra messages on the screen (#469687).Chris Lumens2008-11-041-3/+5
* Do not store mount options in loaderData->instRepo (#467760)David Cantrell2008-11-031-10/+3
* Rebuild keymaps to get rid of trq.map (#469433).Chris Lumens2008-10-313-0/+0
* Remove cio_ignore functionality for s390xDavid Cantrell2008-10-311-24/+0
* Call startNewt earlier than network bring up (#469171).Chris Lumens2008-10-301-5/+2
* Do not write NM_CONTROLLED=yes to ifcfg files (#468028)David Cantrell2008-10-241-1/+0
* Log D-Bus messages at ERROR or INFO level.David Cantrell2008-10-241-7/+7
* Write dhcpclass to the dhclient conf file for the device (#468436)David Cantrell2008-10-241-0/+43
* Remove extra debug info.Peter Jones2008-10-231-2/+0
* Fix the damn spinner in the progress bar.Peter Jones2008-10-232-20/+7
* Fix whitespace.Peter Jones2008-10-231-19/+19
* Fix "looking for installation images" when there's no disc at all.Peter Jones2008-10-231-18/+23
* Make cdrom drive door status messages be INFO not DEBUG.Peter Jones2008-10-231-3/+2