merge rescue-efi into boottest

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-27 13:24:01 +02:00
commit 2ba12b33f2

View file

@ -245,7 +245,7 @@ if test x"${efi_dir}" != x; then
fi fi
# build iso image # 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 -rf ${iso9660_dir}
rm -f ${embed_img} rm -f ${embed_img}