Skip to content

Commit 00413c4

Browse files
committed
refacrtor: use our custom container init
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
1 parent c47baac commit 00413c4

8 files changed

Lines changed: 239 additions & 364 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pfl_add_libraries(
288288
linglong
289289
oci-cfg-generators
290290
APPS
291-
dumb-init
291+
ll-init
292292
ll-dialog
293293
ll-builder
294294
ll-cli

REUSE.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ SPDX-FileCopyrightText = "None"
142142
SPDX-License-Identifier = "CC0-1.0"
143143

144144
[[annotations]]
145-
path = "misc/share/linglong/**.json"
145+
path = "misc/share/linglong/**.json"
146146
precedence = "aggregate"
147147
SPDX-FileCopyrightText = "None"
148148
SPDX-License-Identifier = "CC0-1.0"
@@ -195,12 +195,6 @@ precedence = "aggregate"
195195
SPDX-FileCopyrightText = "AppImageCommunity"
196196
SPDX-License-Identifier = "MIT"
197197

198-
[[annotations]]
199-
path = "apps/dumb-init/src/*"
200-
precedence = "aggregate"
201-
SPDX-FileCopyrightText = "Yelp Inc."
202-
SPDX-License-Identifier = "MIT"
203-
204198
[[annotations]]
205199
path = "apps/ll-builder-utils/patch/libfuse.patch"
206200
precedence = "aggregate"

apps/dumb-init/CMakeLists.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/dumb-init/src/VERSION.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

apps/dumb-init/src/dumb-init.c

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)