diff options
author | Bill Nottingham <notting@redhat.com> | 2000-12-28 20:53:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-12-28 20:53:59 +0000 |
commit | e5ec20ab3e8431f25f5c772ee7a3335255780278 (patch) | |
tree | 719140433c41f1148652f9d8b753cbe9f6dd9b06 /scripts/upd-instroot | |
parent | c90c9805cb6d87e8337daaf97d0664afd14d33e0 (diff) | |
download | anaconda-e5ec20ab3e8431f25f5c772ee7a3335255780278.tar.gz anaconda-e5ec20ab3e8431f25f5c772ee7a3335255780278.tar.xz anaconda-e5ec20ab3e8431f25f5c772ee7a3335255780278.zip |
put pam in instroot
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 3bffbfc18..03a31b09c 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -113,7 +113,7 @@ PACKAGESGR="anaconda XFree86-libs imlib libpng libtiff libjpeg cpio mt-st iputils sh-utils XFree86-cyrillic-fonts XFree86 Xconfigurator pygnome pygtk pygtk-libglade pygnome-libglade pygnome-applet pygnome-capplet gdk-pixbuf XFree86-KOI8-R - XFree86-KOI8-R-75dpi-fonts pciutils" + XFree86-KOI8-R-75dpi-fonts pciutils pam" if [ -z "$NEEDGR" ]; then PACKAGESGR="bash" @@ -384,6 +384,7 @@ usr/lib/libimlib-pnm* usr/lib/libimlib-xpm* usr/lib/libjpeg* usr/lib/libncurses* +usr/lib/libpam* usr/lib/libpng* usr/lib/libreadline* usr/lib/libthread* |