| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* scripts/mk-images (USBMODS): Add appletouch so we load it as
needed (#238355)
* loader2/usb.c (usbInitializeMouse): Load appletouch
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
| |
* loader2/usb.c (usbInitializeMouse): Better mousedev looking,
less verbose in the case of, eg, built-in (#191814)
|
| |
|
|
|
|
|
|
| |
* loader2/loader.c: Temporary handling of 'ub' command line flag
to say to try ub instead of usb-storage.
* loader2/loader.h: Add ub flag definition.
* loader2/usb.c (usbInitialize): Load usb-storage/ub if there is
something which looks relevant
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
* anaconda.spec: Bump version.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* isys/imount.c (doPwMount): Make arguments for doPwMount
simpler. Use a bitmask of flags and pass extra data like
mount(2). Use flags for nfs and pass arguments onto nfsmount().
Kill some dead code.
* isys/imount.c (doPwMount): Update prototype, add constants.
* isys/isys.c (doMount): Update for new API.
* loader2/cdinstall.c: Likewise.
* loader2/driverdisk.c: Likewise.
* loader2/hdinstall.c: Likewise.
* loader2/loader.c: Likewise.
* loader2/method.c: Likewise.
* loader2/nfsinstall.c: Likewise.
* loader2/usb.c: Likewise.
|
| |
|
|
|
|
| |
* loader2/hardware.c: Likewise.
* loader2/pcmcia.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.
|
| | |
|
| | |
|
| |
|
|
|
| |
list everywhere. stop passing around kd. link with libpci_loader (built
with diet) on diet arches to avoid dirent incompatibilities
|
| | |
|
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
| |
speed up installs on systems with scsi but not usb-storage devices once
the hacks to remove the module come back
|
| | |
|
|
|
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
|