From 2a57f86add7205c04258d2b972ea9e8a738056ee Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Mon, 4 Dec 2023 23:38:26 +0100 Subject: [PATCH] use $container instead of $debian_chroot for PS1 --- runon.default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runon.default.yaml b/runon.default.yaml index 73281bd..9ca2bae 100644 --- a/runon.default.yaml +++ b/runon.default.yaml @@ -31,7 +31,7 @@ debian_base: &debian_base - USER - DISPLAY - TERM - - debian_chroot={osname} + - container={osname} debian9: <<: *debian_base @@ -92,7 +92,7 @@ rh_base: &rh_base - USER - DISPLAY - TERM - - debian_chroot={osname} + - container={osname} centos7: