-
Notifications
You must be signed in to change notification settings - Fork 119
install-to-disk: Check for mounts before install #805
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up!
738eb54
to
eece03c
Compare
This should be working now, I made changes to parse the |
Thanks for working on this BTW, I think it's getting close! |
Signed-off-by: djach7 <djachimo@redhat.com>
Works to improve
bootc install to-disk
flow by checking for mounts on the device to be installed to. If mounts are present then install will abort.Resolves #720