summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* sparc64 is a lib64 archDennis Gilmore2010-03-051-1/+1
* Correct modopts initialization in loader (take 2) (#531932).David Cantrell2009-11-061-10/+33
* Correctly initialize modopts in loader (#531932).David Cantrell2009-11-041-10/+12
* Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390xSteffen Maier2009-10-151-5/+10
* Fix a segfault when stage2= boot parameter and kickstart url method is used (...Radek Vykydal2009-10-121-3/+2
* Wait for mdraid arrays to become clean before reboot / haltHans de Goede2009-09-301-0/+5
* Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid setsHans de Goede2009-09-301-0/+5
* Improve loader messages in parseCmdLineFlags when passing vnc (#526350).Steffen Maier2009-09-291-2/+3
* Whitespace cleanup in loader/net.c.David Cantrell2009-09-291-56/+70
* Clean up getHostandPath() debugging messages for host & file.David Cantrell2009-09-291-3/+4
* We can't prompt for new network info in cmdline mode (#526262).Chris Lumens2009-09-291-0/+8
* Add 'install' user to start anaconda on s390x.David Cantrell2009-09-211-3/+3
* Do not assume we found a module in addOption() in loader/modules.cDavid Cantrell2009-09-211-6/+10
* Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x.David Cantrell2009-09-211-1/+5
* Fix going back from hd install UI when stage2 is given as boot param (#519206).Radek Vykydal2009-09-171-7/+4
* load_policy has moved from /usr/sbin to /sbin (#523506).Chris Lumens2009-09-151-2/+2
* Remove duplicate search_cu() in linuxrc.s390David Cantrell2009-09-152-83/+49
* It's controlunits, not controlunits.sh.Chris Lumens2009-09-101-1/+1
* 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
* Add some silent make support for sed, mkctype, and other commands.David Cantrell2009-09-021-5/+25
* Fix going back in "Inst. Method" and "Configure TCP/IP" screens in stage 1 (#...Radek Vykydal2009-08-262-4/+15
* Fix going back from stage1 nfs/url setup dialog.Radek Vykydal2009-08-262-2/+6
* Allocate memory for login and password and do not meddle with host pointer so...Martin Sivak2009-08-192-5/+10
* Remove unused reipl code in linuxrc.s390Steffen Maier2009-08-181-24/+2
* 64 bit sparc linux does not define __sparc64__ we need to use "(defined(__spa...Dennis Gilmore2009-08-181-1/+1
* sparc no longer needs and special keyboard handling. it uses the standard ap...Dennis Gilmore2009-08-181-24/+1
* setup termcap for sparcDennis Gilmore2009-08-181-1/+9
* If asked, put the system SN (as given by dmidecode) into an HTTP header.Chris Lumens2009-08-171-0/+32
* Add the kssendsn parameter and corresponding flag.Chris Lumens2009-08-172-0/+4
* Don't keep testing if we're doing URL_METHOD_HTTP.Chris Lumens2009-08-171-26/+26
* Fix askmethod to work with stage= being specified (#516973)Jeremy Katz2009-08-141-1/+4
* Correctly inform the user once about obsolete parm/conf file options on s390Steffen Maier2009-08-121-1/+22
* Handle activation of DASDs in linuxrc.s390 since loader no longer worksSteffen Maier2009-08-121-28/+111
* make IPv4 configuration in linuxrc.s390 compatible with NM in loaderSteffen Maier2009-08-121-9/+18
* suggest disabled X11-forwarding for ssh login in linuxrc.s390Steffen Maier2009-08-121-1/+1
* Fix an erroneous "!" in the test for doKill, and make reboot explicit.Peter Jones2009-08-124-8/+18
* Honor network config boot params for CD-booted ks installs (#433214)David Cantrell2009-08-102-5/+9
* Fix going back from "NFS Setup" screen in stage 1 (#507064)Radek Vykydal2009-08-071-1/+1
* Add missing 'i' in loader/loader.c for non-s390 arches.David Cantrell2009-08-061-0/+2
* Call shutDown() correctly for s390Karsten Hopp2009-08-061-1/+1
* Remove unused variable from loader/loader.cKarsten Hopp2009-08-061-1/+1
* Complete udev setup in linuxrc.s390 for automatic module loadingroot2009-08-061-6/+37
* Fix ctrl-alt-deleter behavior /before/ end of install.Peter Jones2009-08-043-3/+8
* Rework shutDown() to better accomidate "nokill" better.Peter Jones2009-07-303-45/+97
* Make sure controlunits.sh is installed to initrd on s390David Cantrell2009-07-282-2/+2
* Skip writeDisabledNetInfo() when loader starts on s390David Cantrell2009-07-281-0/+2
* Update linuxrc.s390 and friends to reflect review comments.Steffen Maier2009-07-272-343/+288
* Try to auto-find the CD even if stage2= is specifiedJeremy Katz2009-07-211-2/+2