From 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 20 Mar 2026 19:16:32 +0100 Subject: feat: first fully successful run e2e on straper --- .../boot/initramfs-tools/update-initramfs.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 straper/db/public/boot/initramfs-tools/update-initramfs.conf (limited to 'straper/db/public/boot/initramfs-tools/update-initramfs.conf') diff --git a/straper/db/public/boot/initramfs-tools/update-initramfs.conf b/straper/db/public/boot/initramfs-tools/update-initramfs.conf new file mode 100644 index 0000000..31823e2 --- /dev/null +++ b/straper/db/public/boot/initramfs-tools/update-initramfs.conf @@ -0,0 +1,20 @@ +# +# Configuration file for update-initramfs(8) +# + +# +# update_initramfs [ yes | all | no ] +# +# Default is yes +# If set to all update-initramfs will update all initramfs +# If set to no disables any update to initramfs beside kernel upgrade + +update_initramfs=yes + +# +# backup_initramfs [ yes | no ] +# +# Default is no +# If set to no leaves no .bak backup files. + +backup_initramfs=no -- cgit v1.3