forked from srbala/fedora-kickstarts
9e89057b4a
In the vagrant kickstarts we had something like %include fedora-atomic-vagrant.ks %include fedora-atomic-updates.ks but both fedora-atomic-updates.ks and fedora-atomic-vagrant.ks included fedora-atomic.ks which means we got duplicate things in the flattened ks and we get errors. This splits it out a bit farther so we don't get duplicates.
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
|
|
# ./fedora-atomic-testing.ks - for building base cloud media
|
|
# from the testing refs (fedora/29/${basearch}/testing/atomic-host)
|
|
|
|
%include fedora-atomic.ks
|
|
%include fedora-atomic-testing-base.ks
|