summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
...
* Parse all kickstart network commands in loader tooRadek Vykydal2011-03-021-97/+133
* Activate all devices set by kickstart network --activate commandRadek Vykydal2011-03-023-24/+26
* Initialize locale before the kickstart/virtio check (#679702)Martin Sivak2011-03-011-15/+15
* Fix another unused return value error message.Chris Lumens2011-03-011-3/+2
* Clarify that loader method entries are looking for a tree.Chris Lumens2011-02-255-16/+11
* Attempt at fixing reboot behavior in kickstart (#676968).Chris Lumens2011-02-231-1/+3
* Perform terminations before unmounting filesystems on shutdown.David Lehman2011-02-222-13/+40
* Handle nfsiso in promptForNfs as well (#678413).Chris Lumens2011-02-221-1/+67
* If the umount in getFileFromNfs fails, log it.Chris Lumens2011-02-211-2/+4
* Don't show loaderSegvHandler or its glibc entry point in tracebacks.Peter Jones2011-02-161-1/+4
* The default kickstart UI is graphical, specify other if you want it (#678095).Chris Lumens2011-02-161-6/+6
* Fix loading translations in loader (#677648).Chris Lumens2011-02-151-6/+8
* Don't always attempt to load updates on kickstart installs (#677131).Chris Lumens2011-02-151-4/+6
* Don't fail on missing %includes during loader kickstart processing (#676940).Chris Lumens2011-02-141-2/+2
* Prompt for media check on DVD installs (#676551).Chris Lumens2011-02-143-14/+15
* Generate locale files on requestMartin Sivak2011-02-141-1/+73
* remove unused variablesMichal Schmidt2011-02-037-51/+31
* Fix the taint flag check.Chris Lumens2011-02-031-1/+10
* Don't call preprocessKickstart from within anaconda as well.Chris Lumens2011-01-253-9/+13
* We don't need the command names anymore.Chris Lumens2011-01-251-29/+22
* Convert kickstart functions to use Python.Chris Lumens2011-01-252-454/+415
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-2517-440/+438
* Get rid of the kickstart command codes, and alphabetize the command table.Chris Lumens2011-01-252-50/+20
* Add the flags required to link against python.Chris Lumens2011-01-251-2/+3
* Remove ksReadCommands, convert to using pykickstart for parsing.Chris Lumens2011-01-253-153/+54
* Add functions to support interfacing loader with pykickstart.Chris Lumens2011-01-251-0/+131
* Unmount filesystems before shutdown or reboot on s390x (#605577)David Cantrell2011-01-211-0/+2
* Enable support for static ipv6= cmdline option.Radek Vykydal2011-01-191-16/+3
* Update example ssh command in linuxrc.s390David Cantrell2011-01-131-1/+1
* Start rsyslogd from linuxrc.s390 (#601337)David Cantrell2011-01-131-0/+4
* Pass --noeject to anaconda (#477887)Brian C. Lane2010-12-221-0/+3
* Use cio_ignore and *_cio_free commands in linuxrc.s390 (#633469)David Cantrell2010-12-221-36/+4
* Clarify the ssh modes for installation on s390x (#621590).David Cantrell2010-12-091-2/+5
* 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-104-17/+36
* Remove unused unpackCpioBall() function.David Cantrell2010-11-102-35/+0
* Use unpack_archive_file() instead of unpackCpioBall()David Cantrell2010-11-103-11/+8
* Use libarchive helper functions in explodeRPM()David Cantrell2010-11-105-130/+29
* Add libarchive helper functions for loader in unpack.cDavid Cantrell2010-11-103-1/+175
* Remove include lines for stubs.h from isys.David Cantrell2010-11-103-14/+10
* Allow loader to re-prompt for networking when network activation failsJames Laska2010-11-032-8/+41
* Don't look for a CD number in readStampFileFromIso.Chris Lumens2010-10-291-33/+0
* mediaCheckCdrom now supports checking only one piece of media.Chris Lumens2010-10-291-56/+8
* Log which step we're on in doLoaderMain.Chris Lumens2010-10-281-2/+5
* Use glib for getPartitionsList()David Cantrell2010-10-215-128/+79
* Remove the last references to install.img.Chris Lumens2010-10-201-4/+0
* scsiWindow is unused. Kill it.Chris Lumens2010-10-182-6/+0
* Add some debugging prints.Chris Lumens2010-10-156-7/+17
* Don't prompt for kbd, lang, or network on CD/DVD installs.Chris Lumens2010-10-153-59/+84
* Also rework image loading for CD/DVD installs.Chris Lumens2010-10-153-112/+68