aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-vm-image/no-hardened.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-04-03 00:46:05 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-04-03 00:46:05 +0200
commitf6f93b59dd7fc280cb03b1a3ad2261c4d7318af4 (patch)
treee57a777bfaf77ca04239bf02bcfa145ce1831367 /community/alpine-make-vm-image/no-hardened.patch
parente25c15766f5a036de0fc7290cba7b98ef41b46ec (diff)
downloadaports-f6f93b59dd7fc280cb03b1a3ad2261c4d7318af4.tar.bz2
aports-f6f93b59dd7fc280cb03b1a3ad2261c4d7318af4.tar.xz
community/alpine-make-vm-image: move from testing
Diffstat (limited to 'community/alpine-make-vm-image/no-hardened.patch')
-rw-r--r--community/alpine-make-vm-image/no-hardened.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/alpine-make-vm-image/no-hardened.patch b/community/alpine-make-vm-image/no-hardened.patch
new file mode 100644
index 0000000000..cd95cb0156
--- /dev/null
+++ b/community/alpine-make-vm-image/no-hardened.patch
@@ -0,0 +1,22 @@
+--- a/alpine-make-vm-image
++++ b/alpine-make-vm-image
+@@ -32,8 +32,8 @@
+ # $ROOTFS is always included, don't specify them here.
+ # Default is "scsi virtio".
+ #
+-# -k --kernel-flavor KERNEL_FLAVOR The kernel flavour to install; vanilla, hardened,
+-# or virthardened. Default is virthardened.
++# -k --kernel-flavor KERNEL_FLAVOR The kernel flavour to install; vanilla or virt.
++# Default is virt.
+ #
+ # --keys-dir KEYS_DIR Path of directory with Alpine keys to copy into the image.
+ # Default is /etc/apk/keys.
+@@ -295,7 +295,7 @@
+ : ${IMAGE_FORMAT:=}
+ : ${IMAGE_SIZE:="2G"}
+ : ${INITFS_FEATURES:="scsi virtio"}
+-: ${KERNEL_FLAVOR:="virthardened"}
++: ${KERNEL_FLAVOR:="virt"}
+ : ${KEYS_DIR:="/etc/apk/keys"}
+ : ${PACKAGES:=}
+ : ${REPOS_FILE:="/etc/apk/repositories"}