Skip to content

Commit 07e100f

Browse files
committed
refactor: replace OIC references with ICT, update version Toolname
- Replace OIC_CDROM ISO label with ICT_CDROM - Replace OIC_AI_PROVIDER env var with ICT_AI_PROVIDER - Update Debian package description to use ICT instead of OIC - Update Toolname default to Image-Composer-Tool-dev
1 parent 7347726 commit 07e100f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ deb:
273273
echo "Depends: bash, coreutils, unzip, dosfstools, xorriso, grub-common" >> DEBIAN/control && \
274274
echo "Recommends: mmdebstrap, debootstrap" >> DEBIAN/control && \
275275
echo "License: MIT" >> DEBIAN/control && \
276-
echo "Description: ICT (OIC)" >> DEBIAN/control && \
277-
echo " OIC enables users to compose custom bootable OS images based on a" >> DEBIAN/control && \
276+
echo "Description: Image Composer Tool (ICT)" >> DEBIAN/control && \
277+
echo " ICT enables users to compose custom bootable OS images based on a" >> DEBIAN/control && \
278278
echo " user-provided template that specifies package lists, configurations," >> DEBIAN/control && \
279279
echo " and output formats for supported distributions." >> DEBIAN/control
280280

docs/architecture/adr-template-enriched-rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ All AI settings are **commented by default** with their default values shown. Us
12011201
|----------|-------------|---------|
12021202
| `OPENAI_API_KEY` | OpenAI API key (required for OpenAI provider) | `sk-xxx...` |
12031203
| `OLLAMA_HOST` | Ollama server URL | `http://localhost:11434` |
1204-
| `OIC_AI_PROVIDER` | Override provider at runtime | `ollama` or `openai` |
1204+
| `ICT_AI_PROVIDER` | Override provider at runtime | `ollama` or `openai` |
12051205

12061206
#### Configuration Reference
12071207

internal/image/isomaker/isomaker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type IsoMaker struct {
3131
InitrdMaker initrdmaker.InitrdMakerInterface
3232
}
3333

34-
const IsoLabel = "OIC_CDROM"
34+
const IsoLabel = "ICT_CDROM"
3535

3636
var log = logger.Logger()
3737

0 commit comments

Comments
 (0)