1
0

initial commit

This commit is contained in:
2025-06-05 11:01:19 +03:00
commit 48f13f97a3
297 changed files with 7136 additions and 0 deletions

6
image-entry.d/02-nonroot.envsh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
unset IEP_ROOT ; IEP_ROOT=1
# [ "$(env stat -Lc %u /proc/$$)" = 0 ] || IEP_ROOT=0
[ "$(id -u)" = 0 ] || IEP_ROOT=0
export IEP_ROOT