diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-14 15:54:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-14 15:54:13 +0900 |
| commit | 988239a2bcdc16ecac95455fb26f49b20de03850 (patch) | |
| tree | 7b6064ae324350ed617105552df5d5a3780cf88f /internal/rosa/all.go | |
| parent | bc031181421282339a16769f52f6cbdc5f604cba (diff) | |
internal/rosa: basic system image
This is a simple image for debugging and is not yet set up for dm-verity.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 49f0ada6..7f4f1a97 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -22,6 +22,8 @@ const ( // EarlyInit is the Rosa OS initramfs init program. EarlyInit + // ImageSystem is the Rosa OS /system image. + ImageSystem // ImageInitramfs is the Rosa OS initramfs archive. ImageInitramfs |
