diff --git a/test/configs/ostree-filesystem-customizations.json b/test/configs/ostree-filesystem-customizations.json index 03ef336e22..2682d06317 100644 --- a/test/configs/ostree-filesystem-customizations.json +++ b/test/configs/ostree-filesystem-customizations.json @@ -27,18 +27,46 @@ "mountpoint": "/root", "minsize": "1 GiB" }, + { + "mountpoint": "/home", + "minsize": "1 GiB" + }, + { + "mountpoint": "/home/foo", + "minsize": "1 GiB" + }, { "mountpoint": "/mnt", "minsize": "3 GiB" }, { "mountpoint": "/srv", - "minsize": "4 GiB" + "minsize": "1 GiB" }, { "mountpoint": "/opt", "minsize": "1 GiB" }, + { + "mountpoint": "/var/home", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/roothome", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/mnt", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/srv", + "minsize": "1 GiB" + }, + { + "mountpoint": "/var/opt", + "minsize": "1 GiB" + }, { "mountpoint": "/var/mydata", "minsize": "1 GiB"