2017-12-23 19:22:28 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
2023-08-21 16:39:02 +00:00
|
|
|
pkgver=0.4.7
|
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-21 16:39:02 +00:00
|
|
|
42ef2f0a1089bba9cbe094b346b68df62b9499de0e6193e4d19bc0c491b2bc2ae14399908fd1371dd9111261fca0df4526f7dc13e7c861834b01fc03a3ed5fc4 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
|
|
|
"
|