28 lines
852 B
Text
28 lines
852 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="Acer Chromebook R13"
|
||
|
deviceinfo_manufacturer="Acer"
|
||
|
deviceinfo_codename="google-elm"
|
||
|
deviceinfo_year="2017"
|
||
|
deviceinfo_dtb="mediatek/mt8173-elm"
|
||
|
deviceinfo_modules_initfs="elants-i2c elan-i2c elan-i2c-core cros-ec-keyb"
|
||
|
deviceinfo_arch="aarch64"
|
||
|
|
||
|
# Device related
|
||
|
deviceinfo_chassis="convertible"
|
||
|
deviceinfo_keyboard="true"
|
||
|
deviceinfo_external_storage="true"
|
||
|
deviceinfo_screen_width="1920"
|
||
|
deviceinfo_screen_height="1080"
|
||
|
|
||
|
# Bootloader related
|
||
|
deviceinfo_flash_method="none"
|
||
|
deviceinfo_kernel_cmdline="console=null"
|
||
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||
|
deviceinfo_cgpt_kpart_start="8192"
|
||
|
deviceinfo_cgpt_kpart_size="65536"
|
||
|
deviceinfo_generate_depthcharge_image="true"
|