Re: [PATCH 2/2] efi_loader: create boot options without file path

2022-06-11 Thread AKASHI Takahiro
On Sat, Jun 11, 2022 at 05:22:08AM +, Heinrich Schuchardt wrote: > Allow creating boot options without file path, e.g. > > efidebug boot add -b 0001 'short dev only' host 0:1 '' > efidebug boot add -B 0002 'long dev only' host 0:1 '' So the "subject" is a bit misleading. Your intensio

[PATCH 2/2] efi_loader: create boot options without file path

2022-06-10 Thread Heinrich Schuchardt
Allow creating boot options without file path, e.g. efidebug boot add -b 0001 'short dev only' host 0:1 '' efidebug boot add -B 0002 'long dev only' host 0:1 '' Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_device_path.c | 14 -- 1 file changed, 8 insertions(+),