device-qemu-riscv64: Add EFI boot support
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7398>
This commit is contained in:
parent
a4d924c256
commit
fa013dd6f9
2 changed files with 6 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
|
||||
maintainer="Luca Weiss <luca@lucaweiss.eu>"
|
||||
pkgname=device-qemu-riscv64
|
||||
pkgver=10
|
||||
pkgrel=1
|
||||
pkgver=11
|
||||
pkgrel=0
|
||||
pkgdesc="Simulated device in QEMU (riscv64)"
|
||||
url="https://postmarketos.org"
|
||||
arch="riscv64"
|
||||
|
|
@ -11,6 +11,7 @@ license="MIT"
|
|||
depends="
|
||||
postmarketos-base
|
||||
postmarketos-qemu-common
|
||||
systemd-boot
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="
|
||||
|
|
@ -48,5 +49,5 @@ kernel_mainline() {
|
|||
|
||||
sha512sums="
|
||||
8411587834a64f96673e890195d7e6d7451e0316a69126197a4d6a1522e36c7c5a8a522647f1712038653803d19cf27916a66c6f0e409bd41ddca19f6ff1cda9 kernel-cmdline.conf
|
||||
78d0252f49f4b0f527a2f6c726abe32cd112553fdcd5793070999dfeb331c4d94fbc63ca163ea282f439f0f069cdbeea5051d9e9aeb8831a3862076b04357c5e deviceinfo
|
||||
d9edefbfba3d9892981d0278e4867bd743fbe86c58300d0aeb66d751c8714f40d63f915e9d9a5d32b736924d28e9cfacfac155972c619e696b53b96eac92bfad deviceinfo
|
||||
"
|
||||
|
|
|
|||
|
|
@ -18,3 +18,5 @@ deviceinfo_getty="ttyS0;230400"
|
|||
|
||||
# Bootloader related
|
||||
deviceinfo_disable_dhcpd="true"
|
||||
deviceinfo_boot_filesystem="fat32"
|
||||
deviceinfo_generate_systemd_boot="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue