> Running on Fedora 9 (and using --available-as to save space, not because > it was needed), I am unable to import a F-9 DVD. > [...] > Import of directory trees off of NFS, including multiple directory > trees, seems to work.
I still need to have a test with the network_root thing, but I've found a bug in my patch that was probably the cause of failure and I didn't see before because I was focusing on multi-tree imports. On function match_try_list there is an indentation problem in the final return statement. The line should have two less whitespaces, so the return is for the whole method and not for any of the loops. The real problem with network_root is very likely on the pending FIXME on method get_new_tree_root, so I don't expect this to be a complex fix, but in any case I will repeat my tests with increased carefull before resubmitting Javier Palacios _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
