Cleanup the existing installer a bit. Fix the grub-efi-native help2man build issue. Add EFI support to the installer.
I have tested both PCBIOS install as well as EFI install from a live USB key to the internal MMC device on the FRI2 BSP. The following changes since commit a6b6df1350149c116050cb93c3c7b4802c709d31: task-core-tools-debug: Added openssh-sftp-server. (2012-07-03 14:52:38 +0100) are available in the git repository at: git://git.yoctoproject.org/user-contrib/dvhart/oe-core installer http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=installer Darren Hart (5): init-install: Use swap_ratio in the calulation of swap_size init-install: Correct ext2->ext3 typo in logging init-install: Clean up partition alignment grub-efi: Do not use help2man EFI: Make installer EFI aware meta/classes/grub-efi.bbclass | 2 + .../grub/files/grub-1.99-disable-help2man.patch | 231 ++++++++++++++++++++ meta/recipes-bsp/grub/grub-efi-native_1.99.bb | 17 +- .../images/core-image-minimal-initramfs.bb | 2 +- .../initrdscripts/files/init-install-efi.sh | 188 ++++++++++++++++ .../initrdscripts/files/init-install.sh | 12 +- meta/recipes-core/initrdscripts/files/init-live.sh | 6 +- 7 files changed, 440 insertions(+), 18 deletions(-) create mode 100644 meta/recipes-bsp/grub/files/grub-1.99-disable-help2man.patch create mode 100644 meta/recipes-core/initrdscripts/files/init-install-efi.sh -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
