On Sat, Aug 05, 2000 at 09:03:35PM -0400, Frank Hale wrote:
> 
> Yes using -t. So I can just run through the partition screen as normal
> (but nothing will happen) and go on through the installation? Would I
> just run throuh it as normal but it just doesn't execute the actual
> install process? It just fakes it?

Yup, fakes it...

        if self.setupFilesystems and not self.upgrade:
            if (self.ddruidAlreadySaved):
                self.fstab.makeFilesystems ()
            else:
                self.fstab.savePartitions ()
                self.fstab.makeFilesystems ()
                self.fstab.turnOnSwap()

setupFilesystems is 0 in test mode and rootpath (-r) mode.

Matt



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to