summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-03 23:25:18 +0000
committerMatt Wilson <msw@redhat.com>1999-09-03 23:25:18 +0000
commit147f49f4a6dddedbb87d428323a06fe96236afc8 (patch)
tree3e297b178b58ca894113f9508c656db977b2d26c
parent1ff7bae387da3a971986d80bd6fe1da3473ff444 (diff)
downloadanaconda-147f49f4a6dddedbb87d428323a06fe96236afc8.tar.gz
anaconda-147f49f4a6dddedbb87d428323a06fe96236afc8.tar.xz
anaconda-147f49f4a6dddedbb87d428323a06fe96236afc8.zip
needed for ftp/http/hd
-rwxr-xr-xanaconda-stub3
-rwxr-xr-xupd-instroot9
2 files changed, 10 insertions, 2 deletions
diff --git a/anaconda-stub b/anaconda-stub
index 42c17c999..870700608 100755
--- a/anaconda-stub
+++ b/anaconda-stub
@@ -19,6 +19,9 @@ cd /usr/bin
rm python1.5.cgz
ln -s /tmp/python1.5 /usr/bin/python1.5
+uncpio < /usr/X11R6.cgz
+ln -s /tmp/X11R6 /usr/X11R6
+
cd /usr/lib
for n in *.cgz; do
uncpio < $n
diff --git a/upd-instroot b/upd-instroot
index 4c93ce59e..e4d0e32d7 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -81,6 +81,8 @@ lib/libe2p*
lib/libext2fs*
lib/libss*
lib/libuuid*
+usr/X11R6/lib/X11/Cards
+usr/X11R6/share/Xconfigurator/MonitorsDB
EOF
KEEPFILEGR=/tmp/keepfilegr.$$
@@ -116,8 +118,6 @@ usr/X11R6/bin/XF86_S3
usr/X11R6/bin/XF86_S3V
usr/X11R6/bin/XF86_FBDev
usr/X11R6/bin/Xtest
-usr/X11R6/lib/X11/Cards
-usr/X11R6/share/Xconfigurator/MonitorsDB
usr/X11R6/lib/X11/fonts/75dpi/cour*
usr/X11R6/lib/X11/fonts/75dpi/helv*
usr/X11R6/lib/X11/fonts/75dpi/tim*
@@ -256,4 +256,9 @@ ln -s /tmp $DESTGR/usr/X11R6/lib/X11/xkb/compiled
rm -f libcom* libcrypt* libdl* libe2p* libext2* libm* libnss* libnsl* \
libpthread* libss* libtermcap* libuuid* \
+ cd $DEST/usr
+ echo X11R6 | cpio --quiet -H crc -o | \
+ gzip -9 > X11R6.cgz
+ rm -rf X11R6
+
cp -a $HOMEDIR/anaconda-stub $DEST/usr/bin/anaconda