mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-13 04:01:15 +00:00
Removing creation of eth0 file now that it is not deterministic to be the ethernet device on the system
This commit is contained in:
parent
b93c6f4cc7
commit
3b4f42857b
@ -1,9 +0,0 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
if=eth0
|
||||
|
||||
# Manually configure the first ethernet device
|
||||
cat >/etc/network/interfaces.d/"$if"<<EOT
|
||||
allow-hotplug $if
|
||||
iface $if inet dhcp
|
||||
EOT
|
Loading…
x
Reference in New Issue
Block a user