From 870aa75eed5079b7bfb32bb9c06d4b3658e975d1 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 15 Aug 2025 14:34:17 +0200 Subject: [PATCH] testing: Start a login shell in chroot script This ensures we have the same environment (e.g. stuff from /etc/profile.d) as when logging in via SSH later. --- testing/scripts/chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/chroot b/testing/scripts/chroot index 60a75df7e..b686abd97 100755 --- a/testing/scripts/chroot +++ b/testing/scripts/chroot @@ -68,4 +68,4 @@ echo fi export debian_chroot="$1" -chroot $LOOPDIR /bin/bash -i +chroot $LOOPDIR /bin/bash -l