19ff42ed5f
A simple package to workaround bug in initial-setup-0.3.37: https://fedoraproject.org/wiki/Common_F23_bugs#Initial_setup_sometimes_starts_in_text_mode_instead_of_in_graphics_mode This is based on work done by M. Vefa Bicakci <m.v.b@runbox.com>. This package can be removed when initial-setup-0.3.40 will be used. QubesOS/qubes-issues#1807
14 lines
479 B
Ruby
14 lines
479 B
Ruby
RPM_SPEC_FILES.dom0 := \
|
|
pykickstart/pykickstart.spec \
|
|
lorax-templates-qubes/lorax-templates-qubes.spec \
|
|
pungi/pungi.spec \
|
|
anaconda/anaconda.spec \
|
|
initial-setup-launcher/initial-setup-launcher.spec \
|
|
qubes-anaconda-addon/qubes-anaconda-addon.spec \
|
|
qubes-release/qubes-release.spec \
|
|
qubes-release/qubes-dom0-dist-upgrade.spec \
|
|
livecd-tools/livecd-tools.spec \
|
|
live/qubes-live.spec
|
|
|
|
RPM_SPEC_FILES := $(RPM_SPEC_FILES.$(PACKAGE_SET))
|