30 lines
934 B
Text
30 lines
934 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="Samsung Chromebook"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_codename="google-snow"
|
|
deviceinfo_year="2011"
|
|
deviceinfo_dtb="exynos5250-snow exynos5250-snow-rev5"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="laptop"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1366"
|
|
deviceinfo_screen_height="768"
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_disable_dhcpd="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
|
deviceinfo_cgpt_kpart_start="8192"
|
|
deviceinfo_cgpt_kpart_size="16384"
|
|
deviceinfo_kernel_cmdline="console=null"
|
|
deviceinfo_depthcharge_board="snow"
|
|
deviceinfo_generate_depthcharge_image="true"
|
|
deviceinfo_generate_extlinux_config="true"
|