Searched refs:updated_fstab_path (Results 1 – 3 of 3) sorted by relevance
59 self.updated_fstab_path = None128 bootimg_dir, kernel_dir, native_sysroot, updated_fstab_path): argument133 self.updated_fstab_path = updated_fstab_path134 … if self.updated_fstab_path and not (self.fstype.startswith("ext") or self.fstype == "msdos"):309 if self.updated_fstab_path and self.has_fstab and not self.no_fstab_update:314 f.write("write %s fstab\n" % (self.updated_fstab_path))331 if self.updated_fstab_path and self.has_fstab and not self.no_fstab_update:397 if self.updated_fstab_path and self.has_fstab and not self.no_fstab_update:398 mcopy_cmd = "mcopy -m -i %s %s ::/etc/fstab" % (rootfs, self.updated_fstab_path)
62 self.updated_fstab_path = None149 self.updated_fstab_path = os.path.join(self.workdir, "fstab")150 with open(self.updated_fstab_path, "w") as f:154 os.utime(self.updated_fstab_path, (fstab_time, fstab_time))370 imager.updated_fstab_path)
227 install_cmd = "install -m 0644 -p %s %s" % (part.updated_fstab_path, fstab_path)