2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-12-14 15:03:12 +00:00

kali linux

This commit is contained in:
Neosb
2022-09-18 23:02:25 +02:00
committed by Adphi
parent 6ac85912c1
commit c66595115f
4 changed files with 14 additions and 0 deletions

View File

@@ -96,6 +96,8 @@ func sysconfig(osRelease OSRelease) (string, error) {
return syslinuxCfgUbuntu, nil
case ReleaseDebian:
return syslinuxCfgDebian, nil
case ReleaseKali:
return syslinuxCfgDebian, nil
case ReleaseAlpine:
return syslinuxCfgAlpine, nil
case ReleaseCentOS: