Replies: 1 comment 2 replies
-
initoverlayfs has it's own config file (it's in BLS format, because that's simple to parse), this is included in initrd, initoverlayfs and rootfs, here is an example one:
bootfs takes arguments in a similar format to root= on the cmdline. We didn't use cmdline because I've ran into more that a couple of cmdline issues and just putting data in a file in the signed initrd is basically the same thing, but you get your own namespace (the file). We will be adding more docs... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One thing I don't understand from reading the docs/code is: From the initramfs, how is the initoverlayfs expected to be discovered?
Do we expect the initramfs to have the partition of
/boot
(if present) and the path to the initoverlayfs?There's a config file I see but...oh wait, I see now it's in
or so.
This type of thing would be good to add to the docs for how it works.
Beta Was this translation helpful? Give feedback.
All reactions