mirror of
https://github.com/rancher/os.git
synced 2025-08-11 11:32:28 +00:00
Typo fix in CLI output
- "is required to"
This commit is contained in:
parent
d7f47925a1
commit
e0c6414d12
@ -18,7 +18,7 @@ SYSTEM_IMAGES="images-system.tar"
|
|||||||
mkdir -p ${ARTIFACTS} ${PREPOP_DIR}
|
mkdir -p ${ARTIFACTS} ${PREPOP_DIR}
|
||||||
|
|
||||||
if [ "$(docker info | grep 'Storage Driver: ' | sed 's/Storage Driver: //')" != "overlay" ]; then
|
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
|
echo packaging image tar archives instead
|
||||||
tar czf ${ARTIFACTS}/rootfs${SUFFIX}.tar.gz --exclude lib/modules --exclude lib/firmware -C ${INITRD_DIR} .
|
tar czf ${ARTIFACTS}/rootfs${SUFFIX}.tar.gz --exclude lib/modules --exclude lib/firmware -C ${INITRD_DIR} .
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user