summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.efi
Commit message (Collapse)AuthorAgeFilesLines
* Merge in changes present in anaconda pkgcvs.David Cantrell2009-03-051-34/+47
|
* Add the missing .rpm to the rpm2cpio callJesse Keating2009-03-021-1/+1
|
* Redo how artwork package is discovered.Peter Jones2009-03-021-2/+7
| | | | | Basically revert c5fcb418, but use ${brandpkgname}-logos instead of system-logos, so we don't have to rely on it being noarch.
* Use "i?86" instead of i586 _or_ i386.Peter Jones2009-03-021-1/+1
| | | | This way if the experiment fails, we don't have to switch it again.
* Switch mk-images.efi to use grub.i586 instead of grub.i386.Peter Jones2009-03-021-1/+1
| | | | | Since, you know, there's not going to be a grub.i386 any more, I figured we ought to ask for the right package.
* Fix package name for the logos package when building EFI images.Peter Jones2009-03-021-1/+1
| | | | This hopefully will make efi images get created again...
* Use brandpkgname for the efi art tooJeremy Katz2009-02-171-7/+1
|
* Fix indentation in mk-images.efiJeroen van Meeuwen (Fedora Unity)2009-02-161-52/+54
| | | | Signed-off-by: David Cantrell <dcantrell@redhat.com>
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+0
| | | | Various packaging fixed from review (#225246)
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-251-1/+5
| | | | | | | | | | | Finally, no more libdhcp. This is the first set of changes to take anaconda over to the wonderful world of NetworkManager. We are no longer linking with libdhcp to do interface configuration. NM is started early in the installation and opens the door to things like WPA installation support and things like that.
* Catch the first non-generic-logo package that provides system-logos.Chris Lumens2008-08-121-1/+6
|
* mk-images: replace kernel-xen with pv_ops kernelMark McLoughlin2008-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
* Use system-logos instead of hardcoding fedora-logos (#457378).Chris Lumens2008-08-041-1/+1
|
* Don't use size to determine if a partition is an EFI system partition; instead,Peter Jones2008-04-251-1/+1
| | | | check that it's not our install image.
* Don't dd the image from /dev/zero _and_ use "mkdosfs -C <image> <blockcount>"Peter Jones2008-04-251-1/+0
|
* label the filesystem in efidisk.img so that HAL and such won't try to mount it.Peter Jones2008-04-251-1/+1
|
* Add read permissions after creating efi{boot,disk}.img .Peter Jones2008-04-091-0/+2
|
* Fix parted invocation with incomplete device path.Peter Jones2008-04-081-1/+1
|
* Fix typo.Peter Jones2008-04-081-1/+1
|
* Make efidisk.img as well as efiboot.imgPeter Jones2008-04-081-4/+29
|
* Build efiboot.img on x86_64 and i386 .Peter Jones2008-04-081-5/+35
|
* Add code to create efiboot.img on i386 and x86_64Peter Jones2008-04-071-0/+134