6bfe39d804
QEMU has its own DHCP server, which provides the necessary routes and DNS server to access THE INTERNET. Trying to make QEMU provide something similar to our usual USB network (by starting our our DHCP server) will just confuse everything and break Internet access in most cases. Remove all our custom setup and let QEMU handle all the hard work.
20 lines
758 B
Text
20 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="QEMU aarch64"
|
|
deviceinfo_manufacturer="QEMU"
|
|
deviceinfo_codename="qemu-aarch64"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="virtio_mmio virtio_blk virtio-gpu virtio-pci virtio_net qxl drm_bochs"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_legacy_uboot_initfs="false"
|
|
deviceinfo_arch="aarch64"
|
|
deviceinfo_kernel_cmdline="console=ttyAMA0,38400n8 console=tty1 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
|
|
deviceinfo_disable_dhcpd="true"
|
|
|
|
# Splash
|
|
deviceinfo_screen_width="640"
|
|
deviceinfo_screen_height="480"
|