| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
Also, remove some extraneous flags in the process.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This includes:
- removal of the moddeps code
- removal of the module list tracking
For handling passed options in the installed system, write
a /etc/modprobe.d files with:
1) any options passed on the installer command line
2) any modules blacklisted via the command line
3) any options directly specified for modules
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* anaconda.spec: Bump version.
* loader2/modules.c (loadModule): Look for options specified on
the kernel command line for modules in the form
modname.option = value to match the syntax of built-in params
|
| | |
|
| |
|
|
| |
(#247830).
|
| |
|
|
| |
first. This allows driver disks to override the shipped modules.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* scripts/upd-instroot: include dmidecode on ia64 (#232947)
* loader2/modules.c (scsiDiskCount): correctly count SCSI disk
devices (#230526)
|
| |
|
|
|
| |
* loader2/modules.c (lateModuleSort): Add pata_pcmcia to the late
list (#237674)
|
| |
|
|
| |
(#227510).
|
| |
|
|
| |
level.
|
| |
|
|
| |
* loader2/modules.c (scsiDiskCount): Include cdroms in the count
|
| |
|
|
|
| |
* loader2/modules.c (lateModuleSort: Add qla2400 and qla2xxx to
late sort by request (#210886)
|
| | |
|
| | |
|
| |
|
|
|
| |
* loader2/modules.c: We need to sleep for the disk state to be
settled, not the USB stack after loading usb-storage
|
| | |
|
| | |
|
| |
|
|
| |
to it) all over the place.
|
| |
|
|
|
|
|
|
|
|
| |
own functions. Allow usb-storage installs.
* partitions.py: warn if you're using firewire or usb
* loader2/modules.c (loadModule): Delay on reloading usb-storage, as
it takes undefined time as well. Without this /tmp/scsidisks is
wrong.
* loader2/modules.c (writeModulesConf): don't exclude usb-storage
or sbp2.
|
| |
|
|
|
| |
* loader2/modules.c: Who cares about missing modules, they're
probably built-in...
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
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/modules.c (loadModule): usb-storage has reached new
levels of awful and now doesn't enumerate the devices with
anything approaching a reasonable speed. Add a sleep to wait for
some devices to show up
|
| | |
|
| |
|
|
|
| |
* loader2/modules.c (lateModuleSort): Fix the list to be big
enough (#140541, #140876)
|
| |
|
|
| |
* loader2/modules.c: Fix segfault on ia64 (#140093)
|
| |
|
|
| |
* loader2/modules.c (lateModuleSort): Fix stack corruption.
|
| |
|
|
|
|
|
|
| |
* loader2/modules.c (lateModuleSort): Implement an additional sort
to move drivers to the end of our list of drivers to load. This
is handy for, eg, fibre channel so that it doesn't end up at the
front of the list so that people don't get confused with sda being
their FC disk. Also, put ibmvscsic in the list due to #137920
|
| |
|
|
| |
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
|
| | |
|
| |
|
|
| |
will be bogus. seems to fix #106638 to behave sanely
|
| |
|
|
|
|
|
|
|
| |
* firewall update
* iSeries PReP size
* ppc mediacheck
* tzdata stuff
* cmdline mode
* pkg defaults screen
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|