Skip to content

Commit

Permalink
should fix issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
emmett1 committed Jul 8, 2020
1 parent c05dde9 commit a3f60f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-mkiso
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ rm -fr $WDIR/boot/efiboot
printstep "Making the iso..."
rm -f $OUTPUT
xorriso -as mkisofs \
-isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \
-isohybrid-mbr $LFS/usr/share/syslinux/isohdpfx.bin \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin \
-no-emul-boot \
Expand Down

0 comments on commit a3f60f8

Please sign in to comment.