diff options
Diffstat (limited to 'container/mount.go')
| -rw-r--r-- | container/mount.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/container/mount.go b/container/mount.go index 919b6e02..821cdc0e 100644 --- a/container/mount.go +++ b/container/mount.go @@ -41,6 +41,8 @@ const ( // Note that any source value is allowed when fstype is [FstypeMqueue]. SourceMqueue = "mqueue" + // SourceTmpfsRootfs is used when mounting the tmpfs instance backing the intermediate root. + SourceTmpfsRootfs = "rootfs" // SourceTmpfsDevtmpfs is used when mounting tmpfs representing a subset of host devtmpfs. SourceTmpfsDevtmpfs = "devtmpfs" // SourceTmpfsEphemeral is used when mounting a writable instance of tmpfs. |
