Merge pull request #11 from pixelb/patch-1

mention coreutils as a prerequisite
This commit is contained in:
Peter Wilmott 2015-07-24 09:28:22 +01:00
commit 036d2b6ffc

View File

@ -15,6 +15,7 @@ The following packages are needed to run bocker.
* iproute2 * iproute2
* iptables * iptables
* util-linux >= 2.25.2 * 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. 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.