diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-04 03:21:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-04 03:21:17 +0000 |
commit | 6c1810e4cf6f5dc0f74b6a5eb90fda31ee6adde8 (patch) | |
tree | f97ce4b57fb093b5b5c0f7cd37e633457559cab4 /upd-instroot | |
parent | e63a7277558a2e8a1c084595b1c22610940358b0 (diff) | |
download | anaconda-6c1810e4cf6f5dc0f74b6a5eb90fda31ee6adde8.tar.gz anaconda-6c1810e4cf6f5dc0f74b6a5eb90fda31ee6adde8.tar.xz anaconda-6c1810e4cf6f5dc0f74b6a5eb90fda31ee6adde8.zip |
fix X keyboard maps.
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/upd-instroot b/upd-instroot index f339524e4..3e909ad7a 100755 --- a/upd-instroot +++ b/upd-instroot @@ -34,6 +34,10 @@ rpm -Uvh $RPMS -r `pwd`/$DEST --relocate /bin=/usr/bin \ rm -rf $DEST/bin $DEST/sbin $DEST/boot $DEST/home $DEST/root $DEST/tmp +# Xserver needs a place to put the compiled xkb maps. +rm -rf $DEST/usr/X11R6/lib/X11/xkb/compiled +ln -s /tmp $DEST/usr/X11R6/lib/X11/xkb/compiled + make install chroot $DEST ldconfig -v |