From e039d546783ea71cda9318c15f3ffd7c77efe247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 4 Dec 2025 18:23:52 +0100 Subject: [PATCH] main/unl0kr: do not copy initramfs files during tests a second time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since this was introduced, we no longer create "initramfs-extra" unconditionally. So the "extra" files will be included in the initramfs anyway. In addition, to be able to test the initramfs-extra split for devices that need it, we require: * To have one of those devices available for test. * To modify our test setup to pass a rootfs that can be mounted. Both are long into the future, if they will ever materialize. So let's remove this, reducing the complexity. Signed-off-by: Pablo Correa Gómez Part-of: --- main/unl0kr/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main/unl0kr/APKBUILD b/main/unl0kr/APKBUILD index 2be938912..e46544a4f 100644 --- a/main/unl0kr/APKBUILD +++ b/main/unl0kr/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Johannes Marbach pkgname=unl0kr pkgver=3.2.0 -pkgrel=7 +pkgrel=8 _commit_lvgl=ceadda8a468b7d5fa6ba973bd82cf610166278d8 pkgdesc="Framebuffer-based disk unlocker for the initramfs based on LVGL" url="https://gitlab.postmarketos.org/postmarketOS/buffybox" @@ -81,10 +81,6 @@ pmtest() { install -Dm755 "$srcdir"/30-unl0kr-test.sh \ -t "$subpkgdir"/usr/libexec/pmos-tests-initramfs/ - - # We need the files in the core initramfs for this, no -extra in CI - install -Dm644 "$srcdir"/unl0kr.files \ - "$subpkgdir"/usr/share/mkinitfs/files/30-unl0kr.files } sha512sums="