diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-28 19:16:39 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-28 19:16:39 +0000 |
commit | abef042f5e405fb0446aed05201698745a3f8b74 (patch) | |
tree | 370ab2ae5bd7e73b339577cf6f4613b83810f2c1 | |
parent | 1d792591d3f8460e9be00263ce63dd6b67785562 (diff) | |
download | anaconda-abef042f5e405fb0446aed05201698745a3f8b74.tar.gz anaconda-abef042f5e405fb0446aed05201698745a3f8b74.tar.xz anaconda-abef042f5e405fb0446aed05201698745a3f8b74.zip |
db1 and db2 in filelist
-rwxr-xr-x | scripts/upd-instroot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 9d987f5fd..ef9a8ddad 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -103,10 +103,10 @@ rm -rf $DEST $DESTGR mkdir -p $DEST mkdir -p $DESTGR -PACKAGES="glibc ldconfig setup python newt libtermcap zlib ash e2fsprogs - util-linux raidtools locale-ja popt mount procps rpm XFree86 - Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu db3 - rpm-python syslinux" +PACKAGES="glibc ldconfig setup python newt libtermcap zlib ash + e2fsprogs util-linux raidtools locale-ja popt mount procps + rpm XFree86 Xconfigurator anaconda anaconda-runtime + kudzu-devel kudzu db1 db2 db3 rpm-python syslinux" if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs" |