[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] jenkins arm64 nodes: only put needed modules in initrd to save space on /boot

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed May 17 00:40:02 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
bb9db955 by Holger Levsen at 2023-05-17T01:39:36+02:00
jenkins arm64 nodes: only put needed modules in initrd to save space on /boot

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- + hosts/common-arm64/etc/initramfs-tools/initramfs.conf


Changes:

=====================================
hosts/common-arm64/etc/initramfs-tools/initramfs.conf
=====================================
@@ -0,0 +1,73 @@
+#
+# initramfs.conf
+# Configuration file for mkinitramfs(8). See initramfs.conf(5).
+#
+# Note that configuration options from this file can be overridden
+# by config files in the /etc/initramfs-tools/conf.d directory.
+
+#
+# MODULES: [ most | netboot | dep | list ]
+#
+# most - Add most filesystem and all harddrive drivers.
+#
+# dep - Try and guess which modules to load.
+#
+# netboot - Add the base modules, network modules, but skip block devices.
+#
+# list - Only include modules from the 'additional modules' list
+#
+
+MODULES=dep
+
+#
+# BUSYBOX: [ y | n | auto ]
+#
+# Use busybox shell and utilities.  If set to n, klibc utilities will be used.
+# If set to auto (or unset), busybox will be used if installed and klibc will
+# be used otherwise.
+#
+
+BUSYBOX=auto
+
+#
+# COMPCACHE_SIZE: [ "x K" | "x M" | "x G" | "x %" ]
+#
+# Amount of RAM to use for RAM-based compressed swap space.
+#
+# An empty value - compcache isn't used, or added to the initramfs at all.
+# An integer and K (e.g. 65536 K) - use a number of kilobytes.
+# An integer and M (e.g. 256 M) - use a number of megabytes.
+# An integer and G (e.g. 1 G) - use a number of gigabytes.
+# An integer and % (e.g. 50 %) - use a percentage of the amount of RAM.
+#
+# You can optionally install the compcache package to configure this setting
+# via debconf and have userspace scripts to load and unload compcache.
+#
+
+COMPCACHE_SIZE=""
+
+#
+# COMPRESS: [ gzip | bzip2 | lzma | lzop | xz ]
+#
+
+COMPRESS=gzip
+
+#
+# NFS Section of the config.
+#
+
+#
+# DEVICE: ...
+#
+# Specify a specific network interface, like eth0
+# Overridden by optional ip= bootarg
+#
+
+DEVICE=
+
+#
+# NFSROOT: [ auto | HOST:MOUNT ]
+#
+
+NFSROOT=auto
+



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bb9db955659dd757376dffe4c439bd484b144810

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bb9db955659dd757376dffe4c439bd484b144810
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230516/0ace2e76/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list