aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-10-28 09:56:10 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-02 16:24:04 +0100
commitfbc1ceefbfdf402b2b10133ef9eae92907764c78 (patch)
treee2a14117fc0be337b4967f1865e0190de0ca01a3
parentFix filenames for ssemath (diff)
downloadreleng-fbc1ceefbfdf402b2b10133ef9eae92907764c78.tar.gz
releng-fbc1ceefbfdf402b2b10133ef9eae92907764c78.tar.bz2
releng-fbc1ceefbfdf402b2b10133ef9eae92907764c78.zip
Unset local version in kconfig
Now the Handbook recommends localmodcondig to create kernels, we need to unset the localversion in our images to prevent the user getting -gentoo-dist-dist by default. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Ian Jordan <immoloism@gmail.com>
-rw-r--r--releases/kconfig/amd64/dist-amd64-livecd.config6
-rw-r--r--releases/kconfig/x86/dist-x86-livecd.config4
2 files changed, 9 insertions, 1 deletions
diff --git a/releases/kconfig/amd64/dist-amd64-livecd.config b/releases/kconfig/amd64/dist-amd64-livecd.config
index 0b1d62e4..374f6919 100644
--- a/releases/kconfig/amd64/dist-amd64-livecd.config
+++ b/releases/kconfig/amd64/dist-amd64-livecd.config
@@ -1,5 +1,9 @@
# Kernel config for AMD64 Livecds
+# Ian Jordan <immoloism@gmail.com> (2024-10-28)
+# Remove localversion being set on the LiveCDs so localmodconfig doesn't double load.
+CONFIG_LOCALVERSION=""
+
# Ian Jordan <immoloism@gmail.com> (2024-05-26)
# Disable DRM support from being built on livecds to save space and load errors.
CONFIG_DRM=n
@@ -19,4 +23,4 @@ CONFIG_DRM_VIRTIO_GPU=n
CONFIG_DRM_BOCHS=n
CONFIG_DRM_CIRRUS_QEMU=n
CONFIG_DRM_GM12U320=n
-CONFIG_DRM_PANEL_MIPI_DBI=n \ No newline at end of file
+CONFIG_DRM_PANEL_MIPI_DBI=n
diff --git a/releases/kconfig/x86/dist-x86-livecd.config b/releases/kconfig/x86/dist-x86-livecd.config
index 5ff138d3..0cb6e184 100644
--- a/releases/kconfig/x86/dist-x86-livecd.config
+++ b/releases/kconfig/x86/dist-x86-livecd.config
@@ -1,5 +1,9 @@
# Kernel config for x86 Livecds
+# Ian Jordan <immoloism@gmail.com> (2024-10-28)
+# Remove localversion being set on the LiveCDs so localmodconfig doesn't double load.
+CONFIG_LOCALVERSION=""
+
# Ian Jordan <immoloism@gmail.com (2024-07-31)
# Build kernel for 486 CPU
CONFIG_M486=y