Home
last modified time | relevance | path

Searched refs:updated_fstab_path (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpartition.py58 self.updated_fstab_path = None
125 bootimg_dir, kernel_dir, native_sysroot, updated_fstab_path): argument
130 self.updated_fstab_path = updated_fstab_path
131 … 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)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py62 self.updated_fstab_path = None
148 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)
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py227 install_cmd = "install -m 0644 -p %s %s" % (part.updated_fstab_path, fstab_path)