summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't display the entire lengthy device description (#467825).Chris Lumens2008-10-231-1/+1
* Make sure we handle the /tmp/method file for FTP correctly (#467753).Chris Lumens2008-10-221-3/+13
* Enable CCW devices used for installation (#253075)David Cantrell2008-10-161-1/+25
* Make kickstart installs work again (#374271, #392021, #448096, #466340, #466304)David Cantrell2008-10-143-39/+39
* Let users go Back when loading updates.David Cantrell2008-10-142-7/+18
* Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmpDavid Cantrell2008-10-142-15/+41
* ext4dev -> ext4 (esandeen).Chris Lumens2008-10-141-1/+1
* Update keymaps to include latest Romanian settings (#466117).Chris Lumens2008-10-133-0/+0
* 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
* Fix how configureTCPIP() returns.David Cantrell2008-10-101-16/+13
* Write NM_CONTROLLED=yes rather than NM_CONTROLLED=David Cantrell2008-10-101-1/+1
* Get rid of some iface flags that were not doing anything anymore.David Cantrell2008-10-102-13/+11
* Generate new config files in /.tmp in writeEnabledNetInfo()David Cantrell2008-10-101-7/+42
* Remove unused variables from configureTCPIP()David Cantrell2008-10-101-1/+1
* Do not call get_connection() twice for DHCP.David Cantrell2008-10-101-21/+2