morpheus_bootloader::tui::distro_downloader

Module manifest_io

Source
Expand description

Manifest I/O operations

Handles reading and writing ISO manifests to/from the ESP filesystem. Manifests are stored at /.iso/<CRC32-hash>.MFS.

§Storage Layout

ESP:/
└── .iso/
    ├── A1B2C3D4.MFS    (e.g., for tails-6.10.iso)
    ├── E5F6A7B8.MFS    (e.g., for ubuntu-24.04.iso)
    └── ...

Enums§

Constants§

  • Manifest directory path on ESP (without leading backslash for open)
  • Maximum number of manifests to scan

Functions§

Type Aliases§