From 0551a8c949369bf63820694e743be6456c4d30a4 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Sun, 7 Feb 2016 18:30:04 -0600
Subject: [PATCH] scripts: sync with master of:
 https://github.com/RobertCNelson/stable-kernel.git

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 tools/host_det.sh | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/tools/host_det.sh b/tools/host_det.sh
index fde5fcb45..3b34ab485 100755
--- a/tools/host_det.sh
+++ b/tools/host_det.sh
@@ -236,6 +236,7 @@ debian_regs () {
 		fi
 
 		if [ "x${deb_distro}" = "xsana" ] ; then
+			#EOL: 15th of April 2016.
 			#lsb_release -a
 			#Distributor ID:    Kali
 			#Description:    Kali GNU/Linux 2.0
@@ -244,6 +245,15 @@ debian_regs () {
 			deb_distro="jessie"
 		fi
 
+		if [ "x${deb_distro}" = "xkali-rolling" ] ; then
+			#lsb_release -a:
+			#Distributor ID:    Kali
+			#Description:    Kali GNU/Linux Rolling
+			#Release:    kali-rolling
+			#Codename:    kali-rolling
+			deb_distro="stretch"
+		fi
+
 		#Linux Mint: Compatibility Matrix
 		#http://www.linuxmint.com/download_all.php (lists current versions)
 		#http://www.linuxmint.com/oldreleases.php
@@ -334,13 +344,13 @@ debian_regs () {
 			#16.04 trusty: (EOL: April 20xx) lts: xenial -> xyz
 			unset warn_eol_distro
 			;;
-		vivid|wily)
-			#15.04 vivid: (EOL: February 4, 2016)
+		wily)
 			#15.10 wily: (EOL: July 2016)
 			unset warn_eol_distro
 			;;
-		utopic)
+		utopic|vivid)
 			#14.10 utopic: (EOL: July 23, 2015)
+			#15.04 vivid: (EOL: February 4, 2016)
 			warn_eol_distro=1
 			stop_pkg_search=1
 			;;
-- 
GitLab