From 243f24f74e4c30b6c75b4c73f9974bd7387247e8 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Fri, 29 Aug 2008 01:32:48 -0400 Subject: [PATCH] initcache: minor bugfix wrt configuring X Signed-off-by: Andres Salomon --- initchroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<