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

This commit is contained in:
jenneron 2021-09-15 04:51:51 +03:00 committed by Clayton Craft
parent 8a267a698c
commit c64441a5cc
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-tablet-x64uefi
pkgdesc="Various tablets with atom CPU"
pkgver=0.2
pkgver=0.3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -58,6 +58,6 @@ package() {
sha512sums="
49bde5bcf1120a3a93131eb5285c0a4589260d53902ca76ce7205878e187d7c26c4b275c7f2b6f09f11e019042601e6d3cefd938392f0a4386f839923ed37356 deviceinfo
f98771a0e34326557626522ed3a4cbdb7e30b4dd4d288f4a391c4c68055bd5eab39a6bea9f72f63d6b76933ac11689ce1da2c96a83e1048e4b00e5003e1c25aa grub.cfg
e15beaf385a350a7c36be249cf9495e4622f7888c8def6ac47359ebd2ef2c994f954abec8ccb16b402269f949e6f6016d41711e6596f46ba3dad240f84ba163f grub.cfg
0f9357d4eea089628fbceb1e3e96d21a3f4329aeb6743158a6f877f967ef274506404eba949d5f01b7e1adea149f9a3aef992a5e8cd4181f93ab00909b1c5ecd grub_early.cfg
"

View file

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