Skip to content

Conversation

@codefiles
Copy link
Contributor

Fixes #4146

@codefiles codefiles requested a review from Torxed as a code owner January 19, 2026 23:23
@svartkanin svartkanin merged commit c7dbf01 into archlinux:master Jan 20, 2026
9 checks passed

return config

def has_default_btrfs_vols(self) -> bool:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function name was intended to indicate that we're looking for the default disk config as well so it doesn't make much sense anymore now no?

Copy link
Contributor Author

@codefiles codefiles Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not but it is still checking for something that relates to the default disk config (a root Btrfs subvolume with the name Path('@')), right? What do you suggest?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah not sure what a better name might be, I suppose if someone uses the default layout in the manual partitioning it would also be valid. Let's just leave it for now

@codefiles codefiles deleted the has-default-btrfs-vols branch January 20, 2026 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enabling BTRFS snapshots while changing the mount point of the ESP partition.

2 participants