From fc11d6d43a45b827ff7c869aebd46638eb323e96 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Wed, 1 Oct 2025 16:29:30 +0000 Subject: [PATCH] stage0: add new packages --- stage0.txt | 4 ++++ tbootstrap.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stage0.txt b/stage0.txt index a2e7b84..f7fa627 100644 --- a/stage0.txt +++ b/stage0.txt @@ -5,3 +5,7 @@ bash coreutils popt rpm +file +acl +libcap +lua diff --git a/tbootstrap.sh b/tbootstrap.sh index 15e8606..1aecaca 100755 --- a/tbootstrap.sh +++ b/tbootstrap.sh @@ -25,7 +25,7 @@ function fetch() function build() { for pkgname in $filelist; do - tlnxbuild/tlnxbuild.sh $pkgname + tlnxbuild/tlnxbuild.sh $pkgname || exit 1 done }