summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* - Found this while looking at bz 133088, but it is unrelated:Karsten Hopp2004-11-021-2/+4
| | | | Ask for CTCPROT even if MTU is already specified (mainframe)
* jump through some hoops to find out the LCS interface nameKarsten Hopp2004-11-021-3/+28
|
* 2004-11-02 Tim Waugh <twaugh@redhat.com>twaugh2004-11-021-3/+4
| | | | | * loader2/hdinstall.c (mountHardDrive): Pass the correct pointer to free() (bug #137533).
* 2004-10-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-291-1/+1
| | | | * loader2/net.c (getWirelessConfig): Allow 128-bit WEP keys (#137447)
* 2004-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-251-1/+2
| | | | | * loader2/net.c (setKickstartNetwork): Handle onboot properly (#136903)
* SUBCHANNELS can be set in the .parm/.conf file, make sure to lowercaseKarsten Hopp2004-10-201-1/+1
| | | | that as well
* 004-10-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-191-0/+1
| | | | | * loader2/linuxrc.s390: Ensure OSA addresses are lowercase so the kernel will like them (#133190)
* 2004-10-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-181-6/+17
| | | | | | * loader2/urlinstall.c: When using the local stage2.img shortcut, ensure that an hdlist exists in the tree they point at to catch typos sooner (#135603, #117155, #120101)
* 2004-10-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-0/+4
| | | | * loader2/module-info: Add s2io 10GbE driver
* Workaround for missing sysfs interface, hardcode it to the more commonKarsten Hopp2004-10-141-1/+4
| | | | eth0 for now and ignore TokenRing. Waiting for IBM patch to fix sysfs.
* 2004-10-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-2/+2
| | | | | * loader2/hdinstall.c: Fix segfault when using biospart for hard drive kickstart install. Patch from Rez Kabir (#135609)