aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/etc/s6-rc/source-base/init-eth0/up
blob: b3dd7871988331644a49db3486bb61e95246215a (plain)
1
2
3
if { sleep 2 }  # delay to load virtio-net
if { ip addr add 10.0.2.1/24 dev eth0 }
ip link set dev eth0 up