-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
area/installIssues related to `bootc install`Issues related to `bootc install`
Description
One thing I'd like to support is having OS vendors have e.g. cloud images that start out in bootc mode, but if e.g. there's some app/workload that isn't compatible, they can run say: bootc uninstall
and revert back to a classic mutable package-based workflow.
One implementation detail I think we can make happen here is that this could happen "live":
- reflink copy all the objects back to
/
- Clone
/etc
and/var
back to/
- remount the rootfs back to that
- On reboot
bootc-destructive-cleanup.service
would do the opposite of what it does today - remove the old bootc state
Metadata
Metadata
Assignees
Labels
area/installIssues related to `bootc install`Issues related to `bootc install`