소스 검색

install debian base and boot package

master
부모
커밋
9d522de5f7
1개의 변경된 파일1개의 추가작업 그리고 15개의 파일을 삭제
  1. +1
    -15
      meta/main.yml

+ 1
- 15
meta/main.yml 파일 보기

@@ -18,21 +18,7 @@ dependencies:
- role: swap_devices
swap_devices_state: formated
- role: debootstrap
debootstrap_include:
- linux-image-amd64
- busybox
- busybox-static
- mdadm
- lvm2
- cryptsetup
- openssh-server
- btrfs-tools
- "{{ grub_bootloader_package }}"
- python
- bridge-utils
- console-setup
- acpi-support
- efibootmgr
debootstrap_include: "{{ debian_base_packages | unison(debian_boot_packages) }}"
- role: dmcrypt_crypttab
when: dmcrypt_devices is defined
- role: filesystems


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