diff --git a/rust/agama-lib/share/examples/profile.jsonnet b/rust/agama-lib/share/examples/profile.jsonnet index c80a3f87e1..136d91df9c 100644 --- a/rust/agama-lib/share/examples/profile.jsonnet +++ b/rust/agama-lib/share/examples/profile.jsonnet @@ -3,7 +3,13 @@ // For the schema, see // https://github.com/openSUSE/agama/blob/master/rust/agama-lib/share/profile.schema.json -// The hw.libsonnet file contains hardware information from the "lshw" tool. +// The "hw.libsonnet" file contains hardware information of the storage devices +// from the "lshw" tool. It is generated by running as root: +// +// lshw -json -class disk +// +// However, it is expected to change in the near future to include information +// from other subsystems (e.g., network). local agama = import 'hw.libsonnet'; // Find the biggest disk which is suitable for installing the system.