2017-12-23 20:22:28 +01:00
|
|
|
pkgname=postmarketos-mkinitfs-hook-debug-shell
|
2024-04-10 03:28:08 +02:00
|
|
|
pkgver=0.7.0
|
2023-04-24 22:54:24 +02:00
|
|
|
pkgrel=0
|
2017-12-23 20:22:28 +01:00
|
|
|
pkgdesc="Root shell in the initramfs (security hole, for debugging only)"
|
2018-06-30 09:00:48 +02:00
|
|
|
url="https://postmarketos.org"
|
2023-05-30 08:57:08 +02:00
|
|
|
depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools"
|
2024-04-10 03:28:08 +02:00
|
|
|
source="20-debug-shell.files setup_usb_storage.sh"
|
2017-12-23 20:22:28 +01:00
|
|
|
arch="noarch"
|
|
|
|
license="GPL2"
|
2018-03-26 20:12:58 +02:00
|
|
|
options="!check"
|
2017-12-23 20:22:28 +01:00
|
|
|
|
|
|
|
package() {
|
2018-03-26 20:12:58 +02:00
|
|
|
install -Dm644 "$srcdir"/20-debug-shell.files \
|
2023-02-18 15:31:58 -08:00
|
|
|
"$pkgdir"/usr/share/mkinitfs/files/20-debug-shell.files
|
2023-10-18 19:00:08 +02:00
|
|
|
install -Dm755 "$srcdir"/setup_usb_storage.sh \
|
|
|
|
"$pkgdir"/usr/libexec/postmarketos-mkinitfs/setup_usb_storage.sh
|
2017-12-23 20:22:28 +01:00
|
|
|
}
|
2018-03-26 20:12:58 +02:00
|
|
|
|
2021-10-31 23:21:10 +03:00
|
|
|
sha512sums="
|
2023-10-18 19:00:08 +02:00
|
|
|
a739bc47d905d189edb26d9ebfd062023720fefdaab27207471c16d53a9c12ea8b81092a1047d8f2300e42ba500bdf6c5a3343aca55aab5bf8e84d68eb5680ab 20-debug-shell.files
|
|
|
|
75d485c2e9f352cfd717b7a92753a9dfc4a72526a44bcbb784eacb4ef9011072b3ffa1c42a317c0940598cc076fb6c61676c440e5b188378b19ca08d882c1338 setup_usb_storage.sh
|
2021-10-31 23:21:10 +03:00
|
|
|
"
|