Commit 988ce99 1 parent bd6d3e7 commit 988ce99 Copy full SHA for 988ce99
File tree 2 files changed +2
-2
lines changed
deploy/iso/minikube-iso/package/crio-bin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ define CRIO_BIN_INSTALL_TARGET_CMDS
61
61
$(TARGET_DIR ) /etc/containers/registries.conf
62
62
63
63
mkdir -p $(TARGET_DIR ) /etc/sysconfig
64
- echo 'CRIO_OPTIONS="--storage-driver=overlay2 -- log-level=debug"' > $(TARGET_DIR ) /etc/sysconfig/crio
64
+ echo 'CRIO_OPTIONS="--log-level=debug"' > $(TARGET_DIR ) /etc/sysconfig/crio
65
65
endef
66
66
67
67
define CRIO_BIN_INSTALL_INIT_SYSTEMD
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ runroot = "/var/run/containers/storage"
12
12
13
13
# storage_driver select which storage driver is used to manage storage
14
14
# of images and containers.
15
- storage_driver = ""
15
+ storage_driver = "overlay "
16
16
17
17
# storage_option is used to pass an option to the storage driver.
18
18
storage_option = [
You can’t perform that action at this time.
0 commit comments