trekstor-surftabduow1: don't use 'flavor' in initramfs name (MR 2521)

This commit is contained in:
jenneron 2021-09-15 15:48:21 +03:00 committed by Clayton Craft
parent 5f7ddab954
commit da14c01ca7
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-trekstor-surftabduow1
pkgdesc="Trekstor Surftab Duo W1"
pkgver=0.1
pkgrel=2
pkgver=0.2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="x86_64"
@ -24,5 +24,5 @@ package() {
sha512sums="
2a8518429175f9c0a46a00d52a23af24c1d4e0f818f443dce6814df8c0e2485f18f4e4c7bfcea5f5593bc26055a3e9a9fb46bae327c6a4f3d0b99f885de47257 deviceinfo
13007aa683165b257cb9cc11112020d97debfa2a26746b1cdd805b7fdaabf072d4a743edd7553e02ec77f5802fd439f4e1ab22107a4aa26905ee70e400754b53 grub.cfg
11fa2ef0a8434bdd6ff266f17585ae3f5ec7724a2053ec62c831845dc7cf6d74e690cdb3e67f84c7183e16f0d6a168275942490927143b1287330b45286f27e9 grub.cfg
"

View file

@ -1,5 +1,5 @@
timeout=4
menuentry "postmarketOS" {
linux ($root)/vmlinuz-lts
initrd ($root)/initramfs-lts
initrd ($root)/initramfs
}