| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The s390 can boot El Torito CD or DVD images iff they are attached
by zFCP, used as the IPL device, and contain a specially formatted
boot image on the disc. IBM provided the tool to combobulate the
boot image together and a description of the desired execution
path.
When you boot on s390, the linuxrc.s390 will look to see if you
IPL'ed from a CD or DVD. If you did, it will ask if you also
want to install from that device. If you answer yes (y, Y, or
any case spelling of 'yes'), the script will bring the IPL device
online so the kernel assigns it a device name. Then it skips over
the network configuration and starts you in to loader. If you
tell it no or did not IPL from a CD or DVD, it'll launch the
missiles--wait, no, I mean you get the normal network installation
questions before loader starts.
I have no way to test this as it requires the following changes:
(1) Rel-eng needs to build s390x media with -no-emul-boot and
specify the new cdboot.img file on that platform. I have
already contacted rel-eng about making this change.
(2) I don't have a CD-ROM drive in my mainframe. IBM does and
testing is all falling on them. IBM knows this...maybe.
I explain all of this like anyone else on the team will ever get a
chance to experience it.
So there you have it. A letter opener.
|
| |
|
|
|
|
| |
3c359, you're on notice!
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
All Makefiles have a standard RH license boilerplate. Existing
copyright ranges have been expanded out to list each year, since you
are supposed to do that for license boilerplates (ranges aren't
valid). Any existing authors mentioned are listed under the Red Hat
Author(s) part.
|
| |
|
| |
|
| |
|
|
|
|
| |
* utils/genmodinfo: No ath5k either
|
|
|
|
|
|
| |
* utils/genmodinfo: Blacklist more wireless drivers; with the way
that mac80211 works, we really can't support it in the loader
right now
|
|
|
|
|
| |
* utils/genmodinfo: Blacklist some modules that require firmware
that we don't have right now. This should help avoid #299351
|
|
|
|
|
| |
* utils/genmodinfo (blacklist): Blacklist some more things
(floppies, iscsi, etc)
|
|
|
|
| |
* utils/genmodinfo (blacklist): And the blacklist begins
|
|
|
|
|
|
| |
* utils/Makefile: Install genmodinfo.
* scripts/mk-images: Use genmodinfo.
* loader2/module-info, loader2/Makefile: Kill it dead.
|
|
|
|
|
| |
* loader2/moduleinfo.c: Likewise
* loader2/moduleinfo.h: Likewise
|
|
|
|
|
|
|
|
|
|
| |
* isys/Makefile (_isys.so): Use LDFLAGS
* loader2/Makefile (loader): Likewise.
* stubs/Makefile ($(LIBUTF8)): Likewise.
* Makefile: Likewise.
* isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use
LDFLAGS everywhere
* utils/Makefile: Use common LDFLAGS
|
|
|
|
| |
(#197773).
|
|
|
|
|
|
| |
the value in initrd.size.
* utils/Makefile: Only build and install geninitrdsz on zSeries.
|
|
|
|
|
|
|
|
|
|
|
| |
needed on zSeries (#197773).
* utils/Makefile: Compile geninitrdsz, install to anaconda-runtime.
* scripts/mk-images: Define GENINITRDSZ command.
* scripts/mk-images.s390: Generate initrd.size for each s390 tree
build.
|
|
|
|
|
| |
* utils/readmap.c (main): Try to fix things for serial console
(Alexander Dupuy, #198310)
|
| |
|
|
|
|
| |
does this
|
| |
|
| |
|
| |
|
|
|
|
| |
* utils/trimpciids (f): Make a little bit more failure resistent
|
| |
|
|
|
|
|
| |
* scripts/upd-instroot, scripts/mk-images, utils/trimpciids:
Work with multiple videoaliases files.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* installclass.py (setVideoCard, configureX): Adapt to new rhpl
X setup code
* kickstart.py (doXConfig): Likewise
* kickstartData.py (__init__): Likewise
* kickstartParser.py (doXConfig): Likewise
* packages.py (writeXConfiguration): Likewise
* xsetup.py (getArgList): Likewise
* scripts/mk-images: Remove modules.pcimap, modules.usbmap,
pcitable, from images, and associated trimmer scripts from
files used. Add modules.alias, videoaliases. Trim modules.alias
using trimmodalias.
* scripts/upd-instroot: Don't keep Cards, but keep videoaliases.
Don't run checkcards.py
* utils/trimmodalias: New script, trim modules.alias file to
match modules in the first/second stage
* utils/trimpciids: Trim pci.ids based on modules.alias and
videoaliases, not pcitable and modules.pcimap
* utils/checkcards.py: Remove now obsolete script
* utils/trimmodmap: Likewise
* utils/trimpcitable: Likewise
* utils/trimusbmap: Likewise
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* utils/genhdlist.c: Genericize product dir
* loader2/loader.c (initProductInfo): Likewise.
|
| |
|
|
|
|
|
| |
Also, make genhdlist.o build with -Wno-return-type, because rpm's headers
and gcc4 don't get along.
|
|
|
|
| |
care about them here.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
should have just written this in python...
|
| |
|
| |
|
| |
|