We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb9c9f commit 4498a2aCopy full SHA for 4498a2a
backend/caasp4os/defaults.sh
@@ -3,5 +3,8 @@
3
# Caasp4os options
4
##################
5
6
-GARDEN_ROOTFS_DRIVER="${GARDEN_ROOTFS_DRIVER:-btrfs}"
+# Override default GARDEN_ROOTFS_DRIVER for all backends default
7
+if [ "$BACKEND" == "caasp4os" ]; then
8
+ GARDEN_ROOTFS_DRIVER="${GARDEN_ROOTFS_DRIVER:-btrfs}"
9
+fi
10
CAASP_VER=${CAASP_VER:-"update"} # devel, staging, update, product
0 commit comments