mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +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
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get install $reinstall"
|
pkg_add="apt-get install --no-install-recommends $reinstall"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
|
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
|
||||||
binutils-arm-none-eabi bison build-essential cmake curl device-tree-compiler \
|
binutils-arm-none-eabi bison build-essential cmake curl device-tree-compiler \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get install $reinstall"
|
pkg_add="apt-get install --no-install-recommends $reinstall"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
||||||
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
|
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get install $reinstall"
|
pkg_add="apt-get install --no-install-recommends $reinstall"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
||||||
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
|
bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \
|
||||||
|
|||||||
Reference in New Issue
Block a user