Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Writing here as had some problems enabling overlayroot.
This should work on the ubuntu image, on debian I only got the bilibop-lockfs to work but overlayroot is a lot simpler and easier.
First install overlayroot package. I setup it to read the overlayroot.conf from the boot partition and left boot partition without overlay so enabling/disabling is easy incase overlayroot-chroot doesnt work.
/boot/overlayroot.conf:
/etc/overlayroot.conf:
Maybe setup label for drive, but single usb drive works fine for now.
Next problem is that the configs are setup for init image, but it seems by default the generation doesn't do conversions. I added single script to do it:
generate_initramfs.sh:
Once done it should leave you with uInitrd.img-KERNEL image on boot partition, set that into the boot.script, eg rd_img=uInitrd.img-6.12.11-meson64
Beta Was this translation helpful? Give feedback.
All reactions