2017-08-09 20:26:40 +00:00
|
|
|
# Reference: <https://postmarketos.org/deviceinfo>
|
|
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
|
|
|
|
deviceinfo_format_version="0"
|
2019-07-03 21:07:08 +00:00
|
|
|
deviceinfo_name="QEMU aarch64"
|
|
|
|
deviceinfo_manufacturer="QEMU"
|
2018-12-25 19:25:32 +00:00
|
|
|
deviceinfo_codename="qemu-aarch64"
|
2017-08-09 20:26:40 +00:00
|
|
|
deviceinfo_arch="aarch64"
|
|
|
|
|
2020-03-06 13:01:14 +00:00
|
|
|
# Device related
|
2021-07-07 05:06:17 +00:00
|
|
|
deviceinfo_gpu_accelerated="true"
|
2020-05-17 13:33:49 +00:00
|
|
|
deviceinfo_chassis="vm"
|
2020-03-06 13:01:14 +00:00
|
|
|
deviceinfo_keyboard="true"
|
|
|
|
deviceinfo_external_storage="true"
|
2020-03-06 10:51:45 +00:00
|
|
|
deviceinfo_screen_width="1024"
|
|
|
|
deviceinfo_screen_height="768"
|
2020-10-07 12:05:52 +00:00
|
|
|
deviceinfo_getty="ttyAMA0;115200"
|
2020-03-06 13:01:14 +00:00
|
|
|
|
|
|
|
# Bootloader related
|
|
|
|
deviceinfo_flash_method="none"
|
2024-06-18 19:53:59 +00:00
|
|
|
deviceinfo_kernel_cmdline="console=tty1 console=ttyAMA0,38400n8 PMOS_FORCE_PARTITION_RESIZE"
|
2020-03-06 13:01:14 +00:00
|
|
|
deviceinfo_disable_dhcpd="true"
|
2024-05-17 07:40:48 +00:00
|
|
|
deviceinfo_partition_type="gpt"
|
|
|
|
deviceinfo_boot_filesystem="fat32"
|
|
|
|
deviceinfo_generate_systemd_boot="true"
|