From 4dd465cb4e0706095ff7a80f58b23b8974fee37d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 2 Dec 2020 12:40:42 +0100 Subject: udev: Extract RAM properties from DMI information Add memory_id program to set properties about the physical memory devices in the system. This is useful on machines with removable memory modules to show how the machine can be upgraded, and on all devices to detect the actual RAM size, without relying on the OS accessible amount. Closes: #16651 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 18415085c7..f89d1fc6fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.[ch] whitespace=tab-in-indent,trailing-space +test/dmidecode-dumps/*.bin binary -- cgit v1.2.1