mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 21:07:59 +00:00
tegra-minimal-init:platform-preboot.sh: also handle rootfstype
Otherwise it might be missed in init-boot.sh. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
This commit is contained in:
@@ -7,6 +7,7 @@ for bootarg in `cat /proc/cmdline`; do
|
|||||||
root=*) mayberoot="${bootarg##root=}" ;;
|
root=*) mayberoot="${bootarg##root=}" ;;
|
||||||
ro) opt="ro" ;;
|
ro) opt="ro" ;;
|
||||||
rootwait) wait="yes" ;;
|
rootwait) wait="yes" ;;
|
||||||
|
rootfstype=*) fstype="${bootarg##rootfstype=}" ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user