qemu-amd64: tweak kernel descriptions (MR 5016)
I just noticed that the virt kernel doesn't have mouse and network working anymore in QEMU and Alpine edge. It did work with v23.12. Everything seems to work with the LTS kernel though, and it doesn't change often, so recommend that for now. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
a61c3a3e48
commit
816ed854d0
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=device-qemu-amd64
|
||||
pkgver=6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Simulated device in QEMU (x86_64)"
|
||||
url="https://postmarketos.org"
|
||||
arch="x86_64"
|
||||
|
@ -53,13 +53,13 @@ kernel_none() {
|
|||
}
|
||||
|
||||
kernel_virt() {
|
||||
pkgdesc="Alpine Virt kernel (minimal, no audio)"
|
||||
pkgdesc="Alpine Virt kernel (minimal, no audio/mouse/network)"
|
||||
depends="linux-virt"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
||||
kernel_lts() {
|
||||
pkgdesc="Alpine LTS kernel"
|
||||
pkgdesc="Alpine LTS kernel (recommended)"
|
||||
depends="linux-lts linux-firmware-none"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue