summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* Don't show loaderSegvHandler or its glibc entry point in tracebacks.Peter Jones2011-02-161-1/+4
* Prompt for media check on DVD installs (#676551).Chris Lumens2011-02-141-0/+1
* remove unused variablesMichal Schmidt2011-02-031-8/+8
* Fix the taint flag check.Chris Lumens2011-02-031-1/+10
* Don't call preprocessKickstart from within anaconda as well.Chris Lumens2011-01-251-3/+7
* Remove ksReadCommands, convert to using pykickstart for parsing.Chris Lumens2011-01-251-4/+2
* Enable support for static ipv6= cmdline option.Radek Vykydal2011-01-191-16/+3
* Pass --noeject to anaconda (#477887)Brian C. Lane2010-12-221-0/+3
* 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