Prune several additional packages to, we hope, get a clean installer generation from lorax

This commit is contained in:
Ian McLeod 2018-06-19 15:58:43 -05:00
parent 2f477626fa
commit c6151315d7
2 changed files with 15 additions and 9 deletions

View File

@ -161,22 +161,25 @@ installpkg sil-padauk-fonts
## debugging/bug reporting tools
installpkg gdb-gdbserver
installpkg libreport-plugin-bugzilla libreport-plugin-reportuploader
installpkg fpaste
#installpkg fpaste
## extra tools not required by anaconda
installpkg vim-minimal strace lsof dump xz less eject
installpkg wget rsync bind-utils ftp mtr vconfig
installpkg icfg spice-vdagent
installpkg vim-minimal strace lsof dump xz less
#removed eject
installpkg rsync bind-utils ftp mtr
#removed wget vconfic
installpkg spice-vdagent
#removed icfg
installpkg gdisk hexedit sg3_utils
## satisfy libnotify's desktop-notification-daemon with the least crazy option
installpkg notification-daemon
#installpkg notification-daemon
## Docker enabled boot.iso
# Not all arches currently have docker
%if basearch not in ("ppc", "ppc64", "s390"):
installpkg docker-anaconda-addon
%endif
#%if basearch not in ("ppc", "ppc64", "s390"):
# installpkg docker-anaconda-addon
#%endif
## actually install all the requested packages
run_pkg_transaction

View File

@ -1,6 +1,6 @@
Name: lorax-templates-rhel
Version: 8.0
Release: 0%{?dist}
Release: 1%{?dist}
Summary: RHEL8 build templates for lorax and livemedia-creator
License: GPLv2+
@ -31,5 +31,8 @@ cp -a 80-rhel/* $RPM_BUILD_ROOT/%{templatedir}
%{templatedir}/*
%changelog
* Tue Jun 19 2018 Ian McLeod <imcleod@redhat.com> - 8.0-1
- Remove several packages from installer based on current state of BaseOS/AppStream
* Mon Jun 18 2018 Will Woods <wwoods@redhat.com> - 8.0-0
- Initial creation of lorax-templates-rhel package