|
@@ -44,6 +44,8 @@ |
|
|
--firmware-binary true |
|
|
--firmware-binary true |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
--iso-publisher "{{ live_build_iso_publisher }}" |
|
|
args: |
|
|
args: |
|
|
chdir: "{{ live_build_directory }}" |
|
|
chdir: "{{ live_build_directory }}" |
|
|
|
|
|
|
|
@@ -62,12 +64,13 @@ |
|
|
template: |
|
|
template: |
|
|
src: config/package-lists/desktop.list.chroot.j2 |
|
|
src: config/package-lists/desktop.list.chroot.j2 |
|
|
dest: "{{ live_build_directory }}/config/package-lists/desktop.list.chroot" |
|
|
dest: "{{ live_build_directory }}/config/package-lists/desktop.list.chroot" |
|
|
|
|
|
when: "{{ live_build_desktop }}" |
|
|
|
|
|
|
|
|
- name: include custom packages |
|
|
- name: include custom packages |
|
|
template: |
|
|
template: |
|
|
src: config/package-lists/custom.list.chroot.j2 |
|
|
src: config/package-lists/custom.list.chroot.j2 |
|
|
dest: "{{ live_build_directory }}/config/package-lists/custom.list.chroot" |
|
|
dest: "{{ live_build_directory }}/config/package-lists/custom.list.chroot" |
|
|
when: live_build_custom_packages is defined |
|
|
|
|
|
|
|
|
when: "{{ live_build_custom_packages is defined }}" |
|
|
|
|
|
|
|
|
- name: debian-installer installer includes directory |
|
|
- name: debian-installer installer includes directory |
|
|
file: |
|
|
file: |
|
|