New commits:
commit 10ccd0e10f897030003c27157e685bdfe5319762
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
kernels/linux-firmware: added option to not generate cache archive
WEB_SITE=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
LICENSE[0]=GPL
ENTERED=20101109
diff --git a/kernels/linux-firmware/HISTORY b/kernels/linux-firmware/HISTORY
index 0dbd70a..ec1311d 100644
--- a/kernels/linux-firmware/HISTORY
+++ b/kernels/linux-firmware/HISTORY
@@ -1,3 +1,6 @@
+2023-08-05 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added option to not generate cache archive
+
2023-07-12 Pavel Vinogradov <public AT sourcemage.org>
* INSTALL: removed, upstream Makefile does the job now
diff --git a/kernels/linux-firmware/PREPARE b/kernels/linux-firmware/PREPARE
index c9d1f71..61f13e1 100755
--- a/kernels/linux-firmware/PREPARE
+++ b/kernels/linux-firmware/PREPARE
@@ -1,2 +1,6 @@
. "$GRIMOIRE"/FUNCTIONS &&
-prepare_select_branch snapshot scm
+prepare_select_branch snapshot scm &&
+
+message "Since this spell only copies the files over, the creation of an
archive" &&
+message "is usually a waste of time and diskspace."
+config_query LF_ARCHIVE "Do you want cast to create an archive of the spell?
(saves ~3G)" n
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (10ccd0e10f897030003c27157e685bdfe5319762),
Pavel Vinogradov, 08/05/2023