diff options
author | Matt Wilson <msw@redhat.com> | 2002-12-12 06:22:12 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-12-12 06:22:12 +0000 |
commit | e3bb0d8ffa57abe8aede3da41e87711049d033c4 (patch) | |
tree | 8a3583b76f9c8f6b2e9ce51f310a5a39b7273713 /scripts | |
parent | 25d994668a532de29dbc5f3b5a5cc01489cf13d3 (diff) | |
download | anaconda-e3bb0d8ffa57abe8aede3da41e87711049d033c4.tar.gz anaconda-e3bb0d8ffa57abe8aede3da41e87711049d033c4.tar.xz anaconda-e3bb0d8ffa57abe8aede3da41e87711049d033c4.zip |
use real slang
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 69879ceec..8ef2bb169 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -97,20 +97,21 @@ rm -rf $DEST $DESTGR mkdir -p $DEST mkdir -p $DESTGR -PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib - ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm - XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel - kudzu hwdata db3 bzip2 bzip2-libs dosfstools pciutils - reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty - hdparm lvm rhpl pyxf86config libxml2 libxml2-python rdate - glib2 elfutils-libelf" +PACKAGES="glibc glibc-common setup openssl python python2 newt slang + libtermcap zlib ash kon2 e2fsprogs util-linux raidtools popt + mount procps rpm XFree86 Xconfigurator anaconda + anaconda-runtime kudzu-devel kudzu hwdata db3 bzip2 + bzip2-libs dosfstools pciutils reiserfs-utils parted + busybox-anaconda rpm-python anaconda-help booty hdparm lvm + rhpl pyxf86config libxml2 libxml2-python rdate glib2 + elfutils-libelf" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils" fi if [ $ARCH = ia64 ]; then - PACKAGES="$PACKAGES elilo slang" + PACKAGES="$PACKAGES elilo" fi if [ $ARCH = s390 -o $ARCH = s390x ]; then @@ -170,7 +171,7 @@ if [ $ARCH = alpha ]; then fi if [ $ARCH = ia64 ]; then - PACKAGESGR="$PACKAGESGR elilo slang" + PACKAGESGR="$PACKAGESGR elilo" fi if [ $ARCH = s390 -o $ARCH = s390x ]; then @@ -784,11 +785,6 @@ if [ -n "$NEEDGR" ]; then mv $DESTGR/etc/fonts/fonts.conf.foo $DESTGR/etc/fonts/fonts.conf fi -# minislang can pretend to be utf8 slang for us -for p in $DEST $DESTGR; do - ln -sf ./libslang.so.1 $p/usr/$LIBDIR/libslang-utf8.so.1 -done - rm -f $KEEPFILE $KEEPFILEGR echo -n "Scrubbing trees..." |