| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
IT IS ACCOMPLISHED.
|
| |
|
|
|
|
|
|
| |
It now means "is text mode supported for this language?". It used to store
which font we'd use to display the language, where "none" meant that text
mode didn't work in that language. However, we don't ever set the font
based upon that column and we shouldn't really ever be setting the font
ourselves anyway.
|
| |
|
|
|
|
|
|
|
|
| |
First, internally translate '.utf8' to '.UTF-8' so it matches the
lang-table.
Second, if a language missing from the lang-table is used with lang=,
fallback on en_US.
Resolves: rhbz#731356
|
| |
|
|
| |
Related: rhbz#731356
|
| |
|
|
|
| |
Running the commands will now require operating on PyObjects, and I don't
want to expose that outside of kickstart.c.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
text.py: fleshed out package installation screen - we now pass the header
to the update functions so they can get whatever info they need
todo.py: pass header to setPackage, call completePackage on
RPMCALLBACK_INST_CLOSE_FILE callback
Pass the total size and number of packages in the transaction to
the status window
loader/lang.h: more i18n defines
loader/loader.c: start of loader steps, pulled network device configuration
out into isys
|
| |
|