From a3f60f88b4d7b6ef3bf9c76be3e9a8c20a8c4844 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Wed, 8 Jul 2020 23:19:14 +0800 Subject: [PATCH] should fix issue https://github.com/emmett1/lfs-scripts/issues/12 --- 03-mkiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-mkiso b/03-mkiso index e3a426f2..eb4f8eb0 100755 --- a/03-mkiso +++ b/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 \