diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-06-29 20:07:23 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-06-29 20:07:23 +0000 |
commit | 487f0fbb19725523b28b87c62df7efd42b47a79c (patch) | |
tree | 1ccc3330299fa54e65a98bd15a498a356d5bc83a /scripts | |
parent | 69be4366902eff5b38e9b0bbfc713a5473bec78d (diff) | |
download | anaconda-487f0fbb19725523b28b87c62df7efd42b47a79c.tar.gz anaconda-487f0fbb19725523b28b87c62df7efd42b47a79c.tar.xz anaconda-487f0fbb19725523b28b87c62df7efd42b47a79c.zip |
we really want dosfstools
Diffstat (limited to 'scripts')
-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 88b29454e..514a65035 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 bzip2-libs osfstools pciutils + kudzu db3 rpm-python bzip2 bzip2-libs dosfstools pciutils reiserfs-utils parted busybox-anaconda" if [ $ARCH = i386 ]; then |