When bootfs
is a snapshot, boot into the snapshot readonly
#687
taliaferro
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
It's up to the Alpine initramfs to handle |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, if I set
bootfs=zroot/ROOT/alpine@mysnapshot
, ZFSBootMenu still shows the right filesystem (booting into zroot/ROOT/alpine@mysnapshot
) but when it actually boots, it just boots the parent filesystem (zroot/ROOT/alpine
) as normal.I'd argue that if the
bootfs
is set to a snapshot, it makes more sense to try to boot into that snapshot as readonly.Beta Was this translation helpful? Give feedback.
All reactions