From 09646783a5b352d5d7ad166d01db9e0536a56ca5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 30 Aug 2025 07:22:38 +0100 Subject: config/dependencies: add --no-install-recommends use this on the debian dependencies, otherwise it installs a bunch of extra crap e.g. xorg crap, in some circumstances, which someone probably won't want when they're in a minimal chroot or something. reported by ron nazarov. thank you ron! Signed-off-by: Leah Rowe --- config/dependencies/ubuntu2004 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dependencies/ubuntu2004') diff --git a/config/dependencies/ubuntu2004 b/config/dependencies/ubuntu2004 index ce69a4d9..ce2314d8 100755 --- a/config/dependencies/ubuntu2004 +++ b/config/dependencies/ubuntu2004 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later -pkg_add="apt-get install $reinstall" +pkg_add="apt-get install --no-install-recommends $reinstall" pkglist=" \ autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \ bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \ -- cgit v1.2.1