From d2d66577fbe3dd34efa0ddcec9640ebf41a9d49d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 15 Nov 2005 19:44:56 +0000 Subject: 2005-11-15 Jeremy Katz * anaconda.spec (BuildPreReq): Change for modular X package names * scripts/upd-instroot: Modular X changes, including -- Add new package names for modular X. For now, list drivers by hand. New paths to files everywhere Add a hack for Xvnc using the wrong font path * anaconda: New xorg path. Allow getting a shell on the console if you're using vnc to help with the case where you don't have physical ttys. --- scripts/upd-instroot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 5a69328a4..58e361997 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -272,6 +272,7 @@ etc/protocols etc/services etc/selinux/targeted/booleans etc/selinux/targeted/policy/policy.* +etc/selinux/targeted/contexts/files/* etc/selinux/targeted/contexts/* etc/selinux/targeted/* usr/share/selinux/targeted/* @@ -977,6 +978,10 @@ rm -f $DESTGR/usr/X11R6/$LIBDIR/modules/extensions/librecord.a rm -f $DESTGR/usr/X11R6/$LIBDIR/modules/extensions/lib{GLcore,glx,pex5}* +# FIXME: hack for Xvnc's wrong font path +mkdir -p $DESTGR/usr/X11R6/$LIBDIR/X11 +ln -s ../../../share/X11/fonts $DESTGR/usr/X11R6/$LIBDIR/X11/fonts + # fixup joe links ln -fs jpicorc $DESTGR/etc/joe/picorc ln -fs jpicorc $DESTGR/etc/joe/jnanorc -- cgit