network (266B)
1 sudo cp -ai "$mnt/etc/resolv.conf" "/etc/resolv.conf.bak-$(date)" 2 sudo ln -sf "$HOME/outside_of_chroot/etc/resolv.conf" "$mnt/etc/" 3 echo "127.0.0.1 $(hostname)" | sudo tee -a "$mnt/etc/hosts" 4 echo "127.0.0.1 home6.netscape.com" | sudo tee -a "$mnt/etc/hosts"