summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* If network --device=MAC is given, translate to device name (#185522).Chris Lumens2009-05-221-1/+6
* Add a newline to a cmdline mode string (#497575).Chris Lumens2009-05-191-1/+1
* Reset font when changing language.Bill Nottingham2009-05-181-0/+1
* Set locale to en_US.UTF-8 when initializing the console.Bill Nottingham2009-05-181-0/+1
* loader: Mount /tmp as tmpfs not ramfs so we can swap it outAdam Jackson2009-05-141-3/+3
* Remove 'lowres' option.Adam Jackson2009-05-081-1/+0
* IBM improvements to linuxrc.s390 (#475350)David Cantrell2009-05-063-486/+3375
* Retry network configuration in loader (#492009)David Cantrell2009-05-052-2/+7
* Configure network in kickstartNetworkUp() iff NM is not connected (#490518)David Cantrell2009-04-301-0/+3
* Don't segfault with "ks someotherparam" (#498307).Chris Lumens2009-04-301-3/+4
* Fix a segfault on nfs+kickstartPeter Jones2009-04-281-0/+1
* No longer force ISOs to be on ext2, ext3, or vfat partitions.Chris Lumens2009-04-171-60/+51
* Load filesystem modules on demand (#490795, #494108).Chris Lumens2009-04-071-2/+2
* Revert "Work around gcc bug #492973"David Cantrell2009-03-319-11/+11
* Work around gcc bug #492973David Cantrell2009-03-309-11/+11
* Do not prompt for NIC selection in cmdline mode (#492586)David Cantrell2009-03-301-0/+9
* Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.confChris Lumens2009-03-161-3/+3
* Handle FTP servers that both want and don't want PASS after USER (#490350).Chris Lumens2009-03-161-1/+1
* 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