Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | set the right context | Peter Jones | 2005-05-17 | 1 | -1/+1 | |
| | ||||||
* | 2005-05-05 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-05 | 1 | -1/+1 | |
| | | | | | * loader2/cdinstall.c: Don't load stage2.img into RAM if they boot with 'text' (#155398) | |||||
* | fix typo | Paul Nasrat | 2005-05-05 | 1 | -1/+1 | |
| | ||||||
* | always reset terminal attributes on ppc (#156411) | Bill Nottingham | 2005-05-03 | 1 | -3/+6 | |
| | ||||||
* | 2005-05-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-03 | 1 | -1/+2 | |
| | | | | | | | | | | | * iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Slightly shorter strings. * anaconda: If the monitor doesn't support 800x600, try 1024x768; helps with G3 iMac. Use the same xconfig for post-install as during install. Allow booting with "usefbx" to go back to old fbdev X behavior on ppc. (#149188) * loader2/loader.c (parseCmdLineFlags): Add usefbx | |||||
* | fix mediacheck calls from installer. | Peter Jones | 2005-04-28 | 3 | -8/+13 | |
| | ||||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-28 | 1 | -1/+2 | |
| | | | | * loader2/undomounts.c: Stop error'ing out on umounting of (tmpfs) /dev | |||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -1/+1 | |
| | | | | * loader2/hardware.c (detectHardware): Probe macio (pnasrat, #154846) | |||||
* | Don't overflow the buffer when copying over image location in case loopback | Chris Lumens | 2005-04-26 | 1 | -1/+2 | |
| | | | | images are buried (#154715). | |||||
* | add test to see if we get back a bad result from read | Peter Jones | 2005-04-26 | 1 | -0/+5 | |
| | ||||||
* | Sync the two copies of mediacheck up as much as possible | Peter Jones | 2005-04-26 | 1 | -37/+107 | |
| | ||||||
* | 2005-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | * text.py (InstallInterface.beep): Add no-op beep method. Could actually do something if newtBell() were bound in snack. * cmdline.py (InstallInterface.beep): Add (no-op) beep method. * gui.py (InstallInterface.beep): Add beep method. * scripts/mk-images.x86_64 (COMMONMODULES): Add pcspkr module. * scripts/mk-images.i386 (COMMONMODULES): Likewise. * loader2/loader.c (main): Load pcspkr module. | |||||
* | 2005-04-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-17 | 4 | -2/+12 | |
| | | | | | | | | | | | | * loader2/kickstart.c: Allow specifying 'mediacheck' in ks.cfg to specify mediacheck. * loader2/kickstart.h: Define constant. * kickstart.py (KickstartBase.readKickstart): Define no-op for 'mediacheck' keyword for stage2 * loader2/method.c (queryIsoMediaCheck): Allow mediacheck for kickstart if 'mediacheck' passed on the command line. (#116429) * loader2/cdinstall.c (queryCDMediaCheck): Likewise. | |||||
* | Support setting the system's runtime language even if it's not supported | Chris Lumens | 2005-04-13 | 1 | -0/+3 | |
| | | | | by a translation in anaconda. Set LC_COLLATE=C in the loader. | |||||
* | Don't free a string we need to print out later. | Chris Lumens | 2005-04-08 | 1 | -1/+0 | |
| | ||||||
* | Use the right flag when creating block device nodes. | Chris Lumens | 2005-04-08 | 1 | -1/+1 | |
| | ||||||
* | Change font case to match what's provided in lang-table. | Chris Lumens | 2005-04-04 | 1 | -2/+2 | |
| | ||||||
* | Set $LANG to a setting instead of the language's name, and change what | Chris Lumens | 2005-03-30 | 1 | -3/+3 | |
| | | | | sscanf looks for to compensate for spaces in lang-table fields. | |||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -1/+0 | |
| | | | | * loader2/lang.c: Oops, remove debug printf | |||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -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 Katz | 2005-03-29 | 3 | -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 Katz | 2005-03-29 | 1 | -1/+1 | |
| | | | | | * utils/genhdlist.c: Genericize product dir * loader2/loader.c (initProductInfo): Likewise. | |||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -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 Katz | 2005-03-29 | 4 | -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 Katz | 2005-03-29 | 2 | -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 Katz | 2005-03-28 | 1 | -0/+2 | |
| | | | | | * loader2/loader.c (parseCmdLineFlags): Allow setting mtu on the command line (#151789) | |||||
* | Adjust pcmcia for new in-kernel ds | Peter Jones | 2005-03-28 | 2 | -2/+2 | |
| | ||||||
* | make this build again, also remove ds | Peter Jones | 2005-03-28 | 1 | -3/+3 | |
| | ||||||
* | 2005-03-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-23 | 1 | -3/+17 | |
| | | | | * loader2/selinux.c: Load SELinux booleans (#151896) | |||||
* | 2005-03-21 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-21 | 1 | -1/+1 | |
| | | | | | * loader2/Makefile (LANGS): Fix translation getting (Northern Sotho broke it) | |||||
* | Don't unlink device (#151232) | Paul Nasrat | 2005-03-21 | 1 | -1/+1 | |
| | ||||||
* | Unmount the loopback mounted ISO image to free up the loopback device for | Chris Lumens | 2005-03-11 | 1 | -1/+1 | |
| | | | | later use (#150887). | |||||
* | handle chdir's result, and return 0 from main's end. | Peter Jones | 2005-03-02 | 1 | -1/+2 | |
| | ||||||
* | wrong type for retval from fgets() | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | s390 return value problem. | Peter Jones | 2005-03-02 | 1 | -1/+3 | |
| | ||||||
* | And some more silly return value fixes. It builds again... | Peter Jones | 2005-03-02 | 2 | -18/+31 | |
| | ||||||
* | Some arches go one way, some the other. Cast and be sure. | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works... | Peter Jones | 2005-03-02 | 1 | -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 length | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | actually, use socklen_t for addrLength | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | Catch returns from read, write, and open | Peter Jones | 2005-03-02 | 2 | -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 Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | parsepvd() doesn't want md5sum to be unsigned any more. | Peter Jones | 2005-03-02 | 1 | -1/+1 | |
| | ||||||
* | Oops, fgets needs a char * to return into | Peter Jones | 2005-03-02 | 1 | -4/+4 | |
| | ||||||
* | more return values gcc wants us to check. | Peter Jones | 2005-03-02 | 1 | -4/+4 | |
| | ||||||
* | All these buffers are used for ascii text; they can be "char *". | Peter Jones | 2005-03-02 | 1 | -6/+6 | |
| | ||||||
* | more return values that aren't worth testing but gcc complains about. | Peter Jones | 2005-03-02 | 1 | -2/+2 | |
| | ||||||
* | put read's return value into a variable | Peter Jones | 2005-03-02 | 1 | -2/+2 | |
| | ||||||
* | another read with ignored return. I sure wish warn_unused_result could be | Peter Jones | 2005-03-02 | 1 | -1/+2 | |
| | | | | stifled by casting to void, like in the old days. | |||||
* | more return value "handling" | Peter Jones | 2005-03-02 | 1 | -7/+8 | |
| |