| Submitter | Darren Hart |
|---|---|
| Date | July 4, 2012, 4:33 a.m. |
| Message ID | <cover.1341376182.git.dvhart@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/31145/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/user-contrib/dvhart/oe-core installerComments
On 07/03/2012 09:33 PM, Darren Hart wrote: > 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 Merged the above set into OE-Core > EFI: Make installer EFI aware As noted, this is missing some bits that define: initramfs-live-install-efi Sau! > > 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 >