c3b1ffe1df
Use to simulate installation from SD to eMMC with: $ pmbootstrap qemu --second-storage
25 lines
852 B
Text
25 lines
852 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_dtb=""
|
|
deviceinfo_modules_initfs="virtio_pci virtio_blk virtio-gpu virtio_input"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# Device related
|
|
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"
|