mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-06 00:41:14 +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
|
||||
|
||||
# Manually configure the first ethernet device
|
||||
cat <<EOT |tee -a /etc/network/interfaces
|
||||
cat >/etc/network/interfaces.d/"$if"<<EOT
|
||||
auto $if
|
||||
iface $if inet dhcp
|
||||
EOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user