From 319e6a39db3b6523ceb1c61ca4e5607a9e55dc71 Mon Sep 17 00:00:00 2001 From: Steev Klimaszewski Date: Mon, 25 Jan 2021 22:37:18 -0600 Subject: [PATCH] Don't actually pass a hostname This causes the install to fail. Signed-off-by: Steev Klimaszewski --- simple-cdd/simple-cdd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-cdd/simple-cdd.conf b/simple-cdd/simple-cdd.conf index dab59f0..f12ff1d 100644 --- a/simple-cdd/simple-cdd.conf +++ b/simple-cdd/simple-cdd.conf @@ -71,7 +71,7 @@ fi if [ "$ARCH" = "arm64" ]; then kernel_packages="linux-image-arm64" # ARM devices don't typically have a default console set, so we export one here - export KERNEL_PARAMS="console=tty0 hostname=kali" + export KERNEL_PARAMS="console=tty0 " fi # Random other variables