Skip to main content

Module layout

Module layout 

Source
Expand description

Filesystem layout definitions shared between host and guest.

This module provides layout structs for the shared filesystem pattern:

  • SharedGuestLayout: Layout for the shared directory (virtiofs mount)
  • SharedContainerLayout: Per-container directory layout within shared/

Lives in boxlite-shared so both host and guest can use these definitions.

Modules§

dirs
Shared filesystem directory names.

Structs§

SharedContainerLayout
Per-container directory layout within the shared filesystem.
SharedGuestLayout
Shared directory layout - identical structure on host and guest.

Constants§

GUEST_BASE
Guest base path (FHS-compliant).