diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-03-25 09:12:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 09:12:14 +0100 |
commit | 88a19c7e041f1767ebbb9f96f3025cca757c1456 (patch) | |
tree | 70c1378c952df4d69673fe615da12d506e8642d8 /NEWS | |
parent | xdg-autostart-service: Fix binary escaping and simplify code a bit (diff) | |
parent | hostnamed: properly reset hw model/vendor props before re-reading them (diff) | |
download | systemd-88a19c7e041f1767ebbb9f96f3025cca757c1456.tar.xz systemd-88a19c7e041f1767ebbb9f96f3025cca757c1456.zip |
Merge pull request #22859 from poettering/hardware-rename
machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -184,8 +184,8 @@ CHANGES WITH 251 in spe: 'portablectl attach --extension=' now also accepts directory paths. - * VENDOR= and MODEL= can be set in /etc/machine-info to override the - values gleaned from the hwdb. + * HARDWARE_VENDOR= and HARDWARE_MODEL= can be set in /etc/machine-info + to override the values gleaned from the hwdb. * A ID_CHASSIS property can be set in the hwdb (for the DMI device /sys/class/dmi/id) to override the chassis that is reported by |