diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-20 18:29:55 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-20 18:29:55 +0000 |
commit | 9282034c6874812f85073938d1e73397c6865983 (patch) | |
tree | 78e26d4d6e81e6c54bed61faef1d4dbc9614589f | |
parent | 2805ae63de8dd749ba64423a4cb643367658825a (diff) | |
download | anaconda-9282034c6874812f85073938d1e73397c6865983.tar.gz anaconda-9282034c6874812f85073938d1e73397c6865983.tar.xz anaconda-9282034c6874812f85073938d1e73397c6865983.zip |
foo
-rw-r--r-- | scripts/mk-images.i386 | 4 | ||||
-rwxr-xr-x | scripts/upd-instroot | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index d35b44e77..4918f0af9 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -156,6 +156,6 @@ makedriverdisk "Parallel port IDE Drivers" "paride" "parport_pc parport pcd pari makemainmodules "=scsi =net $SECSTAGE" -makeinstimage --size1 3000 --size2 2660 "netstg" "=scsi $SECSTAGE" -makeinstimage --size1 2800 --size2 2660 "hdstg" "=net $SECSTAGE" +makeinstimage --size1 3200 --size2 2860 "netstg" "=scsi $SECSTAGE" +makeinstimage --size1 3000 --size2 2860 "hdstg" "=net $SECSTAGE" makemainimage "stage2" diff --git a/scripts/upd-instroot b/scripts/upd-instroot index a6e6f8010..593f43d89 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -88,7 +88,7 @@ rm -rf $DEST $DESTGR mkdir -p $DEST mkdir -p $DESTGR -PACKAGES="glibc setup python newt libtermcap zlib ash +PACKAGES="glibc setup openssl 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 bzip2 dosfstools pciutils" @@ -191,6 +191,7 @@ usr/lib/anaconda-runtime/* usr/lib/anaconda/* usr/lib/anaconda/installclasses/* usr/lib/anaconda/textw/* +usr/lib/libssl* usr/lib/libbz2* usr/lib/libdb.so.2 usr/lib/libdb.so.3 |