Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py59 self.updated_fstab_path = None
128 bootimg_dir, kernel_dir, native_sysroot, updated_fstab_path): argument
133 self.updated_fstab_path = updated_fstab_path
134 … 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)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py62 self.updated_fstab_path = None
149 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)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py227 install_cmd = "install -m 0644 -p %s %s" % (part.updated_fstab_path, fstab_path)