mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
Fix storage.conf to define driver in the VM
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -47,6 +47,11 @@ echo -e "\n# Begin single-use VM global variables (${BASH_SOURCE[0]})" \
|
||||
done <<<"$(passthrough_envars)"
|
||||
) >> "/etc/ci_environment"
|
||||
|
||||
#####
|
||||
##### FIXME. /etc/containers/storage.conf should have a driver name set
|
||||
##### Remove when VMs updated
|
||||
sed 's/^driver.*=.*""/driver = "overlay"/g' -i /etc/containers/storage.conf
|
||||
|
||||
# This is a possible manual maintenance gaff, check to be sure everything matches.
|
||||
# shellcheck disable=SC2154
|
||||
[[ "$DISTRO_NV" == "$OS_REL_VER" ]] || \
|
||||
|
Reference in New Issue
Block a user