22c6020965
systemd-boot is used for EFI boot (when using "pmbootstrap qemu --efi"), legacy boot (seabios) is still supported as well (pmb/qemu boots the kernel directly). [ci:skip-build] already built successfully in CI
27 lines
901 B
Text
27 lines
901 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 amd64"
|
|
deviceinfo_manufacturer="QEMU"
|
|
deviceinfo_codename="qemu-amd64"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# 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="ttyS0;115200"
|
|
deviceinfo_dev_internal_storage="/dev/vdb"
|
|
deviceinfo_dev_internal_storage_repartition="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="console=tty1 console=ttyS0 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
|
|
deviceinfo_disable_dhcpd="true"
|
|
deviceinfo_partition_type="gpt"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_generate_systemd_boot="true"
|