diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-14 17:55:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-14 17:55:37 +0000 |
commit | 178d26ccbd2e5f50441cbc6a1cb20ba58da235aa (patch) | |
tree | 455cb9f7a0457edf689e731fa617ae44fa4d1199 | |
parent | 355a80990bbe000b68093ca725e6621c207770c9 (diff) | |
download | anaconda-178d26ccbd2e5f50441cbc6a1cb20ba58da235aa.tar.gz anaconda-178d26ccbd2e5f50441cbc6a1cb20ba58da235aa.tar.xz anaconda-178d26ccbd2e5f50441cbc6a1cb20ba58da235aa.zip |
oops, wrong place
-rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index d8d5850a5..895a0f5b7 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -83,7 +83,6 @@ PACKAGES="glibc setup python newt libtermcap zlib ash if [ $ARCH = i386 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs" - PACKAGESGR="$PACKAGESGR syslinux" fi # xpm is missing @@ -111,7 +110,7 @@ if [ $ARCH = sparc ]; then fi if [ $ARCH = i386 ]; then - PACKAGESGR="$PACKAGESGR XFree86-I128" + PACKAGESGR="$PACKAGESGR XFree86-I128 syslinux" fi KEEPFILE=/tmp/keepfile.$$ |