1#!/bin/bash -e 2 3if [ ! -d "${ROOTFS_DIR}" ] || [ "${USE_QCOW2}" = "1" ]; then 4 bootstrap ${RELEASE} "${ROOTFS_DIR}" $MIRROR 5fi 6 7