summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-12 19:56:45 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-12 19:56:45 +0000
commit509ffea2f75dc8968256f11a8b107c8b09c1ff41 (patch)
treeb81b5bb4e5186b52412d12ecd910bb20777499bf /scripts/upd-instroot
parent4848fab1e7aa02a09142be4b87033f4c82700e4b (diff)
downloadanaconda-509ffea2f75dc8968256f11a8b107c8b09c1ff41.tar.gz
anaconda-509ffea2f75dc8968256f11a8b107c8b09c1ff41.tar.xz
anaconda-509ffea2f75dc8968256f11a8b107c8b09c1ff41.zip
pull python and rpm-python in also (for dist-8.0 builds)
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index eecb33da7..42817b5be 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -91,11 +91,11 @@ rm -rf $DEST $DESTGR
mkdir -p $DEST
mkdir -p $DESTGR
-PACKAGES="glibc glibc-common setup openssl python2 newt libtermcap zlib
+PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib
ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm
XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel
kudzu db3 rpm-python2.2 bzip2 bzip2-libs dosfstools pciutils
- reiserfs-utils parted busybox-anaconda"
+ reiserfs-utils parted busybox-anaconda rpm-python"
if [ $ARCH = i386 ]; then
PACKAGES="$PACKAGES kernel-pcmcia-cs lilo"
@@ -210,7 +210,8 @@ sbin/probe
sbin/tune2fs
usr/X11R6/lib/X11/Cards
usr/X11R6/share/Xconfigurator/MonitorsDB
-usr/bin/python*
+usr/bin/python
+usr/bin/python2.2
usr/lib/anaconda-runtime/*
usr/lib/anaconda/*
usr/lib/anaconda/installclasses/*