trinityX icon indicating copy to clipboard operation
trinityX copied to clipboard

efi tools for Ubuntu

Open msteggink opened this issue 1 year ago • 1 comments

Could you add the following to the default Ubuntu to support efi/uefi diskful setups? Package:

  • dosfstools
  • efibootmgr

And for the luna2-client: luna hooks (/usr/share/initramfs-tools/hooks/luna):

copy_exec /usr/sbin/mkfs.ext4 /usr/sbin
copy_exec /usr/sbin/mkfs.xfs /usr/sbin
copy_exec /usr/sbin/mkfs.vfat /usr/sbin
copy_exec /usr/sbin/parted /usr/sbin
copy_exec /usr/bin/efibootmgr /usr/bin

msteggink avatar May 28 '24 21:05 msteggink

it'll be added in next push

aphmschonewille avatar Jun 06 '24 12:06 aphmschonewille