diff options
| author | Daniil Baturin <daniil@baturin.org> | 2019-07-23 07:25:31 -0400 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2019-07-23 07:25:31 -0400 |
| commit | 2e3ce45a0218a626434891ba3db16d977fbf8f0e (patch) | |
| tree | 24ecc077759c0dfc8bc557915cb5002d2fae0385 /scripts/install/install-postinst-new | |
| parent | 0beae43d41a6bd8e1997c7a0013fb9263d7774f9 (diff) | |
| parent | 995b5071d15f0a5a9d8c5f261f188e5252a966a4 (diff) | |
| download | vyatta-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-x | scripts/install/install-postinst-new | 6 |
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 |
