fix filesystem name in fstab
This commit is contained in:
+1
-1
@@ -804,7 +804,7 @@ fstab_create()
|
||||
echo >> $FSTAB
|
||||
|
||||
blkid | grep -v "^/dev/loop" | grep -v "^/dev/zram" | cut -d: -f 1 | while read DEVICE; do
|
||||
FS="$(device_bestfs $DEVICE)"
|
||||
FS="$(device_bestfs $DEVICE) | sed -r 's/^-t //'"
|
||||
LABEL="$(basename $DEVICE)"
|
||||
OPTS="defaults,noatime,nofail,x-systemd.device-timeout=2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user