diff --git a/i686/extra_options.conf b/i686/extra_options.conf new file mode 100644 index 0000000..7c15715 --- /dev/null +++ b/i686/extra_options.conf @@ -0,0 +1,5 @@ +skip_phases = [ + 'createiso', + 'extraisos', + 'repoclosure', +] \ No newline at end of file diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index e9bb4d4..98a2b14 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -3,6 +3,7 @@ from include_exclude import * from multilib import * +from extra_options import * # PRODUCT INFO release_name = "{{ product_name }}"