add zsh to provisionning software
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2021-08-18 13:06:15 +02:00
parent f23cf357e4
commit 9447cc4762

View File

@ -21,55 +21,56 @@ partition_table:
fstype: ext4
format: yes
#- device: "/dev/sdb"
#settings:
#- number: 1
#name: home
#fstype: ext4
#format:
mount_table:
- device: "/dev/sda"
settings:
- number: 3
mountpath: /mnt
fstype: ext4
- number: 1
mountpath: /mnt/boot
fstype: vfat
#settings:
#- number: 1
#name: home
#fstype: ext4
#format:
mount_table:
- device: "/dev/sda"
settings:
- number: 3
mountpath: /mnt
fstype: ext4
- number: 1
mountpath: /mnt/boot
fstype: vfat
provissionning_pacstrap_software:
- base
- base-devel
- net-tools
- wireless_tools
- dialog
- wpa_supplicant
- openssh
- git
- grub
- ansible
- dhcpcd
- efibootmgr
- linux
- linux-firmware
- lvm2
- netctl
- inetutils
- base
- base-devel
- net-tools
- wireless_tools
- dialog
- wpa_supplicant
- openssh
- git
- grub
- ansible
- dhcpcd
- efibootmgr
- linux
- linux-firmware
- lvm2
- netctl
- inetutils
- zsh
provissionning_initramfs_hooks:
- base
- udev
- autodetect
- modconf
- block
- keyboard
- lvm2
- resume
- filesystems
- fsck
- base
- udev
- autodetect
- modconf
- block
- keyboard
- lvm2
- resume
- filesystems
- fsck
provissionning_enable_service:
- sshd
- dhcpcd
- sshd
- dhcpcd
system_arch_local_mirror:
#need vfat boot partition with esp label
provissionning_UEFI_Enable: False