]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Enable pathspecs
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 27 Apr 2010 11:22:38 +0000 (13:22 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 27 Apr 2010 11:22:38 +0000 (13:22 +0200)
util/grub-mkrescue.in

index 0265f9b81820cb9a616c075286641e55df9b0a4c..9b319ac27110e2ee277ba005c629381748b44099 100644 (file)
@@ -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}