diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/autodetect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/autodetect b/install/autodetect index cc12124..1b5b438 100644 --- a/install/autodetect +++ b/install/autodetect @@ -34,7 +34,7 @@ build() { add_if_avail "$rootfstype" # detect separate /usr - if usrfstype=$(findmnt -nero fstype -s"$BASEDIR/etc/fstab" /usr); then + if usrfstype=$(findmnt -snero fstype --tab-file "$BASEDIR/etc/fstab" /usr); then add_if_avail "$usrfstype" fi |