summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-06-26 07:39:25 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-06-26 07:39:25 +0200
commit043accf447edcb576eb343a9437990f2754b9b7a (patch)
treebbc3b8d47a9514bd73ddb15cf3ba5a261fcf5de8 /share
parentefcb5f25dcaef94ffb252227e5f9f707ec89ce35 (diff)
parente1b872af41b082d850320024da6f02242435b029 (diff)
downloaddebvm-043accf447edcb576eb343a9437990f2754b9b7a.tar.gz
Merge main into bookworm-backports and release as 0.4.5~bpo12+1
Diffstat (limited to 'share')
-rwxr-xr-xshare/customize-kernel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/customize-kernel.sh b/share/customize-kernel.sh
index 0a252a4..d792f49 100755
--- a/share/customize-kernel.sh
+++ b/share/customize-kernel.sh
@@ -43,7 +43,7 @@ manual_add_modules virtio_blk
EOF
chmod +x "$TARGET/etc/initramfs-tools/hooks/work_around_1079443"
if test "${1:-}" = --update && test -x "$TARGET/usr/bin/update-initramfs"; then
- chroot "$TARGET/update-initramfs -u"
+ chroot "$TARGET" update-initramfs -u
fi
}