mrrl-containers

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

commit 13677c428c6d28a307fa572c737fc9ff8e94e1e6
parent 762adbfde7595dc60fbd420b6cb5279dc683c278
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 11 Aug 2022 02:22:41 +0200

Run debootstrap as root
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 @@ -1278,7 +1278,7 @@ confz_container_debootstrap_check() { defvar variant minbase defvar debootstrap_executable debootstrap do_command=( - s6-setuidgid $vars[user] + # s6-setuidgid $vars[user] # TODO extra check for chown after debootstrap $vars[debootstrap_executable] --variant=$vars[variant] $vars[suite] # SUITE