summaryrefslogtreecommitdiffstats
path: root/bootdisk
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that SPARC bootdisk Makefile is madeDennis Gilmore2010-03-051-1/+1
| | | | Make sure that we make a SPARC bootdisk Makefile
* make sure we include sparc boot configsDennis Gilmore2010-03-051-1/+1
| | | | Include generation of SPARC Boot configs
* Set initrd load address to 32MB for s390x (#546422).David Cantrell2010-02-111-1/+1
| | | | Allows RHEL to install on LPAR systems.
* Clarify syslinux menu text (#557774)Hans de Goede2010-01-252-2/+2
|
* Have redhat.exec reference generic.prm, not redhat.parmDavid Cantrell2009-10-061-1/+1
| | | | | We ship the default parameter file as generic.prm, not redhat.parm. Modify redhat.exec to reflect this.
* Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544)David Cantrell2009-10-061-1/+1
| | | | | | 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.
* add the files for sparc boot configDennis Gilmore2009-08-183-0/+51
| | | | setup configure.ac to define IS_SPARC
* Convert bootdisk/ to Makefile.amDavid Cantrell2009-06-096-31/+123
|
* Remove text-mode syslinux helpJeremy Katz2009-05-1112-196/+2
| | | | | 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
* Do nomodeset when doing xdriver=vesaAdam Jackson2009-05-074-4/+4
| | | | Otherwise things get a little iffy.
* Update EFI CD booting code in mk-imagesPeter Jones2009-05-072-6/+6
| | | | | Update the efi image creation code to reflect what we've actually been using for two plus months.
* Add a boot target for the xdriver=vesa parameter and document it.Chris Lumens2009-01-234-0/+12
|
* Various packaging fixed from review (#225246)Hans de Goede2009-01-052-0/+0
| | | | Various packaging fixed from review (#225246)
* Provide sample punch card reader script for s390x (#462953)David Cantrell2008-10-311-0/+9
| | | | | | | 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.
* Remove cio_ignore functionality for s390xDavid Cantrell2008-10-311-1/+1
| | | | | | | 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.
* Remove bootdisk/s390David Cantrell2008-10-312-5/+0
| | | | Don't need an s390 arch subdir, just s390x.
* Specify a default cio_ignore parameter for s390x (#253075)David Cantrell2008-07-222-2/+2
| | | | | | | | | 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.
* Don't suggest text mode to the poor, poor user.Peter Jones2008-07-094-12/+0
|
* Remove this since we don't use it anymoreJeremy Katz2008-06-231-0/+0
|
* Build efiboot.img on x86_64 and i386 .Peter Jones2008-04-082-0/+16
|
* Set the scrollbar color so it doesn't surprise me the same way in the future.Peter Jones2008-04-022-0/+2
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | 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.
* Revert "Add cio_ignore=all to generic.prm for s390[x]"David Cantrell2007-12-052-2/+2
| | | | This reverts commit 44e21aae58267145d55a3bf9da83fc2951f35dc3.
* Revert "Use a better cio_ignore line (#253075)."David Cantrell2007-12-052-4/+2
| | | | This reverts commit ade6ac39323c24482027f5a5ee33143e6692776c.
* Use a better cio_ignore line (#253075).David Cantrell2007-12-052-2/+4
|
* Add cio_ignore=all to generic.prm for s390[x]David Cantrell2007-12-052-2/+2
| | | | | | | | 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.
* 2007-08-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-212-2/+2
| | | | | | * bootdisk/i386/syslinux.cfg: Add version (#253632) * bootdisk/x86_64/syslinux.cfg: Likewise. * scripts/mk-images.x86: Likewise.
* 2007-05-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-072-4/+4
| | | | | | * bootdisk/i386/syslinux.cfg: Make sure the highlighting is sane when the menu falls back to text mode * bootdisk/x86_64/syslinux.cfg: Likewise.
* - use "localboot 0xffff" not "localboot", or else we try to boot device 0x00Peter Jones2007-01-292-2/+2
|
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-191-3/+20
| | | | * bootdisk/x86_64/syslinux.cfg: Update this one too
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-5/+22
| | | | | | | | * 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
* CLSIADavid Cantrell2006-09-111-1/+0
|
* 2006-08-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-022-0/+2
| | | | | | | * 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
* 2006-02-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-242-4/+4
| | | | | * bootdisk/i386/options.msg: Be clearer about askmethod (#182535) * bootdisk/x86_64/options.msg: Likewise.
* 2006-02-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-0214-141/+69
| | | | | | | | | | | | | | | | * 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
* 2005-11-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-251-1/+1
| | | | * bootdisk/ppc/yaboot.conf.3264: Fix ppc32 from CD (#174135)
* Single ppc boot image (#166625)Paul Nasrat2005-09-217-109/+30
|
* magic boot for macsPaul Nasrat2005-05-191-0/+74
|
* Choose something more reasonable, memory-wise.Bill Nottingham2005-04-092-4/+4
|
* 2005-03-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-302-2/+0
| | | | | | * bootdisk/ppc/yaboot.conf.mac: Nuke maxcpus=1 * bootdisk/ppc/yaboot.conf.pseries: Likewise. * scripts/mk-images.ia64 (image): Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-299-232/+2
| | | | | | | | | | * 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.
* Add mac64 yaboot confPaul Nasrat2005-03-171-0/+18
|
* Fedora PPC - autopartitioning (#121266) and G5 (#149081)Paul Nasrat2005-02-191-1/+1
|
* 2004-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-222-9/+4
| | | | | | * bootdisk/i386/syslinux.cfg: * bootdisk/x86_64/syslinux.cfg: Add localboot option (#120687).
* <jeremy> notting: that should be fixedBill Nottingham2004-09-011-1/+1
|
* let's enable the splash on x86_64 (#119137)Jeremy Katz2004-06-071-0/+1
|
* add selinux boot option, remove devfs=nomount from x86_64 syslinux.cfgJeremy Katz2004-05-062-6/+12
|
* more vmlinux -> vmlinuz munging, only make the netboot image if we can, make ↵Jeremy Katz2004-03-042-2/+2
| | | | sure dirs are created
* selinux needs to be back on now, broken or not.. bring it on!Jeremy Katz2004-02-111-5/+5
|
* disable selinux stuff for now since it breaks the kernelJeremy Katz2004-01-291-5/+5
|