Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RootPath is the path that is prepended for all mounts, and is the path that will be switch_root'ed to // if a root mounted is mounted. RootPath = "/newroot" // OverlayPath is used when the root mount indicates that a overlay should be used. The upper and work directories are // created under this directory as OverlayPath + "/upper" and OverlayPath + "/work". OverlayPath = "/run/overlayfs" // OverlayRootPath is the path that is prepended for all mounts when the root mount indicates that a overlay // should be mounted over it. The overlay mounts to RootPath and switch_root still switches to RootPath. OverlayRootPath = "/run/overlayfs/lower" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.