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:
parent
a92c810463
commit
b48721a82a
@ -11,7 +11,6 @@
|
|||||||
<systemdisk name="fedora">
|
<systemdisk name="fedora">
|
||||||
<volume name="@root=root"/>
|
<volume name="@root=root"/>
|
||||||
<volume name="home" parent="/"/>
|
<volume name="home" parent="/"/>
|
||||||
<volume name="var" parent="/"/>
|
|
||||||
</systemdisk>
|
</systemdisk>
|
||||||
<oemconfig>
|
<oemconfig>
|
||||||
<oem-resize>false</oem-resize>
|
<oem-resize>false</oem-resize>
|
||||||
|
Loading…
Reference in New Issue
Block a user