From 0bf54092e6ef76ee5d8eff6079b06c927317f58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 17 Jul 2017 15:59:21 +0200 Subject: [PATCH] Disable the renaming of network interfaces in the installer So that the generated /etc/network/interfaces contains "eth0" and not any name assigned by systemd/udev since this renaming is already disabled in the installed system. Fixes https://bugs.kali.org/view.php?id=4090 --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index 9269bc3..4acd013 100755 --- a/auto/config +++ b/auto/config @@ -128,6 +128,7 @@ lb config noauto \ --memtest memtest86 \ --bootappend-live "boot=live components splash username=root hostname=kali" \ --bootappend-live-failsafe "boot=live components username=root hostname=kali memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \ + --bootappend-install "net.ifnames=0" \ --security false \ $lb_opts \ "$@"