add zsh to provisionning software
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f23cf357e4
commit
9447cc4762
@ -21,55 +21,56 @@ partition_table:
|
|||||||
fstype: ext4
|
fstype: ext4
|
||||||
format: yes
|
format: yes
|
||||||
#- device: "/dev/sdb"
|
#- device: "/dev/sdb"
|
||||||
#settings:
|
#settings:
|
||||||
#- number: 1
|
#- number: 1
|
||||||
#name: home
|
#name: home
|
||||||
#fstype: ext4
|
#fstype: ext4
|
||||||
#format:
|
#format:
|
||||||
mount_table:
|
mount_table:
|
||||||
- device: "/dev/sda"
|
- device: "/dev/sda"
|
||||||
settings:
|
settings:
|
||||||
- number: 3
|
- number: 3
|
||||||
mountpath: /mnt
|
mountpath: /mnt
|
||||||
fstype: ext4
|
fstype: ext4
|
||||||
- number: 1
|
- number: 1
|
||||||
mountpath: /mnt/boot
|
mountpath: /mnt/boot
|
||||||
fstype: vfat
|
fstype: vfat
|
||||||
|
|
||||||
provissionning_pacstrap_software:
|
provissionning_pacstrap_software:
|
||||||
- base
|
- base
|
||||||
- base-devel
|
- base-devel
|
||||||
- net-tools
|
- net-tools
|
||||||
- wireless_tools
|
- wireless_tools
|
||||||
- dialog
|
- dialog
|
||||||
- wpa_supplicant
|
- wpa_supplicant
|
||||||
- openssh
|
- openssh
|
||||||
- git
|
- git
|
||||||
- grub
|
- grub
|
||||||
- ansible
|
- ansible
|
||||||
- dhcpcd
|
- dhcpcd
|
||||||
- efibootmgr
|
- efibootmgr
|
||||||
- linux
|
- linux
|
||||||
- linux-firmware
|
- linux-firmware
|
||||||
- lvm2
|
- lvm2
|
||||||
- netctl
|
- netctl
|
||||||
- inetutils
|
- inetutils
|
||||||
|
- zsh
|
||||||
|
|
||||||
provissionning_initramfs_hooks:
|
provissionning_initramfs_hooks:
|
||||||
- base
|
- base
|
||||||
- udev
|
- udev
|
||||||
- autodetect
|
- autodetect
|
||||||
- modconf
|
- modconf
|
||||||
- block
|
- block
|
||||||
- keyboard
|
- keyboard
|
||||||
- lvm2
|
- lvm2
|
||||||
- resume
|
- resume
|
||||||
- filesystems
|
- filesystems
|
||||||
- fsck
|
- fsck
|
||||||
|
|
||||||
provissionning_enable_service:
|
provissionning_enable_service:
|
||||||
- sshd
|
- sshd
|
||||||
- dhcpcd
|
- dhcpcd
|
||||||
system_arch_local_mirror:
|
system_arch_local_mirror:
|
||||||
#need vfat boot partition with esp label
|
#need vfat boot partition with esp label
|
||||||
provissionning_UEFI_Enable: False
|
provissionning_UEFI_Enable: False
|
||||||
|
Loading…
Reference in New Issue
Block a user