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
debian-cd
Raphaël Hertzog 8 years ago
parent 31fb818dec
commit 0bf54092e6

@ -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 \
"$@"

Loading…
Cancel
Save