milestone1

This commit is contained in:
2026-05-07 04:35:57 +01:00
parent b9698beceb
commit be17bbc9bc
37 changed files with 973 additions and 317 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ data = """
description = "Base environment setup (tmpdir)"
[service]
cmd = "ion"
cmd = "zsh"
args = ["-c", "rm -rf /tmp; mkdir -m a=rwxt /tmp"]
type = "oneshot"
"""
+1 -1
View File
@@ -12,7 +12,7 @@ filesystem_size = 196
ca-certificates = {}
coreutils = {}
extrautils = {}
ion = {}
zsh = {}
pkgutils = {}
kibi = {}
+1 -1
View File
@@ -430,7 +430,7 @@ requires_weak = [
]
[service]
cmd = "ion"
cmd = "zsh"
args = ["-c", "echo BOOT_COMPLETE_SERIAL_MARKER"]
type = "oneshot"
"""
+1 -1
View File
@@ -89,7 +89,7 @@ iommu = {}
bash = {}
bottom = {}
#curl = {} # suppressed: nghttp2 dependency chain fails; curl not needed for boot/recovery
diffutils = {}
#diffutils = {} # suppressed: gnulib #include_next wrappers conflict with relibc header structure (circular stddef→stdint→sys/types→wchar→stdio chain)
findutils = {}
#git = {} # suppressed: cascading rebuild; git not needed for boot/recovery
htop = {}