Author: jhuntwork
Date: 2006-05-25 16:27:42 -0600 (Thu, 25 May 2006)
New Revision: 1568
Modified:
trunk/Makefile
Log:
Fix iso creation for ppc
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-05-25 16:54:43 UTC (rev 1567)
+++ trunk/Makefile 2006-05-25 22:27:42 UTC (rev 1568)
@@ -417,12 +417,12 @@
-V "lfslivecd-$(VERSION)" ./
endif
ifeq ($(LFS-ARCH),ppc)
- @cd $(MP) ; ./usr/bin/mkisofs -z -hfs -part --allow-leading-dots \
- -map $(MKTREE)/$(PKG)/yaboot/map.hfs -no-desktop \
+ @cd $(MPBASE) ; $(WD)/bin/mkisofs -z -hfs -part -l --allow-leading-dots
\
+ -map $(MPBASE)/$(ROOT)/$(PKG)/yaboot/map.hfs -no-desktop \
-hfs-volid "lfslivecd-$(VERSION)" -V "lfslivecd-$(VERSION)" \
- -hfs-bless iso/boot -r -v -o $(MKTREE)/lfslivecd-$(VERSION).iso iso \
- >$(MKTREE)/iso.log 2>&1
- @if ! grep -q "Blessing" $(MKTREE)/iso.log ; then \
+ -hfs-bless iso/boot -r -v -o $(MPBASE)$(ROOT)/lfslivecd-$(VERSION).iso
iso \
+ >$(MPBASE)$(ROOT)/iso.log 2>&1
+ @if ! grep -q "Blessing" $(MPBASE)$(ROOT)/iso.log ; then \
echo "Iso incorrectly made! Boot directory not blessed." ; fi
endif
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page