mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
a8b35c88cf
we needed these for extracting intel vga roms from lenovoo updates, for t480, very briefly. about an hour after i pushed that patch, mate kukri fixed libgfxinit and then i removed the vgarom integration because it wasn't needed anymore. however, i forgot to remove geteltorito/mtools from dependencies. some distros like fedora were problematic about it. the best thing about bugs is when you don't have to fix them. Signed-off-by: Leah Rowe <leah@libreboot.org>
13 lines
670 B
Plaintext
Executable File
13 lines
670 B
Plaintext
Executable File
pkg_add="dnf -y install"
|
|
pkglist=" \
|
|
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
|
arm-none-eabi-gcc arm-none-eabi-newlib autogen bison bzip2 cmake curl \
|
|
dejavu-fonts-all device-mapper doxygen e2fsprogs flex freetype-devel fuse \
|
|
gawk gcc gcc-gnat gdb gettext gettext-devel git gprbuild help2man \
|
|
innoextract intltool libftdi-devel libselinux-devel libusb1 libusb1-devel \
|
|
nasm ncurses-devel openssl-devel p7zip p7zip-plugins pandoc parted \
|
|
pciutils-devel perl perl-libwww-perl python-unversioned-command python3 \
|
|
python3-setuptools rsync sharutils subversion texinfo unar unifont \
|
|
unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel ccache swig \
|
|
"
|