Replies: 2 comments 1 reply
|
There’s nothing preventing you from replacing the existing minimal initramfs image with your own. You can refer to what systemd-initramfs in DISTRO_FEATURES does in core-image-initramfs-boot, and either just use this as the base of your own custom initramfs image, or make your own similar based on the initramfs framework. |
0 replies
|
Yes, but there are features of the meta-tegra layer, including:
Which don't come for free. Using lots of web research, I was able to come up with something that mostly works (I'm still working on it), so I was wondering if there is an established best-common-practice for this. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi. Is there a known-good procedure for replacing the tegra-minimal-initramfs image with one that uses systemd? More specifically, I want to be able to use the
systemd.virtual=overlaymechanism to make a read-only root file system with changes going into tmpfs.Later on, I will want to be able to use other systemd services at that layer, for things like validating and encrypting the root file system.
I've found tips for how to do this on generic Linux systems, but I'm not sure how well they will apply to something based on meta-tegra.
All reactions