Without these being set, kiwi sets up a weird subvolume layout by default.
@dcavalca Can you test to see if this fixes the problem?
Nope:
[ INFO ]: 20:31:16 | Reading runtime config file: '/etc/kiwi.yml' [ DEBUG ]: 20:31:16 | EXEC: [mkdir -p /home/fedora/kiwi-descriptions/outdir/build] [ INFO ]: 20:31:16 | Loading XML description [ INFO ]: 20:31:16 | Support for multiple markup descriptions available [ INFO ]: 20:31:16 | --> loaded .//config.xml [ INFO ]: 20:31:16 | --> Selected build type: oem [ INFO ]: 20:31:16 | --> Selected profiles: Workstation-GNOME,WorkstationCommon,BootCore,DesktopCommon,Common,GNOME-Desktop [ ERROR ]: 20:31:16 | KiwiRuntimeError: Volume setup for "/" found. The size of the root volume must be specified via the @root volume name like the following example shows: <volume name="@root" size="42G"/> A custom name or mountpoint for the root volume is not allowed.
rebased onto 5723f1438a888762bdf63b0a4ecc8d3bc5392d04
rebased onto a37f7758c2d9ecc108935456520632f97fdac587
@dcavalca I've refreshed this based on the new code added to kiwi-9.25.7 that I submitted to Fedora and EPEL.
Can you try this with that kiwi build?
Minimal build succeeds with this, https://paste.centos.org/view/73d1afe7 is the log
Pull-Request has been merged by ngompa
Without these being set, kiwi sets up a weird subvolume layout by
default.