diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index b8753203a..6d42c62ef 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -176,6 +176,7 @@ _mountpoints() { else if [[ "${_FSTYPE}" == "btrfs" ]]; then _FSTYPE="btrfs" + _SKIP_FILESYSTEM=1 _btrfs_subvolume || return 1 fi fi