mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 22:35:28 +00:00
Add Apple partition map support for EFI
This commit is contained in:
parent
d263f34b3a
commit
260e8fb46c
1 changed files with 5 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.00
|
Version: 2.00
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
@ -173,7 +173,7 @@ cd grub-efi-%{tarversion}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
CD_MODULES=" all_video boot btrfs cat chain configfile echo efifwsetup \
|
CD_MODULES=" all_video boot btrfs cat chain configfile echo efifwsetup \
|
||||||
efinet ext2 fat font gfxmenu gfxterm gzio halt hfsplus iso9660 \
|
efinet ext2 fat font gfxmenu gfxterm gzio halt hfsplus iso9660 \
|
||||||
jpeg linuxefi minicmd normal part_msdos part_gpt \
|
jpeg linuxefi minicmd normal part_apple part_msdos part_gpt \
|
||||||
password_pbkdf2 png reboot search search_fs_uuid \
|
password_pbkdf2 png reboot search search_fs_uuid \
|
||||||
search_fs_file search_label test video"
|
search_fs_file search_label test video"
|
||||||
./grub-mkimage -O %{grubefiarch} -o %{grubeficdname}.orig -p /EFI/BOOT \
|
./grub-mkimage -O %{grubefiarch} -o %{grubeficdname}.orig -p /EFI/BOOT \
|
||||||
|
@ -418,6 +418,9 @@ fi
|
||||||
%doc grub-%{tarversion}/themes/starfield/COPYING.CC-BY-SA-3.0
|
%doc grub-%{tarversion}/themes/starfield/COPYING.CC-BY-SA-3.0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2012 Matthew Garrett <mjg@redhat.com> - 2.00-7
|
||||||
|
- Add Apple partition map support for EFI
|
||||||
|
|
||||||
* Thu Aug 23 2012 David Cantrell <dcantrell@redhat.com> - 2.00-6
|
* Thu Aug 23 2012 David Cantrell <dcantrell@redhat.com> - 2.00-6
|
||||||
- Only require pesign on EFI architectures (#851215)
|
- Only require pesign on EFI architectures (#851215)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue