From: Tobias Brunner Date: Fri, 15 Aug 2025 12:34:17 +0000 (+0200) Subject: testing: Start a login shell in chroot script X-Git-Tag: 6.0.3dr1~1^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=870aa75eed5079b7bfb32bb9c06d4b3658e975d1;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/testing/scripts/chroot b/testing/scripts/chroot index 60a75df7e7..b686abd972 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