commit e7226f75f0ce3f079f91c75f7f334b9a55b31d5b parent c2f95500fe3b3fdda32d2fe01a710321d9597fc7 Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 25 Nov 2021 23:04:08 +0000 create container root Diffstat:
M | zsh-functions/confz_containers_init | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -438,6 +438,10 @@ confz_container_alpine_base_layout_check() { defvar uid 0 defvar gid 0 + require fs_d filename="$vars[root]" + require fs_m filename="$vars[root]" mode=0755 + require fs_o filename="$vars[root]" owner=$vars[uid]:$vars[gid] + require fs_d filename="$vars[root]/dev" require fs_m filename="$vars[root]/dev" mode=0755 require fs_o filename="$vars[root]/dev" owner=$vars[uid]:$vars[gid]