I'd like to embed micro-config-drive in my initramfs, however at this point root isn't mount at /, instead (by convention) it's at $rootmnt (default: /root).
Other tools like ignition support this via a command line flag: ignition --root="${rootmnt}".
Would adding such support to ucd be a welcome contribution? I'd be happy to implement.
I'd like to embed micro-config-drive in my initramfs, however at this point root isn't mount at
/
, instead (by convention) it's at$rootmnt
(default:/root
).Other tools like
ignition
support this via a command line flag:ignition --root="${rootmnt}"
.Would adding such support to
ucd
be a welcome contribution? I'd be happy to implement.