aboutsummaryrefslogtreecommitdiffstats
path: root/community/alpine-make-vm-image/no-hardened.patch
diff options
context:
space:
mode:
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, 0 insertions, 22 deletions
diff --git a/community/alpine-make-vm-image/no-hardened.patch b/community/alpine-make-vm-image/no-hardened.patch
deleted file mode 100644
index cd95cb0156..0000000000
--- a/community/alpine-make-vm-image/no-hardened.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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"}