#27 platforms/server: Drop the var subvolume for now
Merged 9 months ago by dcavalca. Opened 9 months ago by ngompa.

file modified
-1
@@ -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>

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

Pull-Request has been merged by dcavalca

9 months ago
Metadata