From 09676d4ebd6f1af68e29ff791770bf4c43437d53 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 22 Nov 2025 08:52:06 -0700 Subject: [PATCH] Use kibi instead of smith in minimal configs --- config/minimal-net.toml | 2 +- config/minimal.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/minimal-net.toml b/config/minimal-net.toml index 26dcfdd72..741f6c782 100644 --- a/config/minimal-net.toml +++ b/config/minimal-net.toml @@ -16,7 +16,7 @@ findutils = {} ion = {} netdb = {} pkgutils = {} -smith = {} +kibi = {} [[files]] path = "/usr/lib/init.d/30_console" diff --git a/config/minimal.toml b/config/minimal.toml index ba88f789f..ec4a1e83f 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -12,7 +12,7 @@ filesystem_size = 196 coreutils = {} extrautils = {} ion = {} -smith = {} +kibi = {} [[files]] path = "/usr/lib/init.d/30_console"