milestone1
This commit is contained in:
+1
-1
@@ -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
@@ -12,7 +12,7 @@ filesystem_size = 196
|
||||
ca-certificates = {}
|
||||
coreutils = {}
|
||||
extrautils = {}
|
||||
ion = {}
|
||||
zsh = {}
|
||||
pkgutils = {}
|
||||
kibi = {}
|
||||
|
||||
|
||||
@@ -430,7 +430,7 @@ requires_weak = [
|
||||
]
|
||||
|
||||
[service]
|
||||
cmd = "ion"
|
||||
cmd = "zsh"
|
||||
args = ["-c", "echo BOOT_COMPLETE_SERIAL_MARKER"]
|
||||
type = "oneshot"
|
||||
"""
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user