It makes a lot more sense for the systemd machine name to be systemd
rather than main.
metavar="NAME",
section="Runtime",
help="Set the machine name to use when booting the image",
+ default_factory=lambda ns: ns["directory"].name if ns["directory"] else None,
scope=SettingScope.main,
),
ConfigSetting(
Note that `Ephemeral=` has to be enabled to start multiple instances
of the same image.
+ Defaults to the current working directory name.
+
`Register=`, `--register=`
: Takes a boolean value or `auto`. Specifies whether to register the
vm/container with systemd-machined. If enabled, mkosi will fail if