| 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.
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(#245936).
|
| |
|
|
|
|
|
|
|
| |
* anaconda (__main__): Log anaconda cmdline args
* loader2/loader.c: Log when we force graphical, text or cmdline modes
* loader2/kickstart.c: Log forced graphical, text, cmdline modes
from kickstart.
|
| |
|
|
|
|
| |
URLs that require login information (<bnocera@redhat.com>, #194247)
* loader2/kickstart.h: Likewise
* loader2/urlinstall.c: Likewise
|
| |
|
|
| |
command also allows fetching from a floppy if no argument is provided.
|
| | |
|
| |
|
|
| |
allows the user to select a new location (#216446).
|
| | |
|
| |
|
|
|
|
|
| |
"foo bar", set client IP string correctly before calling
getHostandPath() (BZ #195203).
* loader2/kickstart.c (getHostandPath): Debug log messages.
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
| |
parameter to halt or shutdown (#177554).
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile
isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c
isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile
loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c
loader2/init.c loader2/kickstart.c loader2/loader.c
loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c
loader2/net.c loader2/nfsinstall.c loader2/telnet.c
loader2/undomounts.c loader2/urlinstall.c utils/Makefile
utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags
in one place (Makefile.inc) and use a consistent set
everywhere. Fix up some of the compile warnings this uncovered.
Also fix a few more things that -Wextra turned up.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
| |
the edd module's export of mbr signatures to map BIOS disks to Linux disk
names. exposed for use in kickstart with part --onbiosdisk=,
ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1
Patch from anaconda-devel-list, #106674
|
| |
|
|
| |
install (#116414)
|
| | |
|
| |
|
|
| |
cards right now, but it could be relevant for other probes in the future)
|
| | |
|
| |
|
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
basically, create a new filesystem type and device which get used and add
a keyword parameter for mounting
the diff looks large, but most of it is adjusting callers of doPwMount in
the loader
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
to ip-kickstart. Also adds ftp kickstart file pulling. (#77320 at least...
I think there are a few others on this)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|