]> spindle.queued.net Git - xodist/blobdiff - initchroot.sh
merge lunge
[xodist] / initchroot.sh
index b9ee4654a772fe55cb57aa39198838482371312b..706414a6b277ac6781b6c66d489361b9b35e1316 100755 (executable)
@@ -229,8 +229,7 @@ rm -rf ${ROOT_DIR}/home/*;  # i have no idea what's adding this crap...
 echo "${DEFUSER} ALL=(ALL) NOPASSWD: ALL" >> ${ROOT_DIR}/etc/sudoers
 
 # add local network interface
-cat >>${ROOT_DIR}/etc/network/interfaces<<EOF
-
+cat <<EOF >> ${ROOT_DIR}/etc/network/interfaces
 auto lo
 iface lo inet loopback
 EOF