Documentation ¶
Index ¶
Constants ¶
View Source
const ( CacheBaseDir = "/var/cache" CacheZeroFSDir = CacheBaseDir + "/zerofs" LocalRouterFile = CacheBaseDir + "/router.yaml" )
Variables ¶
This section is empty.
Functions ¶
func MergeFList ¶ added in v1.5.0
MergeFList layers the given flist on top of the mounted flist(namespace, target, base). The fs must be running before your do the merge To prevent abuse, the MergeFList allows layering only ONE flist on top of the running fs. by overriding the fs `layered` file. the namespace, targe, and base are needed to identify the g8ufs process, the flist is the one to layer, where base is the original flist used on the call to MountFlist
func MountFList ¶
func MountFList(namespace, storage, src string, target string, hooks ...pm.RunnerHook) error
func RestoreRepo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.