From: Andres Salomon Date: Fri, 29 Aug 2008 05:32:48 +0000 (-0400) Subject: initcache: minor bugfix wrt configuring X X-Git-Tag: v0.2~34 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=243f24f74e4c30b6c75b4c73f9974bd7387247e8 initcache: minor bugfix wrt configuring X Signed-off-by: Andres Salomon --- diff --git a/initchroot.sh b/initchroot.sh index f77612d..5e56b9c 100755 --- a/initchroot.sh +++ b/initchroot.sh @@ -158,7 +158,7 @@ EOF (chroot ${ROOT_DIR} aptitude install -y `cat ${PLIST}`) # configure X -if [ -d /etc/X11 ]; then +if [ -d ${ROOT_DIR}/etc/X11 ]; then cat >${ROOT_DIR}/etc/X11/xorg.conf<