summaryrefslogtreecommitdiffstats
path: root/upd-instroot
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-23 23:40:50 +0000
committerMatt Wilson <msw@redhat.com>1999-08-23 23:40:50 +0000
commit0a808056d3e98aa7051f4e8743a691ad091a1cd9 (patch)
tree31ff1db0156659ba0e9a498b351387a8016b0e3d /upd-instroot
parentad158f6de2adb1dfbacc22fa3a2df4970b8dea72 (diff)
downloadanaconda-0a808056d3e98aa7051f4e8743a691ad091a1cd9.tar.gz
anaconda-0a808056d3e98aa7051f4e8743a691ad091a1cd9.tar.xz
anaconda-0a808056d3e98aa7051f4e8743a691ad091a1cd9.zip
removed some extra stuff, don't install kudzu to hd
Diffstat (limited to 'upd-instroot')
-rwxr-xr-xupd-instroot10
1 files changed, 4 insertions, 6 deletions
diff --git a/upd-instroot b/upd-instroot
index f01973e0a..7d2697c5a 100755
--- a/upd-instroot
+++ b/upd-instroot
@@ -15,7 +15,7 @@ pythondeps() {
cp /usr/bin/strace $DIR
(cd $DIR; \
- chroot . strace -o straceout.$$ \
+ chroot . ./strace -o straceout.$$ \
usr/bin/anaconda -m dir://mnt/source --test --text --traceonly
)
@@ -52,7 +52,7 @@ PACKAGES="glibc-2 ldconfig setup e2fsprogs-1 XFree86-libs XFree86-SVGA
XFree86-3. xpm-3 glib- gtk+- gnome-libs slang python-1 newt
imlib-1 libpng libtiff libjpeg- libtermcap-2 zlib rpm
rpm-devel ash- bash- pygtk- pygnome- util-linux procps
- esound-0 audiofile-0 strace"
+ esound-0 audiofile-0"
KEEPFILE=/tmp/keepfile.$$
cat > $KEEPFILE <<EOF
@@ -61,7 +61,6 @@ sbin/mke2fs
sbin/mkswap
etc/nsswitch.conf
lib/ld-*
-lib/libNoVersion*
lib/libc*
lib/libm*
lib/libcrypt*
@@ -71,12 +70,12 @@ lib/libnsl*
lib/libnss_files*
lib/libpthread*
lib/libresolv*
+lib/libNoVersion*
etc/group
etc/passwd
etc/services
usr/lib/libslang*
usr/bin/python*
-usr/bin/strace
usr/lib/python*
usr/lib/libnewt*
lib/libtermcap*
@@ -138,7 +137,6 @@ usr/X11R6/lib/X11/xkb/*
usr/X11R6/lib/X11/rgb/*
usr/X11R6/lib/libXpm*
usr/lib/libglib*
-usr/lib/libmodule*
usr/lib/libthread*
etc/gtk/gtkrc
usr/lib/libgtk*
@@ -186,7 +184,7 @@ done
rm -f $KEEPFILE $KEEPFILEGR
-make install DESTDIR=$DEST > /dev/null
+make install-hd DESTDIR=$DEST > /dev/null
make install DESTDIR=$DESTGR > /dev/null
for p in $DEST $DESTGR; do