fall back to filesystem type "auto"

master
Harald Hoyer 2009-05-15 13:15:11 +02:00
parent e419faf652
commit 9b1581051f
1 changed files with 1 additions and 1 deletions

View File

@ -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