mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 05:01:38 +00:00
* Use /etc/network/interfaces.d/ rather than /etc/network/interfaces.
This commit is contained in:
parent
c676a8fbac
commit
e4719c1cfc
@ -3,7 +3,7 @@
|
|||||||
if=eth0
|
if=eth0
|
||||||
|
|
||||||
# Manually configure the first ethernet device
|
# Manually configure the first ethernet device
|
||||||
cat <<EOT |tee -a /etc/network/interfaces
|
cat >/etc/network/interfaces.d/"$if"<<EOT
|
||||||
auto $if
|
auto $if
|
||||||
iface $if inet dhcp
|
iface $if inet dhcp
|
||||||
EOT
|
EOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user