mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +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=}" ;;
|
||||
ro) opt="ro" ;;
|
||||
rootwait) wait="yes" ;;
|
||||
rootfstype=*) fstype="${bootarg##rootfstype=}" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user