summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
...
* Display a warning message on TAINT_HARDWARE_UNSUPPORTED (#623140).Chris Lumens2010-12-011-0/+25
* Remove mkdirChain() from isys, use g_mkdir_with_parents()David Cantrell2010-11-101-7/+7
* Remove include lines for stubs.h from isys.David Cantrell2010-11-101-1/+0
* Allow loader to re-prompt for networking when network activation failsJames Laska2010-11-031-2/+27
* Log which step we're on in doLoaderMain.Chris Lumens2010-10-281-2/+5
* Use glib for getPartitionsList()David Cantrell2010-10-211-2/+2
* Add some debugging prints.Chris Lumens2010-10-151-7/+8
* Don't prompt for kbd, lang, or network on CD/DVD installs.Chris Lumens2010-10-151-0/+9
* Also rework image loading for CD/DVD installs.Chris Lumens2010-10-151-1/+1
* Rework how image loading works for HD installs.Chris Lumens2010-10-151-1/+1
* Rework how image loading works for NFS installs.Chris Lumens2010-10-151-1/+1
* Initialize loaderData->method.Chris Lumens2010-10-151-1/+14
* Rework how loading images works for URL installs.Chris Lumens2010-10-151-7/+14
* Deprecate stage2=, keep method= as it's been for a long time now.Chris Lumens2010-10-151-23/+7
* migrate_runtime_directory no longer does anything useful.Chris Lumens2010-10-151-39/+1
* Remove the method selection block from the beginning of doLoaderMain.Chris Lumens2010-10-151-144/+40
* Correct paths of things started by loader/init that have moved.Chris Lumens2010-10-151-1/+1
* Do a better job of explaining how much memory is required to install (#639056).Chris Lumens2010-10-071-4/+6
* Fix setting of $HOMEPeter Jones2010-09-241-1/+0
* Add noeject support to loader (#477887)Brian C. Lane2010-09-101-0/+2
* Convert .buildstamp into a .ini-style file.Chris Lumens2010-09-101-29/+29
* Remove productPath.Chris Lumens2010-09-091-12/+0
* i18n: do not build translatable sentences from parts (#622545).Ales Kozumplik2010-08-301-6/+5
* loader: parseCmdLineIp* takes just the value as an argument now.Ales Kozumplik2010-08-181-13/+5
* Remove the nousbstorage command line option (#624556).Chris Lumens2010-08-171-2/+0
* Remove telnet support.David Lehman2010-08-171-6/+0
* Only set noverifyssl on URL installs (#621469).Chris Lumens2010-08-131-2/+4
* I don't need to pass "nomodeset" to stage2 after all.Chris Lumens2010-08-121-1/+0
* Make sure "nomodeset" and "xdriver=" get passed on to stage2 (#623129).Chris Lumens2010-08-121-2/+10
* ibft: always configure network devices if there's ibft available (#617860).Ales Kozumplik2010-08-061-1/+3
* Use readvars_parse_*() in loader/loader.cDavid Cantrell2010-07-261-189/+202
* Check return value of chdir()David Cantrell2010-07-261-5/+8
* Remove handling for the "vesa" boot argument.David Cantrell2010-07-261-11/+1
* Make the shell in tty2 and ssh all go to /root like on a real system.Peter Jones2010-07-221-0/+2
* Improve parsing and pass the devel flag to loader through the command lineMartin Sivak2010-07-151-15/+13
* When in devel mode, do not catch tracebacks, we want the core fileMartin Sivak2010-07-151-2/+14
* Add confirmation dialog when loading dlabel DDs (#570053)Martin Sivak2010-07-151-0/+35
* ssl: propagate 'url --noverifyssl' into yum repo configuration (#599040).Ales Kozumplik2010-07-081-0/+4
* ssl: support for 'url --noverifyssl' in loader.Ales Kozumplik2010-07-081-0/+2
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-7/+7
* modules: pyanaconda.textw and pyanaconda.iw are now regular modules.Ales Kozumplik2010-06-231-2/+0
* Do not ask for interface twice in stage 1 (#594802)Radek Vykydal2010-06-151-0/+2
* Do parse DOMAIN for DNS search suffixes in loader (#595388)Steffen Maier2010-06-111-0/+2
* Handle OPTIONS in ifcfg files transparently in loader (#595388)Steffen Maier2010-06-111-7/+4
* Redownload and extract updates.img during anaconda restart.Ales Kozumplik2010-06-071-2/+9
* Restarting anaconda.Ales Kozumplik2010-06-071-7/+16
* Remember when IPv4 IPADDR has been read from ifcfg file in loader (#595388)Steffen Maier2010-06-021-0/+2
* Correctly pass netdev name from linuxrc.s390 to loader (#595382)Steffen Maier2010-06-021-6/+33
* Fix most of what is necessary for install over IPv6 on s390 (#594090)David Cantrell2010-06-021-0/+19
* memory: check for URL install in loader too (#596993).Ales Kozumplik2010-06-011-4/+15