2017-12-23 19:22:28 +00:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
2024-04-10 01:28:08 +00:00
|
|
|
pkgver=0.7.0
|
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"
|
2024-04-10 01:28:08 +00:00
|
|
|
source="20-debug-shell.files setup_usb_storage.sh"
|
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() {
|
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
|
2023-10-18 17:00:08 +00:00
|
|
|
install -Dm755 "$srcdir"/setup_usb_storage.sh \
|
|
|
|
"$pkgdir"/usr/libexec/postmarketos-mkinitfs/setup_usb_storage.sh
|
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-10-18 17:00:08 +00:00
|
|
|
a739bc47d905d189edb26d9ebfd062023720fefdaab27207471c16d53a9c12ea8b81092a1047d8f2300e42ba500bdf6c5a3343aca55aab5bf8e84d68eb5680ab 20-debug-shell.files
|
|
|
|
75d485c2e9f352cfd717b7a92753a9dfc4a72526a44bcbb784eacb4ef9011072b3ffa1c42a317c0940598cc076fb6c61676c440e5b188378b19ca08d882c1338 setup_usb_storage.sh
|
2021-10-31 20:21:10 +00:00
|
|
|
"
|