From d84db0b36065363144c1ae70125187305c735cae Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 21 Sep 2022 17:31:30 +0200 Subject: [PATCH] Install troubleshooting software on deployment --- coreos-config/setup.bu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-config/setup.bu b/coreos-config/setup.bu index 3d30715..4dbadb9 100644 --- a/coreos-config/setup.bu +++ b/coreos-config/setup.bu @@ -25,7 +25,7 @@ systemd: # if the package is already installed. This is useful if the package is # added to the root image in a future Fedora CoreOS release as it will # prevent the service from failing. - ExecStart=/usr/bin/rpm-ostree install --apply-live --allow-inactive vim python docker-compose borgbackup + ExecStart=/usr/bin/rpm-ostree install --apply-live --allow-inactive vim python docker-compose borgbackup btop iftop iotop ExecStart=/bin/touch /var/lib/%N.stamp [Install]