summaryrefslogtreecommitdiffstats
path: root/install/autodetect
diff options
context:
space:
mode:
Diffstat (limited to 'install/autodetect')
-rw-r--r--install/autodetect2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/autodetect b/install/autodetect
index c98db73..846aa3a 100644
--- a/install/autodetect
+++ b/install/autodetect
@@ -30,7 +30,7 @@ build() {
done
# detect filesystem for root
- if rootfstype=$(findmnt -uno fstype '/'); then
+ if rootfstype=$(findmnt -uno fstype -T '/'); then
add_if_avail "$rootfstype"
else
error "failed to detect root filesystem"