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

modifying Anaconda

2000-02-23 Thread Frank Hale
What is the proper method of executing Anaconda for purpose of testing changes made to it? I've tried copying it from the redhat cd to my drive and running it but it does not run. I get error messages everytime. Also no documentation comes with it, is there somewhere I can find some? Thanks, Fra

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
cular. -- Prasanth Kumar [EMAIL PROTECTED] -Original Message- From: Frank Hale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 22, 2000 6:42 PM To: [EMAIL PROTECTED] Subject: modifying Anaconda I wanna modify my current RedHat 6.1 so that I can install different packages. I also wanna take out

modifying Anaconda

2000-02-22 Thread Frank Hale
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 packages I want installed. I've looked at the source co