mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Enable Kali 2021
This commit is contained in:
parent
5f1a2507a0
commit
126d3c3cde
1 changed files with 8 additions and 0 deletions
|
@ -1488,6 +1488,7 @@ __debian_derivatives_translation() {
|
|||
devuan_1_debian_base="8.0"
|
||||
devuan_2_debian_base="9.0"
|
||||
kali_1_debian_base="7.0"
|
||||
kali_2021_debian_base="10.0"
|
||||
linuxmint_1_debian_base="8.0"
|
||||
raspbian_8_debian_base="8.0"
|
||||
raspbian_9_debian_base="9.0"
|
||||
|
@ -3771,6 +3772,13 @@ install_debian_git_post() {
|
|||
done
|
||||
}
|
||||
|
||||
install_debian_2021_post() {
|
||||
# Kali 2021 (debian derivative) disables all network services by default
|
||||
# Using archlinux post function to enable salt systemd services
|
||||
install_arch_linux_post || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
install_debian_restart_daemons() {
|
||||
[ "$_START_DAEMONS" -eq $BS_FALSE ] && return 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue