From 740c9605759805a6c75d54d13d9d3b751ba15903 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 19 May 2021 16:05:15 +0200 Subject: [PATCH] The u-boot-tools package was typoed Should fix the ubuntu-preinstalled impish build --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index a3671966..fb2afc05 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -916,7 +916,7 @@ case "$ARCH+${SUBARCH:-}" in COMPONENTS='main restricted universe multiverse' # Most Pi-specific package installation is handled via the seeds in the # per-project/subproject cases above - add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tool + add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools BINARY_REMOVE_LINUX=false ;; esac