mrrl-containers

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

commit 7e56466658e65fa212c8c80f487a89ee633d4c89
parent c77de03d8d4f5cbb9af244c00409f5ba73324496
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 23 Jun 2022 01:10:49 +0200

Propagate svscan_dir.
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 @@ -930,7 +930,7 @@ confz_container_nix_image_from_release_check() { (($+vars[checksum])) || die "No stored checksum for $url" require container_nix_image :containers_dir :image_name :url \ - :checksum :checksum_algo \?hostname \?locale + :checksum :checksum_algo \?hostname \?locale \?svscan_dir } confz_container_nix_bootstrap_utils_apk_check() {