2017-12-23 19:22:28 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
2023-08-26 15:12:57 +00:00
|
|
|
pkgver=0.4.6
|
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-08-26 15:12:57 +00:00
|
|
|
0afe6aebeef653f7d61d37f69814df3ddb690a14f2c9326f02eabfcfb46aa168c45bd89e31145a6857f3641a89671d9e19d491065b5900300281af7208ca0efc 20-debug-shell.sh
|
2023-07-07 18:43:14 +00:00
|
|
|
845d2eb6ab72c5c1472d65305241ca21dbc26784684e9ae99a180a255f8f7f62123b363d73c642df1f9687106340078311a68a76c123f16829b941bff9151735 20-debug-shell.files
|
2021-10-31 20:21:10 +00:00
|
|
|
"
|