Explorar el Código

move package lists

master
padre
commit
10f249e92d
Se han modificado 4 ficheros con 3 adiciones y 3 borrados
  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 Ver fichero

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

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

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

- name: include custom packages
template:
src: custom.list.chroot.j2
src: config/package-lists/custom.list.chroot.j2
dest: "{{ live_build_directory }}/config/package-lists/custom.list.chroot"
when: live_build_custom_packages is defined



templates/common.list.chroot.j2 → templates/config/package-lists/common.list.chroot.j2 Ver fichero


templates/custom.list.chroot.j2 → templates/config/package-lists/custom.list.chroot.j2 Ver fichero


templates/desktop.list.chroot.j2 → templates/config/package-lists/desktop.list.chroot.j2 Ver fichero


Cargando…
Cancelar
Guardar