From 6e42564ca07697ccf5530229927d5b398799efbd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 24 Jan 2023 19:39:02 +0100 Subject: [PATCH] set FSTYPE --- usr/lib/archboot/installer/mountpoints.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index a870e95db..7bac84f90 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -127,6 +127,7 @@ _create_filesystem() { _dialog --inputbox "Enter additional options to the filesystem creation utility.\nUse this field only, if the defaults are not matching your needs,\nelse just leave it empty." 10 70 2>"${_ANSWER}" || return 1 _FS_OPTIONS=$(cat "${_ANSWER}") else + FSTYPE="$(${_LSBLK} FSTYPE "${_DEV}")" if [[ "${_FSTYPE}" == "btrfs" ]]; then _SKIP_FILESYSTEM="1" _btrfs_subvolume || return 1