This commit is contained in:
emmett1 2020-07-08 23:19:14 +08:00
parent c05dde9869
commit a3f60f88b4

View file

@ -121,7 +121,7 @@ rm -fr $WDIR/boot/efiboot
printstep "Making the iso..." printstep "Making the iso..."
rm -f $OUTPUT rm -f $OUTPUT
xorriso -as mkisofs \ xorriso -as mkisofs \
-isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \ -isohybrid-mbr $LFS/usr/share/syslinux/isohdpfx.bin \
-c isolinux/boot.cat \ -c isolinux/boot.cat \
-b isolinux/isolinux.bin \ -b isolinux/isolinux.bin \
-no-emul-boot \ -no-emul-boot \