From 47b61d7eca74c59d8f18ac9c44b2e13d46aca594 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 17 Jul 2018 21:56:11 +0200 Subject: [PATCH] Docker: Fix warning sentence of about aufs The word "different" was missing. Signed-off-by: Jan Kiszka --- docker-entrypoint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-entrypoint b/docker-entrypoint index 0ccdb92..3c89771 100755 --- a/docker-entrypoint +++ b/docker-entrypoint @@ -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