From 3b93f4f90e6163ca38a80dcd4a6bbd81c0c39f2f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 27 Dec 2017 02:12:58 +0000 Subject: [PATCH] README.md: we need coreutils on Alpine Reported by xj9 in #postmarketOS - the way we call `du` doesn't work with busybox' `du`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0a9c3f4..452f1722 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ For in-depth information please refer to the [postmarketOS wiki](https://wiki.po * Linux distribution (`x86_64` or `aarch64`) * [Windows subsystem for Linux (WSL)](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) does **not** work! Please use [VirtualBox](https://www.virtualbox.org/) instead. * Kernels based on the grsec patchset [do **not** work](https://github.com/postmarketOS/pmbootstrap/issues/107) *(Alpine: use linux-vanilla instead of linux-hardened, Arch: linux-hardened [is not based on grsec](https://www.reddit.com/r/archlinux/comments/68b2jn/linuxhardened_in_community_repo_a_grsecurity/))* + * On Alpine Linux only: `apk add coretutils` * Python 3.4+ * OpenSSL