소스 검색

move package lists

main
부모
커밋
10f249e92d
4개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기


templates/custom.list.chroot.j2 → templates/config/package-lists/custom.list.chroot.j2 파일 보기


templates/desktop.list.chroot.j2 → templates/config/package-lists/desktop.list.chroot.j2 파일 보기


불러오는 중...
취소
저장