From f9f5f604683e9b11266f0328790ae1b5af9db510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Mon, 10 Jul 2023 16:23:43 +0100 Subject: [PATCH] Clarify who runs lshw --- rust/agama-lib/share/examples/profile.jsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/agama-lib/share/examples/profile.jsonnet b/rust/agama-lib/share/examples/profile.jsonnet index 136d91df9c..176a5e006e 100644 --- a/rust/agama-lib/share/examples/profile.jsonnet +++ b/rust/agama-lib/share/examples/profile.jsonnet @@ -4,7 +4,8 @@ // https://github.com/openSUSE/agama/blob/master/rust/agama-lib/share/profile.schema.json // The "hw.libsonnet" file contains hardware information of the storage devices -// from the "lshw" tool. It is generated by running as root: +// from the "lshw" tool. Agama generates this file at runtime by running (with +// root privileges): // // lshw -json -class disk //