This migrates all device package to the new system, which is documented here: https://docs.postmarketos.org/pmaports/main/kernel-cmdline.html. It also replaces old initramfs params (PMOS_NOSPLASH and PMOS_FORCE_PARTITION_RESIZE) from the cmdlines with their modern equivalents, so we can finally get rid of those. Signed-off-by: default avatarClayton Craft <craftyguy@postmarketos.org> [ci:skip-build]: already built successfully in CI Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7830>
28 lines
861 B
Text
28 lines
861 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_external_storage="true"
|
|
deviceinfo_screen_width="1366"
|
|
deviceinfo_screen_height="768"
|
|
deviceinfo_drm="true"
|
|
deviceinfo_disable_dhcpd="true"
|
|
deviceinfo_create_initfs_extra="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
|
deviceinfo_cgpt_kpart_start="8192"
|
|
deviceinfo_cgpt_kpart_size="16384"
|
|
deviceinfo_depthcharge_board="snow"
|
|
deviceinfo_generate_depthcharge_image="true"
|
|
deviceinfo_generate_extlinux_config="true"
|