From b4e289fd4bcb520f2583a74eee38923c63d9ff85 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 22 Dec 2019 15:38:05 +0100 Subject: [PATCH] Readme: Remove note about running hardened kernel on VMware --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index c5605e1..65c232e 100644 --- a/README.adoc +++ b/README.adoc @@ -55,8 +55,6 @@ qemu-img convert -f qcow2 -O vmdk -o adapter_type=lsilogic,subformat=monolithicF Unfortunately, this creates a “thick” image, i.e. its size equals the “provisioned space”, not actually used space as in Qcow2. However, you can compress it with gzip to avoid transferring multiple gigabytes of zeros over network. -Also note that VMware has some problem with hardened kernel, so you have to boot it with `pax_nouderef` (read more https://wiki.alpinelinux.org/wiki/Install_Alpine_on_VMware[here]). - == License