| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* loader2/hardware.c (detectHardware): Revert ssb hack as kudzu
has one now
|
| |
|
|
|
|
|
| |
* loader2/hardware.c (detectHardware): Hack to ignore ssb
driver (#311421)
|
|
|
|
|
| |
* loader2/hardware.c (detectHardware): Probe usb so that usb
network installs work (H.J. Lu, #285491)
|
| |
|
|
|
|
| |
on a new kudzu that supports it.
|
|
|
|
|
| |
HEA devices on IBM systems (#228578).
* loader2/module-info: ehea_mod -> ehea (#228578).
|
|
|
|
|
|
| |
* anaconda.spec: Bump version.
* loader2/hardware.c (spufsSetup): Fix build
|
|
|
|
| |
right thing now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* loader2/hardware.c (scsiSetup): Always load iSCSI modules.
|
|
|
|
| |
to it) all over the place.
|
|
|
|
|
| |
option would be good for people who fear change, so I'll get that implemented
throughout the loader.
|
|
|
|
|
|
|
| |
* loader2/hardware.c: Load iscsi modules if requested.
* loader2/loader.c: Add iscsi flag parsing. Ask for network if
iscsi is being used.
* loader2/loader.h: Add iscsi flag.
|
|
|
|
| |
* loader2/hardware.c: Look for xen devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* loader2/loader.h (LOADER_FLAGS_NOPARPORT): Remove unused flag.
* loader2/hardware.c (initializeParallelPort): Remove unused code.
|
|
|
|
|
|
| |
* loader2/hardware.c: Likewise.
* loader2/pcmcia.c: Likewise.
* loader2/usb.c: Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PCIC types in one box.
* loader2/pcmcia.c (startupPcmciaControllers): Add code to
set resources for PCMCIA controllers, and enable them.
(initializePcmciaController): Call it.
(has_pcmcia, startPcmciaDevices, activate_device): Remove
obsolete and ugly cruft.
* loader2/pcmciatest.c: Remove obsolete file
* loader2/hardware.c: Adjust for changes.
* scripts/mk-images: Remove obsolete PCMCIA options
* scripts/upd-instroot: Ship pcmciautils socket startup program.
(mainly for debugging. It's tiny.)
|
|
|
|
|
|
|
| |
built statically in 2.6 (and the probe code here won't work
now in any case...)
* loader2/hardware.h: Likewise.
* loader2/loader.c: Adjust accordingly.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* loader2/hardware.c (detectHardware): Probe macio (pnasrat, #154846)
|
|
|
|
|
|
|
| |
* loader2/hardware.c: we need to always do our busprobe (fixes
nonet, etc)
* loader2/loader.c: noprobe ==> nousb and nofirewire
|
|
|
|
|
| |
* loader2/hardware.c: We can always probe devices with current
supported hardware. (#132592)
|
|
|
|
|
| |
drivers. useful if you're kickstarting and need to do an alternate driver
as you can then do a device line in your ks.cfg
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Not sure about adding zfcp to the list of scsi modules, even though it just
prints a warning on non-mainframe. Should this be #ifdef'd ?
The rest fixes one of your FIXME's, I run into this bug without knowing
that you already had a patch in -HEAD, maybe I should update more often.
|
|
|
|
| |
will work temporarily
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
list everywhere. stop passing around kd. link with libpci_loader (built
with diet) on diet arches to avoid dirent incompatibilities
|
| |
|
| |
|
|
|
|
|
|
| |
as well as causing other problems for people. To avoid having
to tell everyone to use ide=nodma all the time, let's do it
ourselves for IDE cdrom devices (#107280)
|
|
|
|
| |
fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
name which is already used by bash
|