mrrl-containers

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

commit 2bdc67ea1fd45802e922d08ad1e840da4bd8f105
parent b95383e4f5eadc2c88e28a0ff3be2b9043d1d986
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 23 Jun 2022 01:16:10 +0200

Fix path to apk.
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 @@ -975,7 +975,7 @@ confz_container_nix_bootstrap_utils_check() { do_command=( $commands[cd] $vars[svscan_dir]/container.$vars[image_name].sysroot container_sysroot_run - /bin/apk fix + /sbin/apk fix ) [[ -f $vars[root]/bin/test ]]