]> 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)
1  2 
initchroot.sh

diff --combined initchroot.sh
index 565a18c5e0102102a9d066ba4c6630f6b48ba93e,e359c5d6245f24d6b7387d93e022ab652bc70041..18c6e6505561cba8afb933aea19c33ea81fc94e8
@@@ -139,7 -139,7 +139,7 @@@ echo "en_US.UTF-8 UTF-8" >${ROOT_DIR}/e
  
  k="http://lunge.mit.edu/~dilinger/debxo-0.2/initramfs-tools_0.92l.2_all.deb 
   http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb 
-  http://lunge.mit.edu/~dilinger/debxo-0.2/linux-2.6.25.15_2.6.25.15-144_i386.deb"
+  http://lunge.mit.edu/~dilinger/debxo-0.3/linux-2.6.25.15_2.6.25.15-146_i386.deb"
  mkdir -p cache
  for i in $k; do
        pkg=$(basename ${i})
@@@ -233,7 -233,8 +233,7 @@@ rm -rf ${ROOT_DIR}/home/*;         # i have n
  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