This breaks pmbootstrap's hook handling.
Closes https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/work_items/2759
This reverts commit 38ccc2ac8a.
[ci:skip-vercheck]: These aren't "new" packages per se.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8511>
20 lines
706 B
Text
20 lines
706 B
Text
maintainer="Aster Boese <asterboese@mailbox.org>"
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
|
pkgver=0.8.1
|
|
pkgrel=1
|
|
pkgdesc="Root shell in the initramfs (security hole, for debugging only)"
|
|
url="https://postmarketos.org"
|
|
depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools"
|
|
source="20-debug-shell.files"
|
|
arch="noarch"
|
|
license="GPL2"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/20-debug-shell.files \
|
|
"$pkgdir"/usr/share/mkinitfs/files/20-debug-shell.files
|
|
}
|
|
|
|
sha512sums="
|
|
793760737487d0034d93dd0ff526959cda9cd639f489d417cdd69bc49576b709a37f57cd496afca1fa91d3fd3a3e24a0cf641aeaa4ff2a2bbb27434eca0be1ce 20-debug-shell.files
|
|
"
|