fix filesystem name in fstab
parent
da725ee880
commit
30efd94175
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue