mention coreutils as a prerequisite

cp --reflink=auto was added in coreutils 7.5
This commit is contained in:
Pádraig Brady 2015-07-24 00:13:25 +01:00
parent 0b5dc8b338
commit 61f8ed7a49

View File

@ -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.