fall back to filesystem type "auto"
parent
e419faf652
commit
9b1581051f
|
|
@ -22,6 +22,6 @@ else
|
|||
getarg rw && rflags=rw || rflags=ro
|
||||
fi
|
||||
|
||||
fstype="$(getarg rootfstype=)" && fstype="-t ${fstype}"
|
||||
fstype="$(getarg rootfstype=)" && fstype="-t ${fstype}" || fstype="-t auto"
|
||||
|
||||
export fstype rflags root
|
||||
|
|
|
|||
Loading…
Reference in New Issue