[Bug 765224] Re: import from mini.iso fails

Tom Ellis tom.ellis at canonical.com
Thu Apr 21 15:43:51 UTC 2011


In fact, it's exactly that.
from: cobbler/modules/manage_import_debian_ubuntu.py
----
    def repo_finder(self, distros_added):
        for distro in distros_added:
            self.logger.info("traversing distro %s" % distro.name)
            # FIXME : Shouldn't decide this the value of self.network_root ?
            if distro.kernel.find("ks_mirror") != -1:
                basepath = os.path.dirname(distro.kernel)
                top = self.get_rootdir()
                self.logger.info("descent into %s" % top)
                dists_path = os.path.join(self.path, "dists")
                if not os.path.isdir(dists_path):
                    self.process_repos()
            else:
                self.logger.info("this distro isn't mirrored")
----

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/765224

Title:
  import from mini.iso fails



More information about the Ubuntu-server-bugs mailing list