| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|
|
|
|
|
|
| |
Remove initrd.size line, replace with initrd.addrsize line. Update
mk-images.s390 to set the initrd.img load address at image creation
time.
|
| |
|
|
|
|
| |
Make sure that we make a SPARC bootdisk Makefile
|
|
|
|
| |
Include generation of SPARC Boot configs
|
|
|
|
| |
Allows RHEL to install on LPAR systems.
|
| |
|
|
|
|
|
| |
We ship the default parameter file as generic.prm, not redhat.parm.
Modify redhat.exec to reflect this.
|
|
|
|
|
|
| |
The new linuxrc.s390 script seems to have working cio_ignore support
now. I've been using the above cio_ignore parameter in my parm file
with RHEL-6 nightlies and it's working fine.
|
|
|
|
| |
setup configure.ac to define IS_SPARC
|
| |
|
|
|
|
|
| |
People don't end up in text-mode syslinux except in very weird
cases. Make it a lot simpler so that we have less need to change it
|
|
|
|
| |
Otherwise things get a little iffy.
|
|
|
|
|
| |
Update the efi image creation code to reflect what we've actually been using
for two plus months.
|
| |
|
|
|
|
| |
Various packaging fixed from review (#225246)
|
|
|
|
|
|
|
| |
IBM would like us to provide mainframe users with a sample punchcard
reader script along with the other boot files on s390x.
I'd just like to say that again: punch cards.
|
|
|
|
|
|
|
| |
We've backed this out on RHEL 5.3 for now because it was far more
complex than IBM had told us, so it's back to the drawing board
for this one. Keeping rawhide in sync with what's happening on
the RHEL side with this feature.
|
|
|
|
| |
Don't need an s390 arch subdir, just s390x.
|
|
|
|
|
|
|
|
|
| |
To help speed up the boot time of VM and LPAR s390x
instances, set a default cio_ignore parameter to ignore all
devices except the system console. The CMS conf file is
used anyway to specify all devices to use, so setting the
cio_ignore parameter to a reasonable default speeds things
up.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This reverts commit 44e21aae58267145d55a3bf9da83fc2951f35dc3.
|
|
|
|
| |
This reverts commit ade6ac39323c24482027f5a5ee33143e6692776c.
|
| |
|
|
|
|
|
|
|
|
| |
Per IBM recommendation, add cio_ignore=all to the generic.prm template. This
will avoid certain situations where possibly hundreds of devices are probed
at boot time, making the installation take way longer than it already does on
that platform. IBM tells customers to explicitly list devices to enumerate
or to add cio_assist if they really want that.
|
|
|
|
|
|
| |
* bootdisk/i386/syslinux.cfg: Add version (#253632)
* bootdisk/x86_64/syslinux.cfg: Likewise.
* scripts/mk-images.x86: Likewise.
|
|
|
|
|
|
| |
* bootdisk/i386/syslinux.cfg: Make sure the highlighting is sane
when the menu falls back to text mode
* bootdisk/x86_64/syslinux.cfg: Likewise.
|
| |
|
|
|
|
| |
* bootdisk/x86_64/syslinux.cfg: Update this one too
|
|
|
|
|
|
|
|
| |
* scripts/mk-images.x86 (SYSLINUX): Handle doing any of vesamenu
with a jpg, using the script to convert to the lss file or just
having the lss file.
* bootdisk/i386/syslinux.cfg: Add bits so that we can support a
menu if desired
|
| |
|
|
|
|
|
|
|
| |
* bootdisk/s390x/initrd.size: Add file to describe size of initrd
to fix LPAR installs (#197773)
* bootdisk/s390x/generic.ins: Use initrd.size
* scripts/mk-images.s390: And include initrd.size
|
|
|
|
|
| |
* bootdisk/i386/options.msg: Be clearer about askmethod (#182535)
* bootdisk/x86_64/options.msg: Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bootdisk/i386/boot.msg: Update to fix colors (#178033) and to be
more accurate.
* bootdisk/i386/general.msg: Likewise
* bootdisk/i386/options.msg: Likewise
* bootdisk/i386/params.msg: Likewise
* bootdisk/i386/rescue.msg: Likewise
* bootdisk/i386/syslinux.cfg: Update options
* bootdisk/x86_64/boot.msg: Likewise
* bootdisk/x86_64/general.msg: Likewise
* bootdisk/x86_64/options.msg: Likewise
* bootdisk/x86_64/params.msg: Likewise
* bootdisk/x86_64/rescue.msg: Likewise
* bootdisk/x86_64/syslinux.cfg: Update options
|
|
|
|
| |
* bootdisk/ppc/yaboot.conf.3264: Fix ppc32 from CD (#174135)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* bootdisk/ppc/yaboot.conf.mac: Nuke maxcpus=1
* bootdisk/ppc/yaboot.conf.pseries: Likewise.
* scripts/mk-images.ia64 (image): Likewise.
|
|
|
|
|
|
|
|
|
|
| |
* constants.py: Fix traceback
* bootdisk/sparc/*: Remove out of date sparc files.
* anaconda: Product name fixup
* bootdisk/ppc/bootinfo.txt: Likewise.
* loader2/linuxrc.s390: Likewise.
|
| |
|
| |
|
|
|
|
|
|
| |
* bootdisk/i386/syslinux.cfg:
* bootdisk/x86_64/syslinux.cfg:
Add localboot option (#120687).
|
| |
|
| |
|
| |
|