From 0e17317e99e9e2c7fed46eeda879fc5f853e9a6b Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 22 Aug 2023 17:19:37 +0200 Subject: [PATCH] chg: [installer] Update to latest Kali --- INSTALL/INSTALL.tpl.sh | 3 ++- docs/generic/supportFunctions.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL/INSTALL.tpl.sh b/INSTALL/INSTALL.tpl.sh index c6b6a1712..0d237b3d1 100755 --- a/INSTALL/INSTALL.tpl.sh +++ b/INSTALL/INSTALL.tpl.sh @@ -850,11 +850,12 @@ x86_64-ubuntu-bionic x86_64-ubuntu-focal x86_64-ubuntu-hirsute x86_64-ubuntu-jammy -x86_64-kali-2021.4 x86_64-kali-2022.1 x86_64-kali-2022.2 x86_64-kali-2022.3 x86_64-kali-2022.4 +x86_64-kali-2023.1 +x86_64-kali-2023.2 armv6l-raspbian-stretch armv7l-raspbian-stretch armv7l-raspbian-buster diff --git a/docs/generic/supportFunctions.md b/docs/generic/supportFunctions.md index d18c49e15..f823b2488 100644 --- a/docs/generic/supportFunctions.md +++ b/docs/generic/supportFunctions.md @@ -519,8 +519,9 @@ kaliOnTheR0ckz () { overlay=$(df -kh |grep overlay; echo $?) # if 1 overlay NOT present if [[ ${totalRoot} -lt 3059034 ]]; then - echo "(If?) You run Kali in LiveCD mode and we need more overlay disk space." - echo "This is defined by the total memory, you have: ${totalMem}kB which is not enough." + echo "(If?) You run Kali in LiveCD mode, you need more overlay disk space." + echo "This is defined by the total memory setting in you VM config." + echo "You currently have: ${totalMem}kB which is not enough." echo "6-8Gb should be fine. (need >3Gb overlayFS)" exit 1 fi