diff options
author | Peter Jones <pjones@redhat.com> | 2008-04-08 14:15:47 -0400 |
---|---|---|
committer | Peter Jones <root@pjones5.install.boston.redhat.com> | 2008-04-08 14:15:47 -0400 |
commit | db33f0fa48e3ce70dae068c4290341b8bd9545ec (patch) | |
tree | fb499f7b2f72a1cc6f7b0d3df83e75566fc86da9 /bootdisk | |
parent | cae305c8dc7d5862fa2c5432e1b292d5dc9f456e (diff) | |
download | anaconda-db33f0fa48e3ce70dae068c4290341b8bd9545ec.tar.gz anaconda-db33f0fa48e3ce70dae068c4290341b8bd9545ec.tar.xz anaconda-db33f0fa48e3ce70dae068c4290341b8bd9545ec.zip |
Build efiboot.img on x86_64 and i386 .
Diffstat (limited to 'bootdisk')
-rw-r--r-- | bootdisk/i386/grub.conf | 8 | ||||
-rw-r--r-- | bootdisk/x86_64/grub.conf | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/bootdisk/i386/grub.conf b/bootdisk/i386/grub.conf new file mode 100644 index 000000000..156f98d0d --- /dev/null +++ b/bootdisk/i386/grub.conf @@ -0,0 +1,8 @@ +#debug --graphics +default=0 +splashimage=/EFI/boot/splash.xpm.gz +timeout 5 +hiddenmenu +title @PRODUCT@ @VERSION@ + kernel /EFI/boot/vmlinuz + initrd /EFI/boot/initrd.img diff --git a/bootdisk/x86_64/grub.conf b/bootdisk/x86_64/grub.conf new file mode 100644 index 000000000..156f98d0d --- /dev/null +++ b/bootdisk/x86_64/grub.conf @@ -0,0 +1,8 @@ +#debug --graphics +default=0 +splashimage=/EFI/boot/splash.xpm.gz +timeout 5 +hiddenmenu +title @PRODUCT@ @VERSION@ + kernel /EFI/boot/vmlinuz + initrd /EFI/boot/initrd.img |