should fix issue https://github.com/emmett1/lfs-scripts/issues/12
This commit is contained in:
parent
c05dde9869
commit
a3f60f88b4
1 changed files with 1 additions and 1 deletions
2
03-mkiso
2
03-mkiso
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue