From bfb933dec16352642e95222f64df329f8c3b9ea9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sun, 29 May 2022 21:33:19 +0200 Subject: [PATCH] main/postmarketos-mkinitfs-hook-debug-shell: add libinput utils (MR 3169) This adds the libinput program to allow to debug libinput device handling. [ci:skip-build] already built successfully in CI --- .../20-debug-shell.files | 2 ++ main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.files b/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.files index 5f7a12bab..794b4e7c9 100644 --- a/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.files +++ b/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.files @@ -2,3 +2,5 @@ /usr/bin/fftest /usr/sbin/fbdebug /usr/sbin/reboot-mode +/usr/bin/libinput +/usr/libexec/libinput/* diff --git a/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD b/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD index 04fd04603..dc31bced8 100644 --- a/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD +++ b/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD @@ -1,9 +1,9 @@ pkgname=postmarketos-mkinitfs-hook-debug-shell -pkgver=0.3 +pkgver=0.4 pkgrel=0 pkgdesc="Root shell in the initramfs (security hole, for debugging only)" url="https://postmarketos.org" -depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode" +depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools" source="20-debug-shell.sh 20-debug-shell.files" arch="noarch" license="GPL2" @@ -19,5 +19,5 @@ package() { sha512sums=" 4e464411612933d0639e3ee58e1f05b554ba14983e0596e7220dab16ed9737776646d520b2267e23f1f6822b870e20e8ae9f61b95c4fa8513c579f21da8af9d8 20-debug-shell.sh -3274b01850dabe927bc3749f2b4b86eab02adc6954504352401e596e29e044aec512ccead68b471a8009aa8658fe698ffdc67e03c3ca55b7dd54d35c72ac620f 20-debug-shell.files +ca37f761c23c7fe7a351a13f535531580e740a14bb627cd65963287200a616d41c76185bed6aff3abeafe6b0ca9c61f15ee9343f1492dfdba0fe3b6d38e1d3e4 20-debug-shell.files "