diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-06-26 07:39:25 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-06-26 07:39:25 +0200 |
commit | 043accf447edcb576eb343a9437990f2754b9b7a (patch) | |
tree | bbc3b8d47a9514bd73ddb15cf3ba5a261fcf5de8 /share | |
parent | efcb5f25dcaef94ffb252227e5f9f707ec89ce35 (diff) | |
parent | e1b872af41b082d850320024da6f02242435b029 (diff) | |
download | debvm-043accf447edcb576eb343a9437990f2754b9b7a.tar.gz |
Merge main into bookworm-backports and release as 0.4.5~bpo12+1
Diffstat (limited to 'share')
-rwxr-xr-x | share/customize-kernel.sh | 2 |
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 } |