summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.x86
Commit message (Collapse)AuthorAgeFilesLines
* Fix CDLABEL substitution in syslinux.cfg for x86 boot.isoJeremy Katz2009-07-291-1/+1
|
* Set stage2= on x86 boot.isoJeremy Katz2009-07-211-1/+5
| | | | | x86 boot.iso is built with isohybrid, so let's pass what the stage2 will be in that case
* Use isohybrid to make boot.iso a hybrid imageJeremy Katz2009-06-191-0/+3
| | | | | | | isohybrid in newer syslinux makes an iso image bootable off of CD or able to be dd'd onto a USB stick for booting that way. To make this really nice, we need to change the second stage finding so that it gets found on the USB stick, but one step at a time
* Update EFI CD booting code in mk-imagesPeter Jones2009-05-071-8/+9
| | | | | Update the efi image creation code to reflect what we've actually been using for two plus months.
* Merge in changes present in anaconda pkgcvs.David Cantrell2009-03-051-3/+8
|
* Don't use -quiet with mkisofs.Peter Jones2009-03-031-1/+1
| | | | | "mkisofs -quiet" basically just means the log doesn't have useful info. So, don't use -quiet.
* Update syslinux path to /usr/share instead of /usr/libJesse Keating2009-03-021-4/+4
| | | | Signed-off-by: David Cantrell <dcantrell@redhat.com>
* Generate EFI-bootable CDs on x86 and x86_64.Peter Jones2009-02-251-1/+5
| | | | | Require a newer version of genisoimage that supports EFI booting, and use it in mk-images.x86 when efiboot.img exists.
* Hardlink the initrd.img since we're linking the vmlinuz as well.Jesse Keating2009-02-111-1/+1
|
* Rename stage2.img to install.imgDavid Cantrell2008-08-131-1/+1
| | | | | | To make the installation image files more clear and since we have removed minstg2.img, rename stage2.img to install.img.
* mk-images: replace kernel-xen with pv_ops kernelMark McLoughlin2008-08-071-15/+21
| | | | | | | | | | | | | | | | | | | | kernel-xen is dead, replaced now with pv_ops Xen guest support in the stock kernels. On x86_64 and ia64, we now just point the [images-xen] .treeinfo stanza at the stock kernels in images/pxeboot. On x86_32, things are a bit more complicated. The stock kernel is kernel.i586 but Xen guests support is only included in kernel-PAE.i686 because Xen only runs in PAE mode. In this case, we just copy the kernel-PAE vmlinuz to images/pxeboot/vmlinuz-PAE and build another initrd as images/pxeboot/initrd-PAE.img. It's these images we point the [images-xen] stanza at. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Don't mention images/diskboot.img anymore (#441092).Chris Lumens2008-08-061-5/+0
|
* Remove an instance of NEEDGR still existing to fix graphical isolinux (#457144)Jeremy Katz2008-07-291-5/+3
|
* Add the MD5 sum to the boot.iso to avoid errors in loader (#453698).Chris Lumens2008-07-091-0/+1
|
* List netinst.iso/boot.iso in .treeinfo (#436089)Jeremy Katz2008-03-101-1/+1
| | | | This is a little lame but forced by the file format
* Change the ISOs we buildJeremy Katz2008-02-281-17/+9
| | | | | | Stop building boot.iso (and diskboot.img) in preference for building a netinst.iso with the boot bits as well as the second stage. This will replace the rescue image and is overall far more useful
* Make makebootfat less noisyJeremy Katz2008-02-141-1/+1
|
* Get rid of dangling fobpath stuff; now that we're not mounting to createJeremy Katz2008-02-141-1/+1
| | | | the disk image, we need to use rm -rf to nuke the contents too
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-171-0/+19
|
* Create the pendirve image with makebootfat instead of syslinux.jgranado2007-10-251-4/+1
|
* 2007-08-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-211-0/+1
| | | | | | * bootdisk/i386/syslinux.cfg: Add version (#253632) * bootdisk/x86_64/syslinux.cfg: Likewise. * scripts/mk-images.x86: Likewise.
* Another fix for the maketreeinfo stuff.Chris Lumens2007-02-231-1/+1
|
* Generate .treeinfo files in the mk-images* scripts.Chris Lumens2007-02-201-0/+14
|
* 2007-01-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-191-4/+4
| | | | * scripts/mk-images.x86: Fix sed calls, make sure we remove cruft
* better filename that I hadn't saved after changingJeremy Katz2007-01-181-2/+2
|
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-8/+19
| | | | | | | | * 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
* 2006-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-211-1/+1
| | | | * scripts/mk-images.x86 (SYSLINUX): Fix bootdisk.img for x86_64
* 2006-08-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-091-8/+12
| | | | | | | | | Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode * scripts/buildinstall: Add --nogr option * scripts/mk-images: Use --nogr * scripts/mk-images.x86: Only put splash image in if building a graphics stage2 * scripts/upd-instroot: Cleanups for --nogr
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-141-2/+2
| | | | | * scripts/mk-images: New xen kernel name. * scripts/mk-images.x86: Likewise.
* 2006-05-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-161-0/+126
* scripts/mk-images.x86: Merge i386 and x86_64 script into one. * scripts/mk-images.i386: And then remove the old. * scripts/mk-images.x86_64: Likewise.