d7b4046 Update the method string handling for NFS and URL installs.

Authored and Committed by clumens 16 years ago
    Update the method string handling for NFS and URL installs.
    
    yum doesn't understand nfs: and nfsiso: URLs, so we've been mangling them
    early in the anaconda file.  Now with stage2=, we need to do this later
    because in the NFS case, we won't have the source repo mounted.  Delay the
    mangling until we're doing repo setup, which is also where the NFS source
    will get mounted.
    
        
file modified
+16 -10
file modified
+8 -1