summaryrefslogtreecommitdiffstats
path: root/bootdisk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add some files for mac, move yaboot.conf to yaboot.conf.pseries. addJeremy Katz2003-10-015-1/+185
| | | | yaboot.conf.mac for mac
* pull up from branchJeremy Katz2003-10-016-0/+188
|
* remove RHL references here tooJeremy Katz2003-10-012-7/+5
|
* add ramdisk_size for now, sent patch to rhkernel-list to bump in the kernelJeremy Katz2003-09-221-5/+5
|
* remove some distribution referencesMike Fulbright2003-09-223-9/+10
|
* syslinux is only x86 :)Mike Fulbright2003-08-051-1/+1
|
* advertise memtest86 optionMike Fulbright2003-08-051-0/+3
|
* consistency in highlighting (#83108). reflowJeremy Katz2003-07-091-3/+4
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-232-4/+3
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* remove dead translation dirs. Horribly horribly out of date and we are not ↵Mike Fulbright2003-05-1955-1251/+0
| | | | intended to update
* make more grammatical sense (#71805)Jeremy Katz2003-01-211-1/+1
|
* syslinux splash + hammer is no go at the momentJeremy Katz2003-01-151-1/+0
|
* we use ramfs now, nuke the ramdisk_size. devfs=nomount also has no meaning ↵Jeremy Katz2002-12-041-8/+5
| | | | in our kernels
* 12meg ramdisks, here we comeJeremy Katz2002-11-121-6/+6
|
* a little bit more rescue mode help tweaking (#71805)Jeremy Katz2002-11-011-1/+1
|
* add a mk-images.x86_64 and bootdisk msg files and syslinux.cfg based off ofJeremy Katz2002-09-137-0/+153
| | | | the i386 bits