fix -t auto for fstype=""
parent
4b8b7c59cf
commit
fc791a7fde
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ ! -s /.resume -a "$root" ]; then
|
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
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue