dde8b6439d
Fixes #2598
24 lines
758 B
Text
24 lines
758 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="generic x86_64 system"
|
|
deviceinfo_manufacturer="generic"
|
|
deviceinfo_codename="generic-x86_64"
|
|
deviceinfo_year="1999"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# Device related
|
|
# 'desktop' type (which would include laptops) is probably the most common for
|
|
# this generic device
|
|
deviceinfo_chassis="desktop"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_gpu_accelerated="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="PMOS_FORCE_PARTITION_RESIZE quiet"
|
|
deviceinfo_partition_type="gpt"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_generate_systemd_boot="true"
|