mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit d0f31caa6b36dc906f4db78e0b2f2d83abb2eefd
parent bc659d4f43cee2c940369b45dc2727157d32a312
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Wed,  8 Oct 2025 15:22:44 +0000

More kernel module handling

Diffstat:
Mtemplates/linux | 2+-
Mvariants/ccx-x86_64/kernel.environment | 4++--
Mvariants/ccx-x86_64/linux | 2+-
Mvariants/ccx-x86_64/linux-qemu-guest | 2+-
Mvariants/ccx-x86_64/vm.environment | 4++--
Mvariants/root-x86_64/kernel.environment | 4++--
Mvariants/root-x86_64/linux | 2+-
Mvariants/root-x86_64/linux-qemu-guest | 2+-
Mvariants/root-x86_64/vm.environment | 4++--
9 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/templates/linux b/templates/linux @@ -51,7 +51,7 @@ function mod_path(s) { sub("^[.]/kernel/lib/", "./kernel/", s) return s } -$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)) } +$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)); next } {% endblock -%} {% block genlinks_begin %} kernel_name="{{ assertion(patch_version|default(tarball_version + ".0", True)) }}" diff --git a/variants/ccx-x86_64/kernel.environment b/variants/ccx-x86_64/kernel.environment @@ -1,2 +1,2 @@ #!/usr/bin/env pthbs-build -#+linux.316ab5d21dd88bdaaa2315cb6107c0bbf3fb29f4a4e6433831763f10a7ecf72d- \ No newline at end of file +#+linux.43b8c0b3665bef8285798f0e08f214a8249c51a6977d3a5201ec33c1f80b1ff9+ \ No newline at end of file diff --git a/variants/ccx-x86_64/linux b/variants/ccx-x86_64/linux @@ -74,7 +74,7 @@ function mod_path(s) { sub("^[.]/kernel/lib/", "./kernel/", s) return s } -$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)) } +$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)); next } $2 == "command" { link($0); next } $2 == "bin" { link(s1("command", $0)); next } diff --git a/variants/ccx-x86_64/linux-qemu-guest b/variants/ccx-x86_64/linux-qemu-guest @@ -72,7 +72,7 @@ function mod_path(s) { sub("^[.]/kernel/lib/", "./kernel/", s) return s } -$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)) } +$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)); next } $2 == "command" { link($0); next } $2 == "bin" { link(s1("command", $0)); next } diff --git a/variants/ccx-x86_64/vm.environment b/variants/ccx-x86_64/vm.environment @@ -1,2 +1,2 @@ #!/usr/bin/env pthbs-build -#+linux-qemu-guest.96e9b54283c8456f22be331b3c2bbca900821789cd2e10b01120ee9ac1e3c1ff- \ No newline at end of file +#+linux-qemu-guest.e9ba50049dfb9815b5440b1b6e16c7d2faad07ea6febbc375efe728b4848fc5e+ \ No newline at end of file diff --git a/variants/root-x86_64/kernel.environment b/variants/root-x86_64/kernel.environment @@ -1,2 +1,2 @@ #!/usr/bin/env pthbs-build -#+linux.eb87ad2f72f0f12eb6755fadce11a38794af80c4287992b4715209193cc20928- \ No newline at end of file +#+linux.3ae327bbed9393a080af7893869d7497de1b6068fbdd4209f424c09d443f7fad+ \ No newline at end of file diff --git a/variants/root-x86_64/linux b/variants/root-x86_64/linux @@ -74,7 +74,7 @@ function mod_path(s) { sub("^[.]/kernel/lib/", "./kernel/", s) return s } -$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)) } +$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)); next } $2 == "command" { link($0); next } $2 == "bin" { link(s1("command", $0)); next } diff --git a/variants/root-x86_64/linux-qemu-guest b/variants/root-x86_64/linux-qemu-guest @@ -72,7 +72,7 @@ function mod_path(s) { sub("^[.]/kernel/lib/", "./kernel/", s) return s } -$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)) } +$2 == "kernel" && $3 == "lib" && $4 == "modules" { link(mod_path($0)); next } $2 == "command" { link($0); next } $2 == "bin" { link(s1("command", $0)); next } diff --git a/variants/root-x86_64/vm.environment b/variants/root-x86_64/vm.environment @@ -1,2 +1,2 @@ #!/usr/bin/env pthbs-build -#+linux-qemu-guest.a33237fc08eb850190a9e254bfc57a804363aa427b885d865f004f8ae387ed8a- \ No newline at end of file +#+linux-qemu-guest.6e982860fa174d64168205dedb10e24377ac92c41814788d3f91935c6714d11f+ \ No newline at end of file