This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Description
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.