Don't actually pass a hostname

This causes the install to fail.

Signed-off-by: Steev Klimaszewski <steev@kali.org>
merge-requests/16/head
Steev Klimaszewski 4 years ago
parent 2d9668a335
commit 319e6a39db

@ -71,7 +71,7 @@ fi
if [ "$ARCH" = "arm64" ]; then if [ "$ARCH" = "arm64" ]; then
kernel_packages="linux-image-arm64" kernel_packages="linux-image-arm64"
# ARM devices don't typically have a default console set, so we export one here # 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 fi
# Random other variables # Random other variables

Loading…
Cancel
Save