snapshotmanager / boom-boot

Boom Boot Manager
GNU General Public License v2.0
30 stars 4 forks source link

Support multi-volume snapshot boot #17

Closed bmr-cymru closed 7 months ago

bmr-cymru commented 1 year ago

Support to boot multiple snapshot volumes (e.g. /var, /home etc.) has been requested by numerous users and is a requirement to use boom to support OS upgrade rollbacks for non-trivial file system layouts.

To enable this a component is required to allow overriding /etc/fstab during boot.

An RFE has been submitted to the systemd project, systemd/systemd#27260. If this is unsuccessful then boom will need to either ship this component itself or depend on some new component that provides the required functionality.

bmr-cymru commented 7 months ago

Resolved in commit ed0a12a.