clr-boot-manager icon indicating copy to clipboard operation
clr-boot-manager copied to clipboard

Add support for Btrfs subvolumes

Open silkeh opened this issue 5 years ago • 2 comments

This PR builds on #238 with support for having the root filesystem on a Btrfs subvolume.

~~Note: this is only actually this commit, as #238 is included. I will rebase after #238 is merged.~~

silkeh avatar Jul 29 '20 18:07 silkeh

is this only required for being able to boot from btrfs subvolumes? or does it also ensnare running containers as btrfs subvolumes with a swupd os-install tree installed on it?

victorstewart avatar Dec 30 '22 12:12 victorstewart

is this only required for being able to boot from btrfs subvolumes?

Yes.

or does it also ensnare running containers as btrfs subvolumes with a swupd os-install tree installed on it?

This change should not have any affect on containers AFAIK, only on the way that the rootfs is mounted on early boot.

silkeh avatar Dec 30 '22 13:12 silkeh