We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1228a0c commit 2e4603eCopy full SHA for 2e4603e
1 file changed
archinstall/lib/disk/filesystem.py
@@ -88,7 +88,7 @@ def perform_filesystem_operations(self, show_countdown: bool = True) -> None:
88
)
89
90
for part_mod in mod.partitions:
91
- if part_mod.fs_type == FilesystemType.Btrfs:
+ if part_mod.fs_type == FilesystemType.Btrfs and part_mod.is_create_or_modify():
92
device_handler.create_btrfs_volumes(part_mod, enc_conf=self._enc_config)
93
94
def _format_partitions(
0 commit comments