summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-03-10 00:00:01 -0400
committerPeter Jones <pjones@redhat.com>2009-05-07 11:04:06 -0400
commit9a5539ab4c77d97b9bf3e9a5a10d9505563c201e (patch)
tree192b2d3416c4eff74edd79b75a89d5b7ae164829 /bootdisk
parent935e69aa2de7eac3b0b5e095623c337b763e0375 (diff)
downloadanaconda-9a5539ab4c77d97b9bf3e9a5a10d9505563c201e.tar.gz
anaconda-9a5539ab4c77d97b9bf3e9a5a10d9505563c201e.tar.xz
anaconda-9a5539ab4c77d97b9bf3e9a5a10d9505563c201e.zip
Update EFI CD booting code in mk-images
Update the efi image creation code to reflect what we've actually been using for two plus months.
Diffstat (limited to 'bootdisk')
-rw-r--r--bootdisk/i386/grub.conf6
-rw-r--r--bootdisk/x86_64/grub.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/bootdisk/i386/grub.conf b/bootdisk/i386/grub.conf
index 156f98d0d..6e94d0506 100644
--- a/bootdisk/i386/grub.conf
+++ b/bootdisk/i386/grub.conf
@@ -1,8 +1,8 @@
#debug --graphics
default=0
-splashimage=/EFI/boot/splash.xpm.gz
+splashimage=@SPLASHPATH@
timeout 5
hiddenmenu
title @PRODUCT@ @VERSION@
- kernel /EFI/boot/vmlinuz
- initrd /EFI/boot/initrd.img
+ kernel @KERNELPATH@
+ initrd @INITRDPATH@
diff --git a/bootdisk/x86_64/grub.conf b/bootdisk/x86_64/grub.conf
index 156f98d0d..6e94d0506 100644
--- a/bootdisk/x86_64/grub.conf
+++ b/bootdisk/x86_64/grub.conf
@@ -1,8 +1,8 @@
#debug --graphics
default=0
-splashimage=/EFI/boot/splash.xpm.gz
+splashimage=@SPLASHPATH@
timeout 5
hiddenmenu
title @PRODUCT@ @VERSION@
- kernel /EFI/boot/vmlinuz
- initrd /EFI/boot/initrd.img
+ kernel @KERNELPATH@
+ initrd @INITRDPATH@