Searched refs:origInit (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | overlayfs-etc.bbclass | 80 origInit = oe.path.join(d.getVar("IMAGE_ROOTFS"), initBaseName) 81 …bb.debug(1, "rootfs path %s, init path %s, test %s" % (d.getVar('IMAGE_ROOTFS'), origInit, d.getVa… 82 bb.utils.rename(origInit, origInit + origInitNameSuffix) 83 preinitPath = origInit
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | overlayfs.py | 381 def run_sbin_init(self, origInit, rootfsType): argument 391 'OVERLAYFS_INIT_OPTION': "" if origInit else "init=/sbin/preinit", 392 'OVERLAYFS_ETC_USE_ORIG_INIT_NAME': int(origInit == True),
|