From 61f8ed7a49389a1415f6ed67ceabbecc0abf27f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 24 Jul 2015 00:13:25 +0100 Subject: [PATCH] mention coreutils as a prerequisite cp --reflink=auto was added in coreutils 7.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbc7c7b..316dce1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The following packages are needed to run bocker. * iproute2 * iptables * util-linux >= 2.25.2 +* coreutils >= 7.5 Because most distributions do not ship a new enough version of util-linux you will probably need grab the sources from [here](https://www.kernel.org/pub/linux/utils/util-linux/v2.25/) and compile it yourself.