diff options
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" |