summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-21 12:24:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-21 12:24:22 +0000
commit6b02618619d39ad439752053c93027597f838c5a (patch)
tree59e2c3a7a95c6eb8d0434864275deede44bde16f
parent302d082ebf8bec2426e5cdbf354e359326127948 (diff)
downloadalpine-iso-6b02618619d39ad439752053c93027597f838c5a.tar.bz2
alpine-iso-6b02618619d39ad439752053c93027597f838c5a.tar.xz
add vserver target, support ext2, ext4 and virtio by default
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b259d9b..57aec51 100755
--- a/Makefile
+++ b/Makefile
@@ -143,7 +143,7 @@ INITFS := $(ISO_DIR)/boot/$(INITFS_NAME)
INITFS_DIR = $(DESTDIR)/initfs.$*
INITFS_TMP = $(DESTDIR)/tmp.initfs.$*
INITFS_DIRSTAMP := $(DESTDIR)/stamp.initfs.%
-INITFS_FEATURES := ata base bootchart cdrom cramfs ext3 floppy raid scsi usb
+INITFS_FEATURES := ata base bootchart cdrom cramfs ext2 ext3 ext4 floppy raid scsi usb virtio
INITFS_PKGS = $(MODLOOP_PKGS) alpine-base acct
initfs-%: $(INITFS)
@@ -370,4 +370,7 @@ all-release: current previous $(addsuffix .conf.mk, $(profiles))
edge:
@fakeroot $(MAKE) PROFILE=alpine-edge sha1
+vserver:
+ @fakeroot $(MAKE) PROFILE=alpine-vserver sha1
+
.PRECIOUS: $(MODLOOP_KERNELSTAMP) $(MODLOOP_DIRSTAMP) $(INITFS_DIRSTAMP) $(INITFS) $(ISO_KERNEL_STAMP)