Browse Source

move package lists

main
parent
commit
10f249e92d
4 changed files with 3 additions and 3 deletions
  1. +3
    -3
      tasks/config.yaml
  2. +0
    -0
      templates/config/package-lists/common.list.chroot.j2
  3. +0
    -0
      templates/config/package-lists/custom.list.chroot.j2
  4. +0
    -0
      templates/config/package-lists/desktop.list.chroot.j2

+ 3
- 3
tasks/config.yaml View File

@@ -54,17 +54,17 @@


- name: include common packages - name: include common packages
template: template:
src: common.list.chroot.j2
src: config/package-lists/common.list.chroot.j2
dest: "{{ live_build_directory }}/config/package-lists/common.list.chroot" dest: "{{ live_build_directory }}/config/package-lists/common.list.chroot"


- name: include desktop packages - name: include desktop packages
template: template:
src: 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"


- name: include custom packages - name: include custom packages
template: template:
src: 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




templates/common.list.chroot.j2 → templates/config/package-lists/common.list.chroot.j2 View File


templates/custom.list.chroot.j2 → templates/config/package-lists/custom.list.chroot.j2 View File


templates/desktop.list.chroot.j2 → templates/config/package-lists/desktop.list.chroot.j2 View File


Loading…
Cancel
Save