From 089c2e2131ac65d73a25499ee6746b07d0f63b6c Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Tue, 9 May 2017 14:59:36 -0400 Subject: [PATCH] make it clearer which packages to install for AUFS support Signed-off-by: Steve Desmond --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index 1a5165d40f..12a9b3e933 100644 --- a/hack/install.sh +++ b/hack/install.sh @@ -442,7 +442,7 @@ do_install() { else echo >&2 'Warning: current kernel is not supported by the linux-image-extra-virtual' echo >&2 ' package. We have no AUFS support. Consider installing the packages' - echo >&2 ' linux-image-virtual kernel and linux-image-extra-virtual for AUFS support.' + echo >&2 ' "linux-image-virtual" and "linux-image-extra-virtual" for AUFS support.' ( set -x; sleep 10 ) fi fi