-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BBB image deployed with ostree can not install app via apt install ... #5
Comments
Once you set up your system with ostree, most of your file system becomes read only. This is fundamental to how ostree works and allows for a robust update system. That said, I’ve found that you can use
Note that there are limitations to this strategy like the inability to remove files. I haven’t found a way to remove files from an already built image. |
Thank you for your reply. I just test it with the steps you provided and it works fine. |
It looks like there has been progress upstream on this, but I’m not familiar enough with the problem to know if it would help here: ostreedev/ostree#2712 |
Thank you. I'll have a try when I need to use it. |
Hi everyone, I obtained this "PGSQL.5432 not a regular file or symlink" after running "sudo ostree commit --base=$CURRENT_DEPLOYMENT --tree=dir=$ROOT_PATH --branch=$BRANCH --subject="Installed stlcmd with apt-get" --skip-if-unchanged" What can I do to resolve that? |
Normally, we can install the specific app in debian based system with apt install xxx.
But after deploy ostree with it. I find that I can run
sudo apt update
successfully.
When I try to install a app(eg. evtest), I get the following error
Also, I tried endless OS(debian base, deployed with ostree) with raspberrypi4. The error is same.
Is there a way to fix this problem?
Looking forward to your reply~
The text was updated successfully, but these errors were encountered: