]> spindle.queued.net Git - xodist/commitdiff
merge lunge
authorJames Cameron <quozl@laptop.org>
Mon, 27 Oct 2008 07:38:44 +0000 (18:38 +1100)
committerJames Cameron <quozl@laptop.org>
Mon, 27 Oct 2008 07:38:44 +0000 (18:38 +1100)
initchroot.sh

index e359c5d6245f24d6b7387d93e022ab652bc70041..18c6e6505561cba8afb933aea19c33ea81fc94e8 100755 (executable)
@@ -233,8 +233,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