i modified the installator to enable openbricks to be installed on EFI
based systems.
There is still an issue with the kernel which results in not being able
to mount the rootfs during boot, but this applies only for the EFI
installation, the standard Bios based installation is not effect and
works like before.
Anyway the installation script for EFI is correct so ready to be committed.
Furthermore I added for both (EFI and Bios) installation routines the
use of GNU Parted instead of fdisk for partitioning.
Fdisk would have been anyway not suitable for EFI installation so i
remove it completely and used Parted which has the advantage to be
easier to handle within a script AND the support of an optimized hard
disk alignment need for the installation on SSD's.
Package grub-efi has also been update. Two modules were added to the
Grub2 EFI bootloader which is created by the grub-efi package.
The installation were tested on Oracle VirtualBox.
Would be fine if someone can commit.
greetings,
Johannes