Docker: Fix warning sentence of about aufs

The word "different" was missing.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2018-07-17 21:56:11 +02:00 committed by Daniel Wagner
parent 6c30f32b58
commit 47b61d7eca

View File

@ -5,8 +5,8 @@ if mount | grep -q "on / type aufs"; then
WARNING: Generation of wic images will fail!
Your docker host setup uses broken aufs as storage driver. Adjust the docker
configuration to use a driver (overlay, overlay2, devicemapper). You may also
need to update the host distribution (e.g. Debian Jessie -> Stretch).
configuration to use a different driver (overlay, overlay2, devicemapper). You
may also need to update the host distribution (e.g. Debian Jessie -> Stretch).
EOF
fi