summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Add configuration option to enable/disable IPv6 support.David Cantrell2010-01-071-1/+1
* Kill yet another unused lodaer flag.Chris Lumens2009-12-061-1/+1
* stage1 (init): Make /tmp tmpfs large enough to hold install.img (#540146)Hans de Goede2009-12-041-1/+1
* Remove test mode from the loader, too.Chris Lumens2009-12-0312-240/+154
* Make loader log time with milliseconds (part of #524980).Ales Kozumplik2009-12-021-12/+17
* Adds interactive install support for NFS options (#537764)Ales Kozumplik2009-11-191-13/+36
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-1913-347/+138
* Sleep if the kickstart file read fails (#537361)Ales Kozumplik2009-11-193-2/+27
* Move libcurl initialization to urlinstTransfer() (#537870).David Cantrell2009-11-183-23/+20
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-1810-194/+225
* Clean up initProductInfo() in loader.c.David Cantrell2009-11-181-37/+45
* Use glib string parsing functions in driverselect.c.David Cantrell2009-11-181-31/+9
* Get correct boot device in reIPL code for s390 (#537390).Mark Hamzy2009-11-171-0/+10
* Expand the proxy table a little bit to reduce clutter (#537878).Chris Lumens2009-11-171-7/+7
* Use glib data structures in loader's module handling code.David Cantrell2009-11-165-266/+276
* Remove last references to hal.David Cantrell2009-11-121-8/+0
* Honor existing RUNKS conf file variable on s390 (#513951).David Cantrell2009-11-101-0/+4
* Add "Hipersockets" to qeth NETTYPE description (#511962).David Cantrell2009-11-101-1/+1
* rescue: Don't copy install.ing to /tmp when not enough RAM (#531304, #529392)Jerry Vonau2009-11-091-1/+1
* Correct modopts initialization in loader (take 2) (#531932).David Cantrell2009-11-061-10/+33
* Get rid of dead code, and fix gettimespecofday's math.Peter Jones2009-11-065-76/+2
* Don't exec without forking first when calling udevadm.Peter Jones2009-11-051-7/+32
* If init or loader exit unexpectedly, traceback.Peter Jones2009-11-052-27/+127
* Fix the vim magic in this file to work.Peter Jones2009-11-051-1/+2
* Correctly initialize modopts in loader (#531932).David Cantrell2009-11-041-10/+12
* Only try to split proxy commands out if there's actually one specified.Peter Jones2009-11-031-2/+6
* Consolidate the parsing of nfs: locations for ks= and stage2= (#529197)Stijn Hoop2009-11-033-28/+35
* Remove support for IUCV networking devices on s390. (#531494)David Cantrell2009-10-281-170/+58
* Add sshd support for non-s390 platforms.Peter Jones2009-10-281-1/+1
* Re-enable running udevadm.Chris Lumens2009-10-261-2/+0
* 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
* Adapt standalone shutdown to nokill changes so s390x can use it. (#528380)Steffen Maier2009-10-151-3/+8
* Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390xSteffen Maier2009-10-151-5/+10
* Support upgrading when the language isn't in lang-table (#528317).Chris Lumens2009-10-131-0/+2
* Don't run 70-anaconda.rules on an installed system (#527781).Chris Lumens2009-10-132-0/+4
* Fix a segfault when stage2= boot parameter and kickstart url method is used (...Radek Vykydal2009-10-121-3/+2
* Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid setsHans de Goede2009-09-301-0/+5
* Wait for mdraid arrays to become clean before reboot / haltHans de Goede2009-09-301-0/+5
* 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 proxy support to kickstart in the loader.Chris Lumens2009-09-303-9/+12
* Add a function to split up a proxy parameter into its parts.Chris Lumens2009-09-302-1/+47
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-305-6/+6
* getHostAndPath is only used by the nfs code, so move it.Chris Lumens2009-09-303-69/+35
* Add initial loader UI support for proxies (#125917, #484788, #499085).Chris Lumens2009-09-303-8/+92
* We no longer need our own FTP/HTTP protocol support code.Chris Lumens2009-09-304-892/+1
* Get rid of the convertURL/UI functions, make iurlinfo just store a string.Chris Lumens2009-09-302-148/+7
* Convert urlinstall.c to using the new urlinstTransfer function.Chris Lumens2009-09-301-190/+51
* Add proxy support to urlinstTransfer by setting more curl options.Chris Lumens2009-09-303-3/+25