git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1238
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/livecd-stage2/livecd-stage2-controller.sh:
+ Make sure we mkdir on /etc/X11/xinit before we put files in it for bug #178289.
+
22 Aug 2007; Andrew Gaffney <agaffney@gentoo.org>
modules/generic_stage_target.py, modules/stage1_target.py,
modules/stage2_target.py:
# This is moved here, so we can override any default xinitrc
if [ -n "${clst_livecd_xinitrc}" ]
then
+ mkdir -p ${clst_chroot_path}/etc/X11/xinit
cp -f ${clst_livecd_xinitrc} \
${clst_chroot_path}/etc/X11/xinit/xinitrc
fi