diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-27 06:55:02 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-27 06:55:02 +0000 |
commit | d3f8ba6dcd842e4e8570725e649b52a6a17797d3 (patch) | |
tree | f32d99874b14b0e525d95f935483d70aa985bea8 /scripts/upd-instroot | |
parent | a7e242e047681decb4b528e311c770ace072ebac (diff) | |
download | anaconda-d3f8ba6dcd842e4e8570725e649b52a6a17797d3.tar.gz anaconda-d3f8ba6dcd842e4e8570725e649b52a6a17797d3.tar.xz anaconda-d3f8ba6dcd842e4e8570725e649b52a6a17797d3.zip |
install bzip2-libs too
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 3e1b0cbac..573ea162f 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -94,7 +94,7 @@ mkdir -p $DESTGR PACKAGES="glibc glibc-common setup openssl python newt libtermcap zlib ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel - kudzu db3 rpm-python bzip2 dosfstools pciutils reiserfs-utils parted" + kudzu db3 rpm-python bzip2 bzip2-libs osfstools pciutils reiserfs-utils parted" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs" |