Searched refs:updated_fstab_path (Results 1 – 3 of 3) sorted by relevance
58 self.updated_fstab_path = None125 bootimg_dir, kernel_dir, native_sysroot, updated_fstab_path): argument130 self.updated_fstab_path = updated_fstab_path131 … if self.updated_fstab_path and not (self.fstype.startswith("ext") or self.fstype == "msdos"):292 if self.updated_fstab_path and self.has_fstab and not self.no_fstab_update:297 f.write("write %s fstab\n" % (self.updated_fstab_path))314 if self.updated_fstab_path and self.has_fstab and not self.no_fstab_update:380 if self.updated_fstab_path and self.has_fstab and not self.no_fstab_update:381 mcopy_cmd = "mcopy -m -i %s %s ::/etc/fstab" % (rootfs, self.updated_fstab_path)
62 self.updated_fstab_path = None148 self.updated_fstab_path = os.path.join(self.workdir, "fstab")149 with open(self.updated_fstab_path, "w") as f:153 os.utime(self.updated_fstab_path, (fstab_time, fstab_time))366 imager.updated_fstab_path)
227 install_cmd = "install -m 0644 -p %s %s" % (part.updated_fstab_path, fstab_path)