Re: [meta-intel] [PATCH RFC 2/4] systemd-boot_%.bbappend: compile and deploy EFI stub

2017-06-12 Thread Wold, Saul
On Fri, 2017-06-09 at 18:30 -0700, California Sullivan wrote: > The EFI stub can be used to directly boot a kernel + initramfs. > This addition was taken from meta-refkit. > > Signed-off-by: California Sullivan > --- >  

Re: [meta-intel] [PATCH RFC 0/4] First pass at combo app and secure boot support

2017-06-12 Thread Patrick Ohly
On Fri, 2017-06-09 at 18:30 -0700, California Sullivan wrote: > While its possible to use wic with it thanks to the uefiapp_deploy > function, the init scripts in the initramfs we currently ship are made > for live images, and will attempt to mount and boot a rootfs.img, which > will fail. Why