From baa97123726d5e9d58af27595e7c9ad9bafa2a46 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 13 Jan 2021 10:42:38 +0000 Subject: [PATCH] AWS: Hypervisor UUID has been dropped from newer kernels Signed-off-by: Michael Tremer --- src/initscripts/system/functions | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/initscripts/system/functions b/src/initscripts/system/functions index 71edf500b4..31b30e037f 100644 --- a/src/initscripts/system/functions +++ b/src/initscripts/system/functions @@ -793,13 +793,6 @@ running_on_hypervisor() { running_on_ec2() { local uuid - # Check if the hypervisor UUID starts with ec2 - if [ -r "/sys/hypervisor/uuid" ]; then - uuid=$(