summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ds-identify4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ds-identify b/tools/ds-identify
index 203eac0d..f07866a2 100755
--- a/tools/ds-identify
+++ b/tools/ds-identify
@@ -824,7 +824,9 @@ parse_policy() {
local def=""
case "$DI_UNAME_MACHINE" in
# these have dmi data
- i?86|x86_64|aarch64) def=${DI_DEFAULT_POLICY};;
+ i?86|x86_64) def=${DI_DEFAULT_POLICY};;
+ # aarch64 has dmi, but not currently used (LP: #1663304)
+ aarch64) def=${DI_DEFAULT_POLICY_NO_DMI};;
*) def=${DI_DEFAULT_POLICY_NO_DMI};;
esac
local policy="$1"