Revert "remove firstboot from runtime build"
It turns out we actually do need the firstboot module in anaconda.
This reverts commit d341587814
.
This commit is contained in:
parent
5cefea05d0
commit
3f709325ef
@ -177,6 +177,8 @@ removefrom fcoe-utils /usr/libexec/fcoe/fcoedump.sh /usr/sbin/fcnsq
|
||||
removefrom fcoe-utils /usr/sbin/fcoeadm /usr/sbin/fcping /usr/sbin/fcrls
|
||||
removefrom file-libs /usr/share/*
|
||||
removefrom findutils /usr/bin/oldfind /usr/share/*
|
||||
removefrom firstboot /lib/systemd/* /usr/sbin/* /usr/share/firstboot/*
|
||||
removefrom firstboot /usr/share/locale/*
|
||||
removefrom fontconfig /usr/bin/*
|
||||
removefrom gawk /usr/bin/* /usr/libexec/* /usr/share/*
|
||||
removefrom gdk-pixbuf2 /usr/${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
## anaconda package
|
||||
installpkg anaconda
|
||||
## anaconda deps that aren't in the RPM
|
||||
installpkg firstboot
|
||||
|
||||
## firstaidkit (rescue mode) package
|
||||
installpkg firstaidkit-engine
|
||||
|
Loading…
Reference in New Issue
Block a user