summaryrefslogtreecommitdiff
path: root/scripts/install/install-postinst-new
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-07-23 07:25:31 -0400
committerDaniil Baturin <daniil@baturin.org>2019-07-23 07:25:31 -0400
commit2e3ce45a0218a626434891ba3db16d977fbf8f0e (patch)
tree24ecc077759c0dfc8bc557915cb5002d2fae0385 /scripts/install/install-postinst-new
parent0beae43d41a6bd8e1997c7a0013fb9263d7774f9 (diff)
parent995b5071d15f0a5a9d8c5f261f188e5252a966a4 (diff)
downloadvyatta-cfg-system-2e3ce45a0218a626434891ba3db16d977fbf8f0e.tar.gz
vyatta-cfg-system-2e3ce45a0218a626434891ba3db16d977fbf8f0e.zip
Merge branch 'current' into equuleus
Diffstat (limited to 'scripts/install/install-postinst-new')
-rwxr-xr-xscripts/install/install-postinst-new6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new
index ae723627..85eba45f 100755
--- a/scripts/install/install-postinst-new
+++ b/scripts/install/install-postinst-new
@@ -263,8 +263,10 @@ fi
# Install grub
install_grub
-# Perform additional configuration if installing on Xen
-check_for_xen_extras
+if [ ! -d /sys/firmware/efi ]; then
+ # Perform additional configuration if installing on Xen
+ check_for_xen_extras
+fi
#
# Only start the mdadm daemon if we have the root filesystem running