2017-12-23 19:22:28 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
2022-05-29 19:33:19 +00:00
|
|
|
pkgver=0.4
|
2021-10-31 20:21:10 +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"
|
2022-05-29 19:33:19 +00:00
|
|
|
depends="postmarketos-mkinitfs 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() {
|
|
|
|
mkdir -p "$pkgdir"/etc/postmarketos-mkinitfs/hooks/
|
|
|
|
install -Dm644 "$srcdir"/20-debug-shell.sh \
|
2018-03-26 18:12:58 +00:00
|
|
|
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/20-debug-shell.sh
|
|
|
|
install -Dm644 "$srcdir"/20-debug-shell.files \
|
|
|
|
"$pkgdir"/etc/postmarketos-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="
|
2022-01-08 19:30:19 +00:00
|
|
|
4e464411612933d0639e3ee58e1f05b554ba14983e0596e7220dab16ed9737776646d520b2267e23f1f6822b870e20e8ae9f61b95c4fa8513c579f21da8af9d8 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
|
|
|
"
|