From 1fc6f3239c5b82eb343ad83d2b3dde888ebf2fc0 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Mon, 6 Jul 2026 13:11:18 +0200 Subject: [PATCH] enable debug archive again --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ba72aad..61c3ca5 100755 --- a/build.sh +++ b/build.sh @@ -159,7 +159,7 @@ rm -v "${OUTPUT}"/kde-linux.efi mv -v "${OUTPUT}"/erofs.addon.efi "${OUTPUT}_erofs.addon.efi" mv -v "${OUTPUT}"/live.efi "$LIVE_UKI" -# make_debug_archive +make_debug_archive # Now let's actually build the live ESP. # We use kde-linux.cache instead of /tmp as usual because we'll probably run out of space there.