summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-10 21:38:05 +0000
committerMatt Wilson <msw@redhat.com>2000-05-10 21:38:05 +0000
commitb67fdd38e42176c76630a7c8df2fc476d5ea6871 (patch)
treef90a9215fa982531d0e4d04ed718e670f2db312a /scripts/upd-instroot
parentb60eacaa675aa4042a980780a1dec850e9944db7 (diff)
downloadanaconda-b67fdd38e42176c76630a7c8df2fc476d5ea6871.tar.gz
anaconda-b67fdd38e42176c76630a7c8df2fc476d5ea6871.tar.xz
anaconda-b67fdd38e42176c76630a7c8df2fc476d5ea6871.zip
make a place for x to compile keymaps
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 3f8b22f6f..32b1b6e3c 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -418,7 +418,8 @@ RPMS=$(prunePackageList $PACKAGEDIR "$PACKAGES")
RPMSGR=$(prunePackageList $PACKAGEDIR "$PACKAGESGR")
rm -rf $DEST; mkdir -p $DEST/usr/sbin
-rm -rf $DESTGR; mkdir -p $DESTGR/usr/sbin
+rm -rf $DESTGR; mkdir -p $DESTGR/usr/sbin $DESTGR/var/state
+ln -s /tmp $DESTGR/var/state/xkb
echo -n "Expanding packages..."
expandPackageSet "$RPMS" $DEST $KEEPFILE