mirror of
https://git.proxmox.com/git/grub2
synced 2025-10-18 17:05:40 +00:00
merge rescue-efi into boottest
This commit is contained in:
commit
2ba12b33f2
@ -245,7 +245,7 @@ if test x"${efi_dir}" != x; then
|
||||
fi
|
||||
|
||||
# build iso image
|
||||
xorrisofs ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} ${source}
|
||||
xorriso -pathspecs on -as mkisofs ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} ${source}
|
||||
rm -rf ${iso9660_dir}
|
||||
|
||||
rm -f ${embed_img}
|
||||
|
Loading…
Reference in New Issue
Block a user