File 3.2-mount.conf.patch.SuSE of Package calamares
--- a/etc/calamares/modules/mount.conf 2022-03-02 06:31:36.929595658 +0300
+++ b/etc/calamares/modules/mount.conf 2022-03-04 06:22:21.478261137 +0300
@@ -59,7 +59,15 @@
# subvolume: ""
- mountPoint: /home
subvolume: /@home
- - mountPoint: /var/cache
- subvolume: /@cache
- - mountPoint: /var/log
- subvolume: /@log
+ - mountPoint: /opt
+ subvolume: /@opt
+ - mountPoint: /root
+ subvolume: /@root
+ - mountPoint: /srv
+ subvolume: /@srv
+ - mountPoint: /tmp
+ subvolume: /@tmp
+ - mountPoint: /usr/local
+ subvolume: /@usr/local
+ - mountPoint: /var
+ subvolume: /@var