Replies: 4 comments 2 replies
-
Highly recommend creating an RPM and setting up an RPM repo to pull from as you suggested that you tried and failed. There are other ways, but it's probably the easiest for you. |
Beta Was this translation helpful? Give feedback.
-
I'd point you at our Automotive tools, but they are bespoke right now to Automotive. Long term this is just a Containerfile/Dockerfile btw with bootc, so you can do whatever in a RUN command. |
Beta Was this translation helpful? Give feedback.
-
You can try this if you want it's new: can also be based on Fedora bootc if something recent is needed |
Beta Was this translation helpful? Give feedback.
-
You don't want it in the "ostree filesystem", you want it in "the filesystem" specifically in Another simple example of this is "floating" container images, flatpaks etc. At the current time ostree doesn't ship anything opinionated for this, it's the job of an external provisioning system which can mount However on the bootc side we are likely to introduce "data containers" for this. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the correct place but I'm wondering how to add a big file (imagine a DB backup or VM image) in the ostree filesystem at build time.
Reason behind this is imagine having a partially disconnected Edge Device which requires these type of artifacts to boot and there is no easy way to transfer them after installation time.
I tried already in some way manipulating kickstart or creating custom rpm to include those files but none of them worked.
I would ask this as an enhancement, unless there is an easier way to do that with ostree.
Beta Was this translation helpful? Give feedback.
All reactions