| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
For instances where the asprintf() was ignored, wrap it in
a test to check if it failed. If it failed, log a message
and abort. There may be some instances where abort may
not be what we want to do, however, we were ignoring the
return value completely so if we did get a failure, it would
just SIGSEGV. Now it will SIGABRT instead.
|
| | |
|
| |
|
|
|
| |
If a language is explicitly passed, then just go with it and don't try to
pop up the dialog and loop endlessly
|
| |
|
|
|
|
| |
Generate a phony ref to the unicode stubs, so we link them in for newt.
You may now commence puking.
|
| | |
|
| |
|
|
|
|
|
| |
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* loader2/lang.c: Fix handling of !latarcyrheb-sun16 console fonts
which we don't have any way to display in anaconda right now (#208841)
|
| |
|
|
| |
(#203331).
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lang-table: Set all previously bterm using languages to "none"
for the fact that we can't handle them in text-mode anymore
* textw/language_text.py (LanguageWindow.__call__): Remove bterm
special-casing.
* text.py (InstallInterface.run): Likewise.
* loader2/lang.c (setupLanguage): Likewise.
* language.py (Language.fixLang): No more "bterm" font
* stubs/unicode-lite.c: Don't require wlite
* stubs/Makefile: Don't link against wlite
* loader2/Makefile: No more linking to bterm here either
* isys/lang.c: Remove bterm support code.
* isys/lang.h: And declaration.
* isys/Makefile (LOADLIBES): No more linking to bterm
* isys/isys.c (start_bterm): Remove this
* anaconda.spec (BuildPreReq): Bye-bye bogl
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* loader2/driverdisk.c: Clean up log levels.
* loader2/firewire.c: Likewise.
* loader2/hardware.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/lang.c: Likewise.
* loader2/loader.c: Likewise.
* loader2/log.h: Likewise.
* loader2/mediacheck.c: Likewise.
* loader2/method.c: Likewise.
* loader2/modstubs.c: Likewise.
* loader2/modules.c: Likewise.
* loader2/net.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/pcmcia.c: Likewise.
* loader2/urls.c: Likewise.
* loader2/usb.c: Likewise.
|
| |
|
|
|
|
| |
installer. Also make the output look the same. This isn't going to be
nearly as sophisticated as the python logging module, but it will at least
behave similarly with command line options.
|
| | |
|
| |
|
|
| |
sscanf looks for to compensate for spaces in lang-table fields.
|
| |
|
|
| |
* loader2/lang.c: Oops, remove debug printf
|
| |
|
|
|
|
| |
* loader2/lang.c: Fix for removed instlang line. Require tabs for
spacing language information.
* loader2/lang.h: Remove instlang.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried
throughout.
(#131091, #130906, #131301)
|
| | |
|
| |
|
|
|
| |
list everywhere. stop passing around kd. link with libpci_loader (built
with diet) on diet arches to avoid dirent incompatibilities
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
summary of looking through the diff is
* clean up warnings, we build with -Wall -Werror here too
* product.img stuff
* max logical partitions enforcement
* 1 TB max fs size
* ethtool stuff
* autopart in kickstart
* driver disk fixes
* RHEL upgrade stuff
* network driver disks
* variant pkgorder/tree splitting
|
| |
|
|
|
|
|
|
| |
* ppc boot constraints
* md5 endianness
* don't prompt to save tracebacks to a floppy without a floppy
* autopart for kickstart
* network configuration in the loader if vnc/display case
|
| |
|
|
| |
and cleanups in here too
|
| | |
|
| |
|
|
| |
install and isys.loadFont was just throwing out the argument (#84275)
|
| | |
|
| |
|
|
| |
installs
|
| | |
|
| |
|
|
| |
up correctly by slang
|
| | |
|
| |
|
|
| |
/.buildstamp at runtime
|
| |
|
|
|
|
|
| |
language as specified in the lang-table. this is needed for cjk locales
because we want to use utf-8 for them during the install
(we only have bterm support for utf-8), but we can't use utf-8 post-install
yet because of lack of input method support and other such problems.
|
| |
|
|
| |
set LC_NUMERIC if setlocale() gets called (and it does)
|
| |
|
|
| |
locales that require starting bterm
|
| | |
|
| |
|
|
|
|
|
|
| |
lang en
lang en_US
lang en_US.UTF-8
and have any of them work. this keeps kickstart configs from breaking
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
fix the Welcome to Red Hat Linux redraw problem
eradicate kon2 references, pull in bterm files for initrd/loader stuff
use -Os for loader
misc. cleanups
|
| | |
|
| | |
|