summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* Use the right flag when creating block device nodes.Chris Lumens2005-04-081-1/+1
|
* Change font case to match what's provided in lang-table.Chris Lumens2005-04-041-2/+2
|
* Set $LANG to a setting instead of the language's name, and change whatChris Lumens2005-03-301-3/+3
| | | | sscanf looks for to compensate for spaces in lang-table fields.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+0
| | | | * loader2/lang.c: Oops, remove debug printf
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+2
| | | | | | | | | | * constants.py: Fix traceback * bootdisk/sparc/*: Remove out of date sparc files. * anaconda: Product name fixup * bootdisk/ppc/bootinfo.txt: Likewise. * loader2/linuxrc.s390: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-293-4/+4
| | | | | | | * text.py (stepToClasses): Remove silo stuff. * gui.py (stepToClasses): Likewise. * iw/silo_gui.py: Remove. * textw/silo_text.py: Remove.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | * utils/genhdlist.c: Genericize product dir * loader2/loader.c (initProductInfo): Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-294-5/+5
| | | | | | | | * loader2/cdinstall.c (findRedHatCD): Change function to findAnacondaCD to be more general. * loader2/cdinstall.h: Likewise. * loader2/urlinstall.c: Likewise. * loader2/loader.c: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-292-9/+10
| | | | | | * loader2/lang.c: Fix for removed instlang line. Require tabs for spacing language information. * loader2/lang.h: Remove instlang.
* 2005-03-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-281-0/+2
| | | | | * loader2/loader.c (parseCmdLineFlags): Allow setting mtu on the command line (#151789)
* Adjust pcmcia for new in-kernel dsPeter Jones2005-03-282-2/+2
|
* make this build again, also remove dsPeter Jones2005-03-281-3/+3
|
* 2005-03-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-231-3/+17
| | | | * loader2/selinux.c: Load SELinux booleans (#151896)
* 2005-03-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-211-1/+1
| | | | | * loader2/Makefile (LANGS): Fix translation getting (Northern Sotho broke it)
* Don't unlink device (#151232)Paul Nasrat2005-03-211-1/+1
|
* Unmount the loopback mounted ISO image to free up the loopback device forChris Lumens2005-03-111-1/+1
| | | | later use (#150887).
* handle chdir's result, and return 0 from main's end.Peter Jones2005-03-021-1/+2
|
* wrong type for retval from fgets()Peter Jones2005-03-021-1/+1
|
* s390 return value problem.Peter Jones2005-03-021-1/+3
|
* And some more silly return value fixes. It builds again...Peter Jones2005-03-022-18/+31
|
* Some arches go one way, some the other. Cast and be sure.Peter Jones2005-03-021-1/+1
|
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-3/+3
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* use socklen_t for accept's address lengthPeter Jones2005-03-021-1/+1
|
* 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