Only remaining setting in it was BaseImage=, which fits better in
[Content] so let's drop [Partition] and move BaseImage= to [Content].
an `mkosi.nspawn` file found in the local directory it is
automatically used for this purpose.
-<!-- FIXME: shouldn't this be in [Host] ? -->
-
-### [Partitions] Section
-
`BaseImage=`, `--base-image=`
: Use the specified directory or file system image as the base image,
type=Path,
metavar="PATH",
)
-
- group = parser.add_argument_group("Partitions options")
- group.add_argument('--base-image',
- help='Use the given image as base (e.g. lower sysext layer)',
- type=Path,
- metavar='IMAGE')
+ group.add_argument(
+ '--base-image',
+ help='Use the given image as base (e.g. lower sysext layer)',
+ type=Path,
+ metavar='IMAGE'
+ )
group = parser.add_argument_group("Validation options")
group.add_argument(