diff options
| author | Hermes Agent <hermes@localhost> | 2026-08-12 01:16:54 +0000 |
|---|---|---|
| committer | Hermes Agent <hermes@localhost> | 2026-08-12 01:16:54 +0000 |
| commit | 9a07a0e20b88838d22bb04fae80b2353d41b2cd0 (patch) | |
| tree | e01de934f6c14a3bd5efc1fa37d92b0a1ab86be7 /src/lib.rs | |
| parent | 915fcc5efbf45d8adee870cfbe2a25e466454a2f (diff) | |
Add native initramfs stage adapter
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ pub mod cli; pub mod files; pub mod hasher; +pub mod initramfs; pub mod model; pub mod package_installer; pub mod plan; |