mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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 <leah@libreboot.org>
This commit is contained in:
@@ -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=" \
|
||||
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
|
||||
binutils-arm-none-eabi bison build-essential cmake curl device-tree-compiler \
|
||||
|
||||
Reference in New Issue
Block a user