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§
- Shared
Container Layout - Per-container directory layout within the shared filesystem.
- Shared
Guest Layout - Shared directory layout - identical structure on host and guest.
Constants§
- GUEST_
BASE - Guest base path (FHS-compliant).