]> spindle.queued.net Git - xodist/commitdiff
ugh, dumb.
authorAndres Salomon <dilinger@debian.org>
Wed, 20 Aug 2008 18:26:56 +0000 (14:26 -0400)
committerAndres Salomon <dilinger@debian.org>
Wed, 20 Aug 2008 18:26:56 +0000 (14:26 -0400)
Signed-off-by: Andres Salomon <dilinger@debian.org>
initchroot.sh

index 0bb249f4f2c6af8d1eb9e831564e40df9c0dc9ca..ebcd74c87f6074ea1c42ace611595d6bf68b2dcf 100755 (executable)
@@ -131,6 +131,7 @@ cp %gconf-tree.xml ${ROOT_DIR}/etc/gconf/debxo.xml.defaults/
 
 # add default user
 (chroot ${ROOT_DIR} passwd -l root)
+rm -rf ${ROOT_DIR}/home/*;     # i have no idea what's adding this crap...
 (chroot ${ROOT_DIR} useradd -s /bin/bash --create-home ${DEFUSER})
 (chroot ${ROOT_DIR} passwd -d ${DEFUSER})
 (chroot ${ROOT_DIR} adduser ${DEFUSER} cdrom)
@@ -146,5 +147,4 @@ mv ${ROOT_DIR}/sbin/start-stop-daemon.REAL ${ROOT_DIR}/sbin/start-stop-daemon
 (chroot ${ROOT_DIR} aptitude clean)
 umount ${ROOT_DIR}/proc
 umount ${ROOT_DIR}/dev/pts
-rm -rf ${ROOT_DIR}/home/*;     # i have no idea what's adding this crap...
 rm -f ${ROOT_DIR}/var/cache/apt/*.bin