mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 531c8e616523660c8c2cd073d1dc01e712cd24b0
parent 55c7f3e3bb97bb4a064ed23d2b71b7981a0062fd
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Thu, 11 Aug 2022 19:44:52 +0200

Fix parameter name
Diffstat:
Mzsh-functions/confz_containers_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -216,7 +216,7 @@ confz_container_image_layout_check() { } confz_container_image_layout_svc_check() { checkvars containers_dir svscan_dir image_name - unify sysroot_svc $vars[svscan_dir]/container.$container.sysroot + unify sysroot_svc $vars[svscan_dir]/container.$vars[image_name].sysroot require container_image_layout :containers_dir :image_name \ %root %uid %gid %sysroot_user %sysroot_group }