Re: modifying Anaconda

2000-02-27 Thread Frank Hale
Oops I really gotta watch what I am doing. I forgot to install pythod-devel, duh!!! Sorry to bother everyone. --- Frank Hale <[EMAIL PROTECTED]> wrote: > >-- Simon Epsteyn <[EMAIL PROTECTED]> wrote: > > RTFS :) It's python. > > > > Included is a small shell script for running > > anaconda in te

Re: modifying Anaconda

2000-02-27 Thread Frank Hale
>-- Simon Epsteyn <[EMAIL PROTECTED]> wrote: > RTFS :) It's python. > > Included is a small shell script for running > anaconda in test mode. > It takes one argument -- location of the Red Hat > distribution (the directory > that contains RedHat) > > This is for 6.1 anaconda, may or may not work

sh question (Was: Re: modifying Anaconda)

2000-02-24 Thread Simon Epsteyn
I am going to ask a question about my own shell script. On Thu, 24 Feb 2000, Simon Epsteyn wrote: > if [ "$1" != "" ]; then I often see similiar test written as: if [ X"$1" != X"$2" ]; then I would undersdant it if it was written as if [ X$1 != X$2 ]; then but doesn't

Re: modifying Anaconda

2000-02-24 Thread Simon Epsteyn
RTFS :) It's python. Included is a small shell script for running anaconda in test mode. It takes one argument -- location of the Red Hat distribution (the directory that contains RedHat) This is for 6.1 anaconda, may or may not work with 6.2beta. /Simon #!/bin/sh # Run Anacond

Re: modifying Anaconda

2000-02-22 Thread Gene C.
On Tue, 22 Feb 2000, Frank Hale wrote: > I wanna modify my current RedHat 6.1 so that I can > install different packages. I also wanna take out some > packages that are on the RH 6.1 disk and somehow > update the installer so that it will know about the > packages I have deleted and the new packag

RE: modifying Anaconda

2000-02-22 Thread Prasanth Kumar
There is a mini-howto which is part of the Linux Documentation Project which should help you out with adding and removing packages. I think it is called the Redhat mini-howto. It doesn't talk about Anaconda much since it talks about creating a custom Redhat distribution cd in particular. -- Prasa