summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* actually, use socklen_t for addrLengthPeter Jones2005-03-021-1/+1
|
* Catch returns from read, write, and openPeter Jones2005-03-022-16/+23
| | | | | fix sign of addrLength for passing to socket() actually make sure beTelnet's ttys are ttyp0, which we've just opened.
* catch return from write()Peter Jones2005-03-021-1/+1
|
* parsepvd() doesn't want md5sum to be unsigned any more.Peter Jones2005-03-021-1/+1
|
* Oops, fgets needs a char * to return intoPeter Jones2005-03-021-4/+4
|
* more return values gcc wants us to check.Peter Jones2005-03-021-4/+4
|
* All these buffers are used for ascii text; they can be "char *".Peter Jones2005-03-021-6/+6
|
* more return values that aren't worth testing but gcc complains about.Peter Jones2005-03-021-2/+2
|
* put read's return value into a variablePeter Jones2005-03-021-2/+2
|
* another read with ignored return. I sure wish warn_unused_result could bePeter Jones2005-03-021-1/+2
| | | | stifled by casting to void, like in the old days.
* more return value "handling"Peter Jones2005-03-021-7/+8
|
* Guess what? Something else doesn't check the retval from fgets()Peter Jones2005-03-021-2/+2
|
* yet another return value being ignored slightly more cleverly.Peter Jones2005-03-021-9/+11
|
* Fix nested case statements in a switch to silence a gcc4 warning.Chris Lumens2005-03-011-5/+10
|
* Do ethtool everywhere (#145422)Paul Nasrat2005-02-241-36/+44
|
* Eject CD when failing (#147272)Paul Nasrat2005-02-231-0/+1
|
* 2005-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-02-021-0/+1
| | | | * loader2/Makefile (install): Install the unicode linedraw chars file
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-254-8/+17
| | | | | | | | | back if it found invalid entries. * loader2/method.h: update prototype for validIsoImages * loader2/hdinstall.c: call validIsoImages() with foundinvalid = 0 * loader2/nfsinstall.c: pass the address of foundinvalid to validIsoImages * update anaconda.spec
* Change the tty init code to simply initialize lots of terminals, rather thanPeter Jones2005-01-131-25/+34
| | | | | carrying an fd around in main(). This way it'll also get it right for mke2fs and friends. bz #137849
* - Set LANG=C for our shell on tty2, so the error messages are in the samePeter Jones2005-01-131-8/+25
| | | | | | | | language and font as the shell, instead of being having white squares for characters. - Work around a kernel fbcon bug. fbcon mangles the color palette if you allocate a new tty, which we do when spawning the shell. The workaround is to open the tty before bterm is started. bz #137849 .
* When unable to connect to an HTTP or FTP server for some reason, display anChris Lumens2005-01-124-17/+35
| | | | error message instead of flashing back to the input screen. (#144546).
* 2005-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-041-1/+2
| | | | | * loader2/net.c: Fix multiple dns servers being specified on the command line. Again. Patch from Matthew Miller (#84409)
* 2005-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-041-2/+2
| | | | * loader2/loader.c: Apparently, I can't count (#144006)
* Let the user know they're in rescue mode from the very beginning (#136171).Chris Lumens2004-12-231-1/+6
|
* 2004-12-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-211-2/+2
| | | | | * loader2/init.c (createDevices): Fix silly typo breaking creation of devices under /dev
* 2004-12-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-211-1/+1
| | | | * loader2/init.c: tmpfs, not ramfs for /dev
* another typo fixJeremy Katz2004-12-211-1/+1
|
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-5/+5
| | | | * loader2/devices.h: Fix compile problem
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-201-0/+26
| | | | * loader2/linuxrc.s390: Create /dev and devices in it here too
* 2004-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-202-0/+135
| | | | | | | | * loader2/devices.h: Add static list of basic devices to create in /dev. * loader2/init.c: Create /dev as a tmpfs so that we don't try to bind-mount to the rootfs (#141570)
* Extra checking to distinguish hvsi consoles #134397Paul Nasrat2004-12-161-1/+12
|
* 2004-12-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-141-0/+23
| | | | | | * loader2/driverdisk.c (useKickstartDD): Add support for biosdev in driverdisk directive. Patch basically from Rez Kabir AT dell (#142738)
* 2004-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-141-0/+4
| | | | * loader2/module-info: Add tcmscsim (#142692)
* 2004-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-011-1/+1
| | | | | * loader2/shutdown.c (shutDown): Make loop while waiting for reboot less cpu-intensive to improve user-experience with, eg, VMWare
* 2004-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-301-1/+3
| | | | | * loader2/modules.c (lateModuleSort): Fix the list to be big enough (#140541, #140876)
* 2004-11-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-291-1/+0
| | | | * loader2/modules.c: Fix segfault on ia64 (#140093)
* uncommitted patch lurking in my anaconda CVS checkout. This looks like it ↵Karsten Hopp2004-11-291-0/+4
| | | | will fix #133088
* 2004-11-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-231-7/+7
| | | | * loader2/init.c: Only open /dev/console once.
* Improved ppc console detection, based on notting's kudzu patch #135707 #134397Paul Nasrat2004-11-221-0/+24
|
* 2004-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-171-40/+0
| | | | * loader2/loader.c (setupRamdisk): Remove old code.
* (merge from rhel4-branch)Jeremy Katz2004-11-172-28/+33
| | | | | | | | | | | | | | | | | 2004-11-16 Jeremy Katz <katzj@redhat.com> * loader2/net.c (setKickstartNetwork): Allow passing --notksdevice to your network lines so that you don't try to use them as your device (#136903) * kickstart.py (KickstartBase.doNetwork): Handle --notksdevice here too. * loader2/net.c: Allow going back and manually changing the network device used even if ksdevice= is passed (#136903) * loader2/loader.c: Fix for serial console magic to work again with just console= and not explicit serial (#137971)
* i2004-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-101-1/+1
| | | | * loader2/loader.c: Fix tyop
* 2004-11-10 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-101-0/+2
| | | | * loader2/loader.c: Make serial imply nofb (#134167)
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-1/+1
| | | | * loader2/modules.c (lateModuleSort): Fix stack corruption.
* Don't ask for input if PORTNAME or CTCPROT are already set.Karsten Hopp2004-11-081-27/+38
| | | | Use defaults if RUNKS is set for kickstart installations
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-2/+47
| | | | | * loader2/loader.c (parseCmdLineIp): Add patch from Bastien Nocera to support parsing of pxelinux IPAPPEND (#134054)
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-2/+2
| | | | * loader2/urls.c: Mark strings for translation (#137197)
* 2004-11-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-041-0/+47
| | | | | | | | * loader2/modules.c (lateModuleSort): Implement an additional sort to move drivers to the end of our list of drivers to load. This is handy for, eg, fibre channel so that it doesn't end up at the front of the list so that people don't get confused with sda being their FC disk. Also, put ibmvscsic in the list due to #137920
* 2004-11-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-041-0/+12
| | | | * loader2/module-info: More qlogic fibre channel adapters
* - Check input for CTCPROT, remove ctc-tty from selectionKarsten Hopp2004-11-031-7/+23
|