summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* sparc64 is a lib64 archDennis Gilmore2010-03-051-1/+1
* It's necessary to give each vfprintf invocation a fresh va_list (#568235)Ales Kozumplik2010-02-251-3/+6
* logging: make loader say 'loader' (#563009).Ales Kozumplik2010-02-241-10/+10
* Make loader log into syslog (so remote logging works for it as well) (#524980)Ales Kozumplik2010-02-242-15/+34
* Revert "Add back hald for Xorg input device queries (#553780)"Chris Lumens2010-02-231-6/+0
* Fix return values for dasd_settle_all() in linuxrc.s390 (#558881).David Cantrell2010-02-121-4/+3
* Correct references to lcs and ctcm devices (#561816).David Cantrell2010-02-111-7/+7
* Use lsznet.raw from s390utils package (#563548).David Cantrell2010-02-114-398/+4
* Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926)."David Cantrell2010-02-111-1/+0
* Use /sys/devices/lcs instead of /sys/devices/cu3088 (#561816).David Cantrell2010-02-111-6/+6
* Wait for all DASDs to be online after autodetection (#558881).David Cantrell2010-02-111-0/+12
* Prompt user for install method when going back to STEP_METHOD.David Cantrell2010-02-111-0/+1
* Improve reboot modes in init.c and shutdown.c.Ales Kozumplik2010-02-103-26/+50
* Be more explicit in which libraries we link with.Chris Lumens2010-02-101-1/+1
* Merge branch 'no-instdata'Chris Lumens2010-02-081-0/+4
|\
| * Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-041-0/+4
* | Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926).David Cantrell2010-02-051-0/+1
|/
* Don't log the size of what we're unpacking anymore.Chris Lumens2010-02-011-5/+1
* Update =~ regexps in lsznet.raw for bash-4.1 (#558537).David Cantrell2010-01-281-1/+1
* Add 5 second ping delay for gateway and dns test on s390x (#536815).David Cantrell2010-01-271-3/+3
* Update =~ regexps in linuxrc.s390 for bash-4.1 (#558537).David Cantrell2010-01-271-6/+6
* init, fixes a bug in getSyslog() causing a SEGVAles Kozumplik2010-01-251-1/+1
* Prevent init from telling us its story if the shutdown was planned.Ales Kozumplik2010-01-221-0/+1
* Introduces rsylogd to anaconda (part of #524980)Ales Kozumplik2010-01-202-157/+83
* Fix compile problem from 65a3c05.Ales Kozumplik2010-01-203-5/+2
* Remove unnecessary free from the rpmextract error handlerMartin Sivak2010-01-201-1/+0
* Fix SIGSEGV in dlabel feature (#556390)Martin Sivak2010-01-202-7/+11
* Handle reboot better on s390 (#533198)David Cantrell2010-01-191-31/+8
* Reset network setting input counters for IPv4 and IPv6 (#553761).David Cantrell2010-01-191-0/+2
* Fix reading dasd status sysfs attribute (#536803).David Cantrell2010-01-191-1/+2
* Fix whitespace error that was introduced.Peter Jones2010-01-191-1/+1
* setStage2LocFromCmdline() shouldn't strdup so much.Peter Jones2010-01-191-34/+33
* s390 CHPID types must be treated in hex for lookup table to work (#552844)Steffen Maier2010-01-182-4/+4
* Get rid of "stage2param" in parseCmdLineFlags(); it is unused.Peter Jones2010-01-151-4/+2
* Load all scsi_dh_* modules, since they can't be modprobe by aliases...Peter Jones2010-01-151-0/+51
* reIPL code cleanup in loaderDavid Cantrell2010-01-151-3/+2
* Look for the SSH config file in /etc/ssh on s390 as well (#555691).Chris Lumens2010-01-151-1/+1
* Changed the architecture check from __ppc64__ to __powerpc64__ (#555669)Martin Gracik2010-01-152-2/+2
* Fix the blkid infinite loop. (#555601)Martin Sivak2010-01-151-1/+1
* Testing mode was removed.Radek Vykydal2010-01-151-5/+3
* Fix path mistakes in dasd_settle() in loader/linuxrc.s390David Cantrell2010-01-131-3/+3
* Poll DASD status for 'online' or 'unformatted' (#536803)David Cantrell2010-01-131-0/+24
* Add back hald for Xorg input device queries (#553780)David Cantrell2010-01-131-0/+8
* Fix implicit declaration of things in sys/stat.h.Chris Lumens2010-01-122-0/+2
* st_size is off64_t on i386, off_t on others.David Cantrell2010-01-081-0/+4
* fstat->st_size is a long unsigned int, not a long long unsigned int.David Cantrell2010-01-081-1/+1
* Use libarchive and rpm pkg-config files during build.David Cantrell2010-01-081-5/+4
* Use the updated DriverDisc code in loaderMartin Sivak2010-01-082-0/+47
* Backport the RHEL5 DriverDisc functionalityMartin Sivak2010-01-082-40/+316
* Add rpm extraction routines (use librpm and libarchive)Martin Sivak2010-01-083-2/+374