Skip to content
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

ZFS removed when rebasing on my image #33

Open
pypeaday opened this issue Sep 29, 2024 · 2 comments
Open

ZFS removed when rebasing on my image #33

pypeaday opened this issue Sep 29, 2024 · 2 comments

Comments

@pypeaday
Copy link

I do not know if this is the right place to raise this issue but maybe there's a simple misunderstanding on my part.

I just recently got around to trying Aurora and was mega-pleased to see ZFS included out of the box as I use ZFS for extra storage on my desktop.

I wanted to build my own image for future customization and started with this image-template, here's the relevant part of my containerfile

ARG SOURCE_IMAGE="aurora"

ARG SOURCE_SUFFIX="-dx-nvidia"

ARG SOURCE_TAG="latest"

FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG}

When I build this and rebase, I get a list of changes that will take place on reboot and one is that the zfs utils are removed.

But if I rebase again on just the stock nvidia dx aurora image then it comes back... Can someone help me with what I'm missing?

@xlionjuan
Copy link

You could still add rpm-ostree install + that package to your build.sh

@pypeaday
Copy link
Author

pypeaday commented Oct 8, 2024

I'm more curious why I'd have to - what's the difference in the tag and the iso?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants