summaryrefslogtreecommitdiffstats
path: root/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-04 20:30:06 +0000
committerMatt Wilson <msw@redhat.com>2000-01-04 20:30:06 +0000
commit905ae21283740073b49d5c8f59532533d1815583 (patch)
tree6a6809548030e25065fcc96f45624ca0ea5d8cc8 /upd-instroot
parent3aa7a23b63d5a7eb19e0964876be0e1bf2c54da0 (diff)
downloadanaconda-905ae21283740073b49d5c8f59532533d1815583.tar.gz
anaconda-905ae21283740073b49d5c8f59532533d1815583.tar.xz
anaconda-905ae21283740073b49d5c8f59532533d1815583.zip
support for ftp/http/hd
Diffstat (limited to 'upd-instroot')
-rwxr-xr-xupd-instroot5
1 files changed, 4 insertions, 1 deletions
diff --git a/upd-instroot b/upd-instroot
index d4bad2d40..21f7d03d4 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -83,7 +83,6 @@ lib/libnsl*
lib/libnss_files*
lib/libpthread*
lib/libresolv*
-lib/libNoVersion*
usr/lib/libpopt*
etc/group
etc/passwd
@@ -402,6 +401,10 @@ ln -s /tmp $DESTGR/usr/X11R6/lib/X11/xkb/compiled
cd $DEST/usr/lib
find python1.5 | cpio --quiet -H crc -o | gzip -9 > python1.5.cgz
rm -rf python1.5
+
+ find anaconda | cpio --quiet -H crc -o | gzip -9 > anaconda.cgz
+ rm -rf anaconda
+
ls libnewt* libslang* | cpio --quiet -H crc -o |
gzip -9 > slang-newt.cgz
rm -f libnewt* libslang*