From d6c10bd8bd690434672873dcc7d9314d986c7e3e Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 17 Jan 2023 19:06:34 +0100 Subject: debvm-create: install an initramfs generator On Debian, the linux images depend on linux-initramfs-tool, so this isn't actually a change here. On Ubuntu, this dependency is missing, so we actually add it. Unfortunately, initramfs-tools fails to install as it cannot determine the root filesystem type. Reported-by: Jochen Sprickerhof --- share/customize-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/customize-kernel.sh b/share/customize-kernel.sh index fa94df7..c7122c2 100755 --- a/share/customize-kernel.sh +++ b/share/customize-kernel.sh @@ -53,4 +53,4 @@ else set -- -oDPkg::Chroot-Directory="$TARGET" fi -apt-get --yes satisfy "$@" "linux-image-cloud-$KERNEL_ARCH | linux-image-$KERNEL_ARCH | linux-image-generic" +apt-get --yes satisfy "$@" "linux-image-cloud-$KERNEL_ARCH | linux-image-$KERNEL_ARCH | linux-image-generic" "initramfs-tools | linux-initramfs-tool" -- cgit v1.2.3