summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Convert loader/ to Makefile.amDavid Cantrell2009-06-092-158/+92
* Remove loader/tr/.cvsignoreDavid Cantrell2009-06-091-1/+0
* Increase max NIC identification duration to 5 minutes (#473747).David Cantrell2009-06-091-1/+1
* Use /sbin/ipcalc for IP address validation (#460579)David Cantrell2009-06-091-26/+3
* Remove umask temporarily so device permissions are correct (#383531, wmealing).Chris Lumens2009-06-051-0/+8
* Remove driverdisk --type, since mount can figure that out.Chris Lumens2009-06-021-12/+6
* 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