diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-18 08:09:56 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-18 08:09:56 +0100 |
commit | 582fa794c8387f29a836367ab23a04b39307b59a (patch) | |
tree | 45a0378b8079e1bd84a9b893c985f68b85568073 /share | |
parent | a2c90e0223d9a79fecfe226256a32fd08ace9d7b (diff) | |
download | debvm-582fa794c8387f29a836367ab23a04b39307b59a.tar.gz |
debvm-create: explain why we install an initramfs
Reported-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Diffstat (limited to 'share')
-rwxr-xr-x | share/customize-kernel.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/customize-kernel.sh b/share/customize-kernel.sh index c7122c2..79a7449 100755 --- a/share/customize-kernel.sh +++ b/share/customize-kernel.sh @@ -53,4 +53,5 @@ else set -- -oDPkg::Chroot-Directory="$TARGET" fi +# On some derivatives such as Ubuntu, linux image does not depend on an initramfs. apt-get --yes satisfy "$@" "linux-image-cloud-$KERNEL_ARCH | linux-image-$KERNEL_ARCH | linux-image-generic" "initramfs-tools | linux-initramfs-tool" |