1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 06:32:09 +00:00

Typo fix in CLI output

- "is required to"
This commit is contained in:
Olle Jonsson 2018-09-12 12:42:53 +02:00 committed by niusmallnan
parent d7f47925a1
commit e0c6414d12

View File

@ -18,7 +18,7 @@ SYSTEM_IMAGES="images-system.tar"
mkdir -p ${ARTIFACTS} ${PREPOP_DIR}
if [ "$(docker info | grep 'Storage Driver: ' | sed 's/Storage Driver: //')" != "overlay" ]; then
echo Overlay storage driver is require to prepackage exploded images
echo Overlay storage driver is required to prepackage exploded images
echo packaging image tar archives instead
tar czf ${ARTIFACTS}/rootfs${SUFFIX}.tar.gz --exclude lib/modules --exclude lib/firmware -C ${INITRD_DIR} .
exit 0