From 215fa7eb8b055e580c30a9851fbcacdc5fef15a6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 8 Oct 2007 18:53:19 +0000 Subject: added generation of x86 livecds, from #2391 SVN-Revision: 9191 --- include/image.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/image.mk b/include/image.mk index 68ce0480d1..fea7d1ce6f 100644 --- a/include/image.mk +++ b/include/image.mk @@ -81,6 +81,12 @@ ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y) endef endif +ifeq ($(CONFIG_TARGET_ROOTFS_ISO),y) + define Image/mkfs/iso + $(call Image/Build,iso) + endef +endif + define Image/mkfs/prepare/default find $(TARGET_DIR) -type f -not -perm +0100 -not -name 'ssh_host*' | $(XARGS) chmod 0644 @@ -113,6 +119,7 @@ ifneq ($(IB),1) $(call Image/mkfs/squashfs) $(call Image/mkfs/tgz) $(call Image/mkfs/ext2) + $(call Image/mkfs/iso) else install: compile install-targets $(call Image/BuildKernel) @@ -120,6 +127,7 @@ else $(call Image/mkfs/squashfs) $(call Image/mkfs/tgz) $(call Image/mkfs/ext2) + $(call Image/mkfs/iso) endif ifneq ($(IB),1) -- cgit v1.2.3