fix -t auto for fstype=""
parent
4b8b7c59cf
commit
fc791a7fde
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
if [ ! -s /.resume -a "$root" ]; then
|
||||
mount ${fstype:-t auto} -o "$rflags" "$root" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||
mount ${fstype:--t auto} -o "$rflags" "$root" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue