Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify a default cio_ignore parameter for s390x (#253075) | David Cantrell | 2008-07-22 | 2 | -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 Jones | 2008-07-09 | 4 | -12/+0 |
| | |||||
* | Remove this since we don't use it anymore | Jeremy Katz | 2008-06-23 | 1 | -0/+0 |
| | |||||
* | Build efiboot.img on x86_64 and i386 . | Peter Jones | 2008-04-08 | 2 | -0/+16 |
| | |||||
* | Set the scrollbar color so it doesn't surprise me the same way in the future. | Peter Jones | 2008-04-02 | 2 | -0/+2 |
| | |||||
* | Add license boilerplates to Makefiles. | David Cantrell | 2007-12-17 | 1 | -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 Cantrell | 2007-12-05 | 2 | -2/+2 |
| | | | | This reverts commit 44e21aae58267145d55a3bf9da83fc2951f35dc3. | ||||
* | Revert "Use a better cio_ignore line (#253075)." | David Cantrell | 2007-12-05 | 2 | -4/+2 |
| | | | | This reverts commit ade6ac39323c24482027f5a5ee33143e6692776c. | ||||
* | Use a better cio_ignore line (#253075). | David Cantrell | 2007-12-05 | 2 | -2/+4 |
| | |||||
* | Add cio_ignore=all to generic.prm for s390[x] | David Cantrell | 2007-12-05 | 2 | -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 Katz | 2007-08-21 | 2 | -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 Katz | 2007-05-07 | 2 | -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 0x00 | Peter Jones | 2007-01-29 | 2 | -2/+2 |
| | |||||
* | 2007-01-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-19 | 1 | -3/+20 |
| | | | | * bootdisk/x86_64/syslinux.cfg: Update this one too | ||||
* | 2007-01-18 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-18 | 1 | -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 | ||||
* | CLSIA | David Cantrell | 2006-09-11 | 1 | -1/+0 |
| | |||||
* | 2006-08-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-02 | 2 | -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 Katz | 2006-02-24 | 2 | -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 Katz | 2006-02-02 | 14 | -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 Katz | 2005-11-25 | 1 | -1/+1 |
| | | | | * bootdisk/ppc/yaboot.conf.3264: Fix ppc32 from CD (#174135) | ||||
* | Single ppc boot image (#166625) | Paul Nasrat | 2005-09-21 | 7 | -109/+30 |
| | |||||
* | magic boot for macs | Paul Nasrat | 2005-05-19 | 1 | -0/+74 |
| | |||||
* | Choose something more reasonable, memory-wise. | Bill Nottingham | 2005-04-09 | 2 | -4/+4 |
| | |||||
* | 2005-03-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-30 | 2 | -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 Katz | 2005-03-29 | 9 | -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 conf | Paul Nasrat | 2005-03-17 | 1 | -0/+18 |
| | |||||
* | Fedora PPC - autopartitioning (#121266) and G5 (#149081) | Paul Nasrat | 2005-02-19 | 1 | -1/+1 |
| | |||||
* | 2004-09-22 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-09-22 | 2 | -9/+4 |
| | | | | | | * bootdisk/i386/syslinux.cfg: * bootdisk/x86_64/syslinux.cfg: Add localboot option (#120687). | ||||
* | <jeremy> notting: that should be fixed | Bill Nottingham | 2004-09-01 | 1 | -1/+1 |
| | |||||
* | let's enable the splash on x86_64 (#119137) | Jeremy Katz | 2004-06-07 | 1 | -0/+1 |
| | |||||
* | add selinux boot option, remove devfs=nomount from x86_64 syslinux.cfg | Jeremy Katz | 2004-05-06 | 2 | -6/+12 |
| | |||||
* | more vmlinux -> vmlinuz munging, only make the netboot image if we can, make ↵ | Jeremy Katz | 2004-03-04 | 2 | -2/+2 |
| | | | | sure dirs are created | ||||
* | selinux needs to be back on now, broken or not.. bring it on! | Jeremy Katz | 2004-02-11 | 1 | -5/+5 |
| | |||||
* | disable selinux stuff for now since it breaks the kernel | Jeremy Katz | 2004-01-29 | 1 | -5/+5 |
| | |||||
* | add some files for mac, move yaboot.conf to yaboot.conf.pseries. add | Jeremy Katz | 2003-10-01 | 5 | -1/+185 |
| | | | | yaboot.conf.mac for mac | ||||
* | pull up from branch | Jeremy Katz | 2003-10-01 | 6 | -0/+188 |
| | |||||
* | remove RHL references here too | Jeremy Katz | 2003-10-01 | 2 | -7/+5 |
| | |||||
* | add ramdisk_size for now, sent patch to rhkernel-list to bump in the kernel | Jeremy Katz | 2003-09-22 | 1 | -5/+5 |
| | |||||
* | remove some distribution references | Mike Fulbright | 2003-09-22 | 3 | -9/+10 |
| | |||||
* | syslinux is only x86 :) | Mike Fulbright | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | advertise memtest86 option | Mike Fulbright | 2003-08-05 | 1 | -0/+3 |
| | |||||
* | consistency in highlighting (#83108). reflow | Jeremy Katz | 2003-07-09 | 1 | -3/+4 |
| | |||||
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 2 | -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 Fulbright | 2003-05-19 | 55 | -1251/+0 |
| | | | | intended to update | ||||
* | make more grammatical sense (#71805) | Jeremy Katz | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | syslinux splash + hammer is no go at the moment | Jeremy Katz | 2003-01-15 | 1 | -1/+0 |
| | |||||
* | we use ramfs now, nuke the ramdisk_size. devfs=nomount also has no meaning ↵ | Jeremy Katz | 2002-12-04 | 1 | -8/+5 |
| | | | | in our kernels | ||||
* | 12meg ramdisks, here we come | Jeremy Katz | 2002-11-12 | 1 | -6/+6 |
| | |||||
* | a little bit more rescue mode help tweaking (#71805) | Jeremy Katz | 2002-11-01 | 1 | -1/+1 |
| | |||||
* | add a mk-images.x86_64 and bootdisk msg files and syslinux.cfg based off of | Jeremy Katz | 2002-09-13 | 7 | -0/+153 |
| | | | | the i386 bits |