3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-11 11:21:11 +00:00

10 lines
154 B
Bash
Executable File

#!/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