tablet-x86uefi: don't use 'flavor' in initramfs name (MR 2521)

This commit is contained in:
jenneron 2021-09-15 04:52:05 +03:00 committed by Clayton Craft
parent c64441a5cc
commit 5f7ddab954
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-tablet-x86uefi
pkgdesc="Various tablets with atom CPU"
pkgver=1
pkgrel=2
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="x86_64"
@ -37,6 +37,6 @@ x11() {
sha512sums="
ba983dcd9980ccf7477cfa8f2f2f5235a26425fd5364c6c0c6686814f86c1db6975f77cafb7152f3c1ad933a3a1cca0223f82a1ec15d73cce2abda86b3d6d444 deviceinfo
16fbd525c3068bcfb1ccbf346e00b3e0c033dd8836c3e281eb947561aa8495d9339cba63feacaeb31bfc5a0c61a0a22c6ac24636b171e49794336d1b2e1ffc95 grub.cfg
2d951d71102181db85a2468fd770ee3a7958c06b14e27e52e0d4ff0e9b88f3ab3c5c9b15c8a938d1cd2ae0c94ad2aad7001f1b6fe943f96a38602085f481a4cf grub.cfg
f3667b914bb955be9e97db31dc7ed4a7c5d0c369be9549d587bb7208e270590c0c3fa36a0dd997d6f8305c5c9afb3b906423af6ca8724e806f995e61226cfc83 rootston.ini
"

View file

@ -2,5 +2,5 @@ timeout=0
menuentry "postmarketOS" {
linux ($root)/vmlinuz-lts console=null
initrd ($root)/initramfs-lts
initrd ($root)/initramfs
}