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
>-- 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
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
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
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
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
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
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