commit 2eaf37b90620a46c115e08ac00d301d4bb8ad740
parent e391530ac4b6da386725c9256f1db0de62bf42cc
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 11 Aug 2022 03:17:00 +0200
Remove redundant debootstrap command
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init
@@ -1277,9 +1277,6 @@ confz_container_debootstrap_check() {
checkvars user root arch mirror suite uid gid
defvar variant minbase
defvar debootstrap_executable debootstrap
- do_command=(
- # s6-setuidgid $vars[user] # TODO extra check for chown after debootstrap
- )
[[ -f $vars[root]/usr/bin/apt-get && -f $vars[root]/usr/bin/sh ]]
}
confz_container_debootstrap_do() {