Documentation ¶
Index ¶
Constants ¶
View Source
const VirtualFileExpiration = 1 * time.Second
VirtualFileExpiration determines how long virtual files (e.g. exchange directory contents) are cached. 1s matches the default entry_timeout FUSE option. Larger values (e.g. never) have no effect.
Variables ¶
View Source
var ExchangeDirs = []string{
"/bin",
"/out/lib",
"/out/lib64",
"/out/lib/gio",
"/out/lib/girepository-1.0",
"/out/include",
"/out/share",
"/out/share/aclocal",
"/out/share/gettext",
"/out/share/gettext-0.19.8",
"/out/share/gir-1.0",
"/out/share/glib-2.0/schemas",
"/out/share/mime",
"/out/gopath",
"/debug",
}
wellKnown lists paths which should be created as a union overlay underneath /ro. E.g., /ro/bin will contain symlinks to all package’s bin directories, or /ro/system will contain symlinks to all package’s out/lib/systemd/system directories.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.