summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
...
* refactoring: put totalMemory() into isys.Ales Kozumplik2010-05-271-0/+1
* Advance line pointer & don't strdup(val) on error in readNetInfoDavid Cantrell2010-05-071-37/+38
* Use module reloading in driver disc operations (#590015)Martin Sivak2010-05-071-22/+29
* Log problem line if unquoting failed in readNetInfo()David Cantrell2010-05-061-2/+3
* Do not automatically backtrace when telnetd quits (#588964).Chris Lumens2010-05-051-2/+1
* Read in network settings correctly, as configured by linuxrc.s390David Cantrell2010-05-041-112/+69
* Bring up network for local hd vnc kickstart installs (#522064)David Cantrell2010-04-291-0/+5
* Don't sigsegv on stage2= derived from invalid repo= parameter (#574746).Radek Vykydal2010-04-161-1/+3
* Don't segfault if proxyUser or proxyPassword are empty (#580226).Chris Lumens2010-04-091-2/+2
* yum requires the proxy settings to include a protocol (#576691).Chris Lumens2010-04-081-12/+3
* Adjust paths that reference things that have moved.Chris Lumens2010-04-061-2/+2
* Fix early networking log message to correctly assign blame.Peter Jones2010-04-011-2/+5
* loader: con Newt into thinking LANG is always en_US.UTF-8 (#576541).Ales Kozumplik2010-04-011-2/+19
* Remove dasdSetup() from loader.David Cantrell2010-03-301-1/+0
* Fix uninitialized variable compile error (#577501)Martin Sivak2010-03-291-1/+1
* Remove isys/str.c, replace calls with glib.h or string.h calls.David Cantrell2010-03-241-3/+2
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* 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