diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-17 12:54:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-17 12:54:31 +0000 |
commit | aba4bd4a15280a91ed16e65680a399760ca66045 (patch) | |
tree | 00349a5960df515e531caa6277b51130f0e59db0 | |
parent | 479bd2aa307b948daf8fad49f15be740a5ffd499 (diff) | |
download | alpine-iso-aba4bd4a15280a91ed16e65680a399760ca66045.tar.bz2 alpine-iso-aba4bd4a15280a91ed16e65680a399760ca66045.tar.xz |
add flavor alpine-virt
-rwxr-xr-x | Makefile | 4 | ||||
-rw-r--r-- | alpine-virt.conf.mk | 5 | ||||
-rw-r--r-- | alpine-virt.packages | 8 |
3 files changed, 15 insertions, 2 deletions
@@ -497,7 +497,7 @@ else ifeq ($(ALPINE_ARCH),x86_64) profiles ?= alpine alpine-extended alpine-vanilla alpine-xen else -profiles ?= alpine alpine-extended alpine-vanilla +profiles ?= alpine alpine-extended alpine-vanilla alpine-virt endif endif @@ -521,7 +521,7 @@ all-release: current $(addsuffix .conf.mk, $(profiles)) PROFILE=$$i release || break; \ done -edge desktop extended xen vanilla rpi uboot: current +edge desktop extended xen vanilla rpi uboot virt: current @fakeroot $(MAKE) ALPINE_RELEASE=$(current) PROFILE=alpine-$@ sha1 .PRECIOUS: $(MODLOOP_KERNELSTAMP) $(MODLOOP_DIRSTAMP) $(INITFS_DIRSTAMP) $(INITFS) $(ISO_KERNEL_STAMP) diff --git a/alpine-virt.conf.mk b/alpine-virt.conf.mk new file mode 100644 index 0000000..46006c9 --- /dev/null +++ b/alpine-virt.conf.mk @@ -0,0 +1,5 @@ +ALPINE_NAME := alpine-virt +MODLOOP_EXTRA := +KERNEL_FLAVOR := virtgrsec +KERNEL_FLAVOR_DEFAULT := virtgrsec + diff --git a/alpine-virt.packages b/alpine-virt.packages new file mode 100644 index 0000000..e23e151 --- /dev/null +++ b/alpine-virt.packages @@ -0,0 +1,8 @@ +bkeymaps +alpine-base +alpine-mirrors +network-extras +openssl +openssh +chrony +tzdata |