On Wed, 2002-01-16 at 10:43, ext Brian Lee wrote: > On Wed, Jan 16, 2002 at 10:12:00AM +0200, Panu Matilainen wrote: > > Like I said, you need to drop "--test" from the options! And don't > > worry, it won't repartition/erase your disk, --rootpath has the same > > effect as --test wrt that. > > Oops! I mis-understood and your command line works well now. Thank > you. :) > > And I found something strange in /usr/lib/anaconda/syslogd.py I think > the path shoudl be /usr/sbin/anaconda not /usr/bin/anaconda. I got > error message, ``no such file or directory'' at that line. > > 73 if not path: > 74 if os.access ("./anaconda", os.X_OK): > 75 path = "./anaconda" > 76 elif os.access ("/usr/bin/anaconda.real", > os.X_OK): > 77 path = "/usr/bin/anaconda.real" > 78 else: > 79 path = "/usr/bin/anaconda" > Hmm.. /usr/bin/anaconda is the correct path during real installation. ./anaconda covers what I consider the "normal" way of running in test-mode (do some changes in the tree and then run ./anaconda) - Panu -