2017-12-23 19:22:28 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
|
|
|
pkgver=0.1.1
|
2020-02-02 04:26:28 +00:00
|
|
|
pkgrel=5
|
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"
|
2019-07-12 23:25:56 +00:00
|
|
|
depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode"
|
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
|
|
|
|
2020-02-02 04:26:28 +00:00
|
|
|
sha512sums="8de9bd415adc9ac09763e34bef1ac869105cf42377a233c2fad021b64b3a0a68883feddd056491ef3ce4a1cc892344337aea0898af3834c1396302aed128f782 20-debug-shell.sh
|
2019-07-12 23:25:56 +00:00
|
|
|
3274b01850dabe927bc3749f2b4b86eab02adc6954504352401e596e29e044aec512ccead68b471a8009aa8658fe698ffdc67e03c3ca55b7dd54d35c72ac620f 20-debug-shell.files"
|