From bbab269a114e2c663acf22dfaae918af28243241 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 18 Apr 2026 20:55:20 +0100 Subject: [PATCH] Don't create kernel symlinks in /. --- .gitattributesdb | 2 ++ etc/kernel-img.conf | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 etc/kernel-img.conf diff --git a/.gitattributesdb b/.gitattributesdb index 88bea68..e4f2317 100644 --- a/.gitattributesdb +++ b/.gitattributesdb @@ -368,6 +368,8 @@ ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - - aW5pdC5k - - ZXRjL2luaXQuZC90ZXJyYWZvcm0taHR0cC1iYWNrZW5k 1773654405.833829368 1776538060.240000000 root:root 0755 - - ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - - +ZXRjL2tlcm5lbC1pbWcuY29uZg== 1776526522.312000000 1776542102.164000000 root:root 0644 - - +ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - - ZXRjL2tyYjUuY29uZg== 1776540770.172000000 1776540770.224000000 root:root 0644 - - ZXRj 1776540625.004000000 1776540869.752000000 root:root 0755 - - a3JiNS5jb25mLmQ= - - diff --git a/etc/kernel-img.conf b/etc/kernel-img.conf new file mode 100644 index 0000000..e456987 --- /dev/null +++ b/etc/kernel-img.conf @@ -0,0 +1,6 @@ +# Kernel image management overrides +# See kernel-img.conf(5) for details +do_symlinks = no +do_bootloader = no +do_initrd = yes +link_in_boot = no