2017-12-23 19:22:28 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
2023-05-30 06:57:08 +00:00
|
|
|
pkgver=0.4.3
|
2023-04-24 20:54:24 +00:00
|
|
|
pkgrel=0
|
2017-12-23 19:22:28 +00:00
|
|
|
pkgdesc="Root shell in the initramfs (security hole, for debugging only)"
|
2018-06-30 07:00:48 +00:00
|
|
|
url="https://postmarketos.org"
|
2023-05-30 06:57:08 +00:00
|
|
|
depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools"
|
2018-03-26 18:12:58 +00:00
|
|
|
source="20-debug-shell.sh 20-debug-shell.files"
|
2017-12-23 19:22:28 +00:00
|
|
|
arch="noarch"
|
|
|
|
license="GPL2"
|
2018-03-26 18:12:58 +00:00
|
|
|
options="!check"
|
2017-12-23 19:22:28 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm644 "$srcdir"/20-debug-shell.sh \
|
2023-02-18 23:31:58 +00:00
|
|
|
"$pkgdir"/usr/share/mkinitfs/hooks/20-debug-shell.sh
|
2018-03-26 18:12:58 +00:00
|
|
|
install -Dm644 "$srcdir"/20-debug-shell.files \
|
2023-02-18 23:31:58 +00:00
|
|
|
"$pkgdir"/usr/share/mkinitfs/files/20-debug-shell.files
|
2017-12-23 19:22:28 +00:00
|
|
|
}
|
2018-03-26 18:12:58 +00:00
|
|
|
|
2021-10-31 20:21:10 +00:00
|
|
|
sha512sums="
|
2023-05-30 06:57:08 +00:00
|
|
|
d11311b47383df9fb5e94bc05eaab1185f3e586ccf0811d84855df36ad012917ef707127526c7282e3c95c7947c2d26a61e13b58d6c6d806bd8c61565408163d 20-debug-shell.sh
|
2022-05-29 19:33:19 +00:00
|
|
|
ca37f761c23c7fe7a351a13f535531580e740a14bb627cd65963287200a616d41c76185bed6aff3abeafe6b0ca9c61f15ee9343f1492dfdba0fe3b6d38e1d3e4 20-debug-shell.files
|
2021-10-31 20:21:10 +00:00
|
|
|
"
|