fixed fstype mount options
parent
d0c7d42b3e
commit
cff3457e32
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
if [ ! -s /.resume -a -n "$root" -a -z "${root%%block:*}" ]; then
|
||||
mount ${fstype:--t auto} -o "$rflags" "${root#block:}" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||
mount -t ${fstype:-auto} -o "$rflags" "${root#block:}" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue