Author: alexander
Date: 2007-06-11 01:01:55 -0600 (Mon, 11 Jun 2007)
New Revision: 1913

Modified:
   trunk/Makefile
Log:
Enabled generation of the CD without sources

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-06-10 12:34:18 UTC (rev 1912)
+++ trunk/Makefile      2007-06-11 07:01:55 UTC (rev 1913)
@@ -398,6 +398,10 @@
        $(MPBASE)$(ROOT)/lfslivecd-$(VERSION).iso -b boot/isolinux/isolinux.bin 
\
        -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \
        -V "lfslivecd-$(VERSION)" ./
+       @cd $(MPBASE)/iso ; $(WD)/bin/mkisofs -z -R -l --allow-leading-dots -D 
-o \
+       $(MPBASE)$(ROOT)/lfslivecd-$(VERSION)-nosrc.iso -b 
boot/isolinux/isolinux.bin \
+       -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \
+       -m lfs-sources -V "lfslivecd-$(VERSION)" ./
 
 # Targets to clean your tree. 
 #==============================================================================

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to