>-- 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 with
> 6.2beta.
>
> /Simon
>
> #!/bin/sh
> # Run Anaconda in test mode
> # Simon Epsteyn <[EMAIL PROTECTED]>
>
> if [ "$1" != "" ]; then
> DIST=$1
> else
> DIST=/mnt/611
> fi
>
> if [ ! -e "$DIST/RedHat" ]; then
> echo "No Red Hat or Fermi Linux distro
> found in $DIST" >&2
> exit
> fi
>
>
>
PYTHONPATH=$DIST/RedHat/instimage/usr/lib/python1.5/site-packages
> export PYTHONPATH
>
> $DIST/RedHat/instimage/usr/bin/anaconda --test -T
> -m dir:$DIST
>
>
while running your script I get:
unknown install method: dir:redhat_cd/
What does that mean?
Plus I am trying to use the makefile to build Anaconda
from sources but I get an error everytime, All I did
was copy the entire RH 6.1 install CD to a partition
on my hard drive.
here is the error, I am omitting many more errors this
is just the last one where it craps out:
make[1]: Leaving directory
`/mnt/extra1/redhat_cd/misc/src/anaconda/ddcprobe'
gcc -Wall -o _xkb.o -fPIC -I/usr/include/python1.5
`gtk-config --cflags gtk` -c xkb.c
xkb.c:3: Python.h: No such file or directory
make: *** [_xkb.so] Error 1
Any help would be greatly appreciated.
Frank
=====
ICQ: 7205161
http://sapphire.sourceforge.net - Another X11 Window Manager
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null