aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile4
-rw-r--r--alpine-virt.conf.mk5
-rw-r--r--alpine-virt.packages8
3 files changed, 15 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4c72bc8..8e2f4ac 100755
--- a/Makefile
+++ b/Makefile
@@ -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