summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* Make loader log into syslog (so remote logging works for it as well) (#524980)Ales Kozumplik2010-02-241-2/+0
* Revert "Add back hald for Xorg input device queries (#553780)"Chris Lumens2010-02-231-6/+0
* Prompt user for install method when going back to STEP_METHOD.David Cantrell2010-02-111-0/+1
* Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-041-0/+4
* Fix SIGSEGV in dlabel feature (#556390)Martin Sivak2010-01-201-0/+7
* Get rid of "stage2param" in parseCmdLineFlags(); it is unused.Peter Jones2010-01-151-4/+2
* Load all scsi_dh_* modules, since they can't be modprobe by aliases...Peter Jones2010-01-151-0/+51
* reIPL code cleanup in loaderDavid Cantrell2010-01-151-3/+2
* Testing mode was removed.Radek Vykydal2010-01-151-5/+3
* Add back hald for Xorg input device queries (#553780)David Cantrell2010-01-131-0/+8
* Use the updated DriverDisc code in loaderMartin Sivak2010-01-081-0/+45
* Bring back missing IPv6 pieces that were lost in time.David Cantrell2010-01-071-0/+4
* Remove test mode from the loader, too.Chris Lumens2009-12-031-65/+49
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-66/+23
* Move libcurl initialization to urlinstTransfer() (#537870).David Cantrell2009-11-181-4/+0
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-24/+35
* Clean up initProductInfo() in loader.c.David Cantrell2009-11-181-37/+45
* Use glib data structures in loader's module handling code.David Cantrell2009-11-161-1/+5
* Remove last references to hal.David Cantrell2009-11-121-8/+0
* Get rid of dead code, and fix gettimespecofday's math.Peter Jones2009-11-061-39/+1
* If init or loader exit unexpectedly, traceback.Peter Jones2009-11-051-20/+56
* Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380)Steffen Maier2009-10-161-2/+9
* Make LOADER_FLAGS_NOSHELL default also for s390x not just s390 (#527063)Steffen Maier2009-10-151-2/+2
* Pass the proxy config information to stage2.Chris Lumens2009-09-301-0/+32
* Add support for proxies to the command line.Chris Lumens2009-09-301-0/+5
* Add a CURL instance to the loader data.Chris Lumens2009-09-301-0/+5
* Improve loader messages in parseCmdLineFlags when passing vnc (#526350).Steffen Maier2009-09-291-2/+3
* Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x.David Cantrell2009-09-211-1/+5
* Fix askmethod + stage2= (#516973, #519288, #518194)Radek Vykydal2009-09-101-0/+6
* Make anaconda know its version number (#520061)David Cantrell2009-09-041-1/+0
* We convert cmdline args to longs in several places, so reduce to a function.Chris Lumens2009-09-021-44/+23
* Fix going back in "Inst. Method" and "Configure TCP/IP" screens in stage 1 (#...Radek Vykydal2009-08-261-3/+14
* Add the kssendsn parameter and corresponding flag.Chris Lumens2009-08-171-0/+2
* Fix askmethod to work with stage= being specified (#516973)Jeremy Katz2009-08-141-1/+4
* Fix an erroneous "!" in the test for doKill, and make reboot explicit.Peter Jones2009-08-121-0/+2
* Honor network config boot params for CD-booted ks installs (#433214)David Cantrell2009-08-101-4/+5
* Add missing 'i' in loader/loader.c for non-s390 arches.David Cantrell2009-08-061-0/+2
* Remove unused variable from loader/loader.cKarsten Hopp2009-08-061-1/+1
* Skip writeDisabledNetInfo() when loader starts on s390David Cantrell2009-07-281-0/+2
* Try to auto-find the CD even if stage2= is specifiedJeremy Katz2009-07-211-2/+2
* Edit user-visible dialogs for style.Peter Jones2009-07-131-4/+4
* Add missing LAYER2 and PORTNO handling for s390x.David Cantrell2009-07-061-0/+4
* Look for /bin/sh, not /sbin/busybox.Chris Lumens2009-07-061-1/+1
* Set locale to en_US.UTF-8 when initializing the console.Bill Nottingham2009-05-181-0/+1
* Remove 'lowres' option.Adam Jackson2009-05-081-1/+0
* Retry network configuration in loader (#492009)David Cantrell2009-05-051-1/+1
* 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