search for: base_on

Displaying 1 result from an estimated 1 matches for "base_on".

Did you mean: base_dn
2009 Sep 22
1
[PATCH] edit-livecd in python
...+ try: + subprocess.call([script], preexec_fn = self._chroot) + except OSError, e: + raise CreatorError("Failed to execute script %s, %s " % (script, e)) + finally: + os.unlink(path) + + + def mount(self, base_on, cachedir = None): + """mount existing file system. + + we have to override mount b/c we are not creating an new install root + nor do we need to setup the file system, ie makedirs(/etc/, /boot, ...), + nor do we want to overwrite fstab, or create s...