1 2 3 4 5 6 7 8
#! /bin/sh set -e echo "Configuring loopback network interface" echo " iface lo inet loopback" >>/etc/network/interfaces