From 21c8a246a7f899443e6db5ccd35a74f2bb23e71b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 17 Sep 2024 12:41:09 -0400 Subject: [PATCH] vmdeps: add reset and clear to supermin VM These are extremely useful when dealing with a limited serial console to try to restore some order to the output. --- src/vmdeps.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vmdeps.txt b/src/vmdeps.txt index eaa9e95fad..2115988e0e 100644 --- a/src/vmdeps.txt +++ b/src/vmdeps.txt @@ -38,3 +38,7 @@ podman # For running osbuild osbuild osbuild-ostree osbuild-selinux osbuild-tools python3-pyrsistent + +# For resetting the terminal inside supermin shell +/usr/bin/reset +/usr/bin/clear