qemu-amd64: add deviceinfo_dev_internal_storage (MR 1820)

Use to simulate installation from SD to eMMC with:
$ pmbootstrap qemu --second-storage
This commit is contained in:
Oliver Smith 2020-12-14 19:19:48 +01:00 committed by Martijn Braam
parent c48037d5ed
commit c3b1ffe1df
No known key found for this signature in database
GPG key ID: C4280ACB000B060F
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Minecrell <minecrell@minecrell.net>
# Co-Maintainer: Daniele Debernardi <drebrez@gmail.com>
pkgname=device-qemu-amd64
pkgver=2.1
pkgver=2.2
pkgrel=0
pkgdesc="Simulated device in QEMU (x86_64)"
url="https://postmarketos.org"
@ -52,5 +52,5 @@ kernel_lts() {
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
sha512sums="68a2e214e3f846822aa35436a02792e9fcf2829a5ffbfb2aa71dacbc5571ed66244280f5d15725432a5332f57bcaa6346566b63ba186b2f809be9c4f97474458 deviceinfo
sha512sums="994ab3e870f6374aa56d4f4347ce10a39ba66117f6a054ca735b9b038953a00df0e5f073ba87beac458b5ba7e262e0e89d470fec486f62bc899a1f41e517e0cb deviceinfo
47b27c7572b8737988488f7eb23b9e68f9a944e22baafe1c78355d2514a2554cf41d99b29fca12238eb13a6f5d53f00ca89b94e534e8461ebab72256dcf0f142 weston.ini"

View file

@ -16,6 +16,8 @@ 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"