diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-22 23:13:43 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-22 23:13:43 +0000 |
commit | a8b35c88cf132aab6704c3babbc109de4f7cc520 (patch) | |
tree | 52c0ece49577d97adb39c348632ce8843572ab11 /config/dependencies/fedora38 | |
parent | 1dd32ea548739c7e1daf0283697189b44e71d7c6 (diff) |
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>
Diffstat (limited to 'config/dependencies/fedora38')
-rwxr-xr-x | config/dependencies/fedora38 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/fedora38 b/config/dependencies/fedora38 index dbd79329..8f672205 100755 --- a/config/dependencies/fedora38 +++ b/config/dependencies/fedora38 @@ -8,5 +8,5 @@ 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 geteltorito mtools \ +unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel ccache swig \ " |