build.config.msm.cinder: Updating androidboot.fstab_suffix

Updated le ramdisk init try to mount system partition base on
default value of androidboot.fstab_suffix=emmc,
updating it to rdshell for KP.

Change-Id: I5e8f4c120c6c50bccc714184f8ab867f635199db
Signed-off-by: Yogesh Lal <quic_ylal@quicinc.com>
This commit is contained in:
Yogesh Lal
2022-11-22 23:54:42 +05:30
parent f9ba824f94
commit 8b2c3168e6

View File

@@ -23,7 +23,7 @@ PREFERRED_USERSPACE=le
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=0
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
KERNEL_CMDLINE+=' console=ttyMSM0,115200n8 earlycon=qcom_geni,0x0099C000 qcom_geni_serial.con_enabled=1 loglevel=8 '
KERNEL_CMDLINE+=' console=ttyMSM0,115200n8 earlycon=qcom_geni,0x0099C000 qcom_geni_serial.con_enabled=1 loglevel=8 androidboot.fstab_suffix=rdshell '
fi
################################################################################