a75a7cf685
These cmdline params are not needed because the issues they worked around were fixed in 6.7 or in this kernel branch we are using. Additional modules are included in the initramfs since they may not be builtin in the future, and not having them loaded in the initfs can break booting
24 lines
710 B
Text
24 lines
710 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Lenovo ThinkPad X13s"
|
|
deviceinfo_manufacturer="Lenovo"
|
|
deviceinfo_codename="lenovo-21bx"
|
|
deviceinfo_year="2022"
|
|
deviceinfo_dtb="qcom/sc8280xp-lenovo-thinkpad-x13s"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="laptop"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_kernel_cmdline="console=null"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_partition_type="gpt"
|