mirror of
https://github.com/rancher/os.git
synced 2025-07-04 10:36:14 +00:00
fixes typo
require -> required
This commit is contained in:
parent
6e0952d69e
commit
804af20754
@ -16,7 +16,7 @@ INITRD=${ARTIFACTS}/initrd
|
|||||||
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 images.tar instead
|
echo packaging images.tar 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