Merge "Fix debian-systemd element for non-root user"

This commit is contained in:
Zuul
2025-09-03 18:54:31 +00:00
committed by Gerrit Code Review

View File

@@ -6,6 +6,6 @@ fi
set -eu
set -o pipefail
cat > ${TARGET_ROOT}/.extra_settings << EOF
cat << EOF | sudo tee ${TARGET_ROOT}/.extra_settings > /dev/null
DIB_DEBIAN_ALT_INIT_PACKAGE=systemd-sysv
EOF