From 988239a2bcdc16ecac95455fb26f49b20de03850 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 14 Mar 2026 15:54:13 +0900 Subject: 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 --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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 -- cgit v1.3.1