platforms/server: Drop the var subvolume for now

At the moment, the resulting image breaks because of an issue
where the subvolumes aren't mounted before the data is synced
to it as part of the image build.

Reference: https://github.com/OSInside/kiwi/issues/2356
This commit is contained in:
Neal Gompa 2023-08-21 23:24:16 -04:00
parent a92c810463
commit b48721a82a

View File

@ -11,7 +11,6 @@
<systemdisk name="fedora">
<volume name="@root=root"/>
<volume name="home" parent="/"/>
<volume name="var" parent="/"/>
</systemdisk>
<oemconfig>
<oem-resize>false</oem-resize>