deviceinfo: set systempart in kernel cmdline

Should fix mounting system partition during boot
This commit is contained in:
Joel Selvaraj
2020-11-07 16:16:02 +05:30
parent 9ac9adb132
commit be706036ac

View File

@@ -7,7 +7,7 @@ deviceinfo_os_patch_level="2018-12"
deviceinfo_kernel_source="https://gitlab.com/ubports/community-ports/android9/xiaomi-poco-f1/kernel-xiaomi-beryllium.git"
deviceinfo_kernel_source_branch="halium-9.0"
deviceinfo_kernel_defconfig="beryllium_defconfig"
deviceinfo_kernel_cmdline="console=tty0 earlycon=msm_geni_serial,0xA84000 androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true loop.max_part=7 androidboot.usbcontroller=a600000.dwc3 selinux=0 apparmor=1 security=apparmor"
deviceinfo_kernel_cmdline="console=tty0 earlycon=msm_geni_serial,0xA84000 androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true loop.max_part=7 androidboot.usbcontroller=a600000.dwc3 systempart=/dev/disk/by-partlabel/system selinux=0 apparmor=1 security=apparmor"
deviceinfo_kernel_clang_compile="false"
deviceinfo_kernel_apply_overlay="false"
deviceinfo_generate_bootimg="true"