| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
it daemonizes.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
it was in a past life.
* loader2/log.h: Removed vaLogMessage() prototype.
* loader2/net.c (netlogger): Make a buffer of an arbitrary size, cram
the va_list in to that using vsnprintf(), pass to logMessage().
|
| |
|
|
|
|
| |
logMessage() call this function.
* loader2/log.c: vaLogMessage() prototype.
* loader2/net.c (netlogger): Call vaLogMessage instead of logMessage().
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
after-taroon-merge
this one adds s390 fixes, basic i/p series platform support, support for
multiple kernels and one second stage, cmdline kickstart mode (nice for s390),
some warning cleanups.
|
|
|
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting
from either the cd initrd or the pxe initrd
|