b714ea8aef
File system modules are included by default in postmarketos-mkinitfs and loaded dynamically when needed. [ci:skip-build]: already built successfully in CI
23 lines
797 B
Text
23 lines
797 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="QEMU aarch64"
|
|
deviceinfo_manufacturer="QEMU"
|
|
deviceinfo_codename="qemu-aarch64"
|
|
deviceinfo_modules_initfs="virtio_pci virtio_blk virtio-gpu virtio_input evdev"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="vm"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1024"
|
|
deviceinfo_screen_height="768"
|
|
deviceinfo_getty="ttyAMA0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="console=tty1 console=ttyAMA0,38400n8 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
|
|
deviceinfo_disable_dhcpd="true"
|