From bbaf5beeaf3751b9a24a5dcb564d018fe25c47e4 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 11 Jun 2021 16:13:02 +0200 Subject: [PATCH] Rename Intel NUC to Generic x86-64 (#18158) --- .../installation/operating_system.md | 10 +- source/_integrations/version.markdown | 2 +- source/_redirects | 1 + source/images/installation/generic-x86-64.svg | 274 ++++++++++++++++++ source/images/installation/intel-nuc.svg | 32 -- .../{nuc.markdown => generic-x86-64.markdown} | 6 +- source/installation/index.html | 8 +- 7 files changed, 288 insertions(+), 45 deletions(-) create mode 100644 source/images/installation/generic-x86-64.svg delete mode 100644 source/images/installation/intel-nuc.svg rename source/installation/{nuc.markdown => generic-x86-64.markdown} (64%) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 76a6147a23f..f3e7e9ba6e6 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -107,14 +107,14 @@ _Select and copy the URL or use the "copy" button that appear when you hover it. {% else %} -{% if page.installation_type != 'nuc' %} +{% if page.installation_type != 'generic-x86-64' %} Follow this guide if you already are running a hypervisor, if not look at the [Raspberry Pi](/installation/raspberrypi) or the [ODROID](/installation/odroid) {% endif %} ### Download the appropriate image -{% if page.installation_type == 'nuc' %} -- [Intel NUC][intel-nuc] +{% if page.installation_type == 'generic-x86-64' %} +- [Generic x86-64 (e.g. Intel NUC)][generic-x86-64] {% else %} - [VirtualBox][vdi] (.vdi) {% if page.installation_type == 'macos' %} @@ -131,7 +131,7 @@ Follow this guide if you already are running a hypervisor, if not look at the [R - [Hyper-V][vhdx] (.vhdx) {% endif %} {% endif %} -{% if page.installation_type == "nuc" %} +{% if page.installation_type == 'generic-x86-64' %} 1. Download the operating system from the link above. 2. Attach the drive you are using in your NUC to your computer. @@ -225,7 +225,7 @@ With the Home Assistant Operating System installed and accessible you can contin {% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %} -[intel-nuc]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_intel-nuc-{{site.data.version_data.hassos['ova']}}.img.xz +[generic-x86-64]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_generic-x86-64-{{site.data.version_data.hassos['generic-x86-64']}}.img.xz [vmdk]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_ova-{{site.data.version_data.hassos['ova']}}.vmdk.xz [vhdx]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_ova-{{site.data.version_data.hassos['ova']}}.vhdx.xz [vdi]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_ova-{{site.data.version_data.hassos['ova']}}.vdi.xz diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown index d29c9b63e1f..9054b9fd2a1 100644 --- a/source/_integrations/version.markdown +++ b/source/_integrations/version.markdown @@ -52,7 +52,7 @@ source: ### Supported images for Home Assistant -`default`, `qemux86`, `qemux86-64`, `qemuarm`, `qemuarm-64`, `intel-nuc`, `raspberrypi`, `raspberrypi2`, `raspberrypi3`, `raspberrypi3-64`, `raspberrypi4`, `raspberrypi4-64`, `tinker`, `odroid-c2`, `odroid-n2`, `odroid-xu` +`default`, `qemux86`, `qemux86-64`, `qemuarm`, `qemuarm-64`, `generic-x86-64`, `raspberrypi`, `raspberrypi2`, `raspberrypi3`, `raspberrypi3-64`, `raspberrypi4`, `raspberrypi4-64`, `tinker`, `odroid-c2`, `odroid-n2`, `odroid-xu` ## Alternatives for showing local version diff --git a/source/_redirects b/source/_redirects index fe57e8f7883..a4ac105a185 100644 --- a/source/_redirects +++ b/source/_redirects @@ -2044,6 +2044,7 @@ /ecosystem/notebooks/installation https://data.home-assistant.io /ecosystem/notebooks/stats https://data.home-assistant.io /ios/whats-new https://companion.home-assistant.io/docs/getting_started/getting-started +/installation/nuc /installation/generic-x86-64 /integrations/auth /docs/authentication /integrations/automation /docs/automation /integrations/blueprint /docs/automation/using_blueprints diff --git a/source/images/installation/generic-x86-64.svg b/source/images/installation/generic-x86-64.svg new file mode 100644 index 00000000000..0e5f4e3ad54 --- /dev/null +++ b/source/images/installation/generic-x86-64.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + x86-64 + + + + + + + + + + + + + + + + + + + + diff --git a/source/images/installation/intel-nuc.svg b/source/images/installation/intel-nuc.svg deleted file mode 100644 index 129840103d3..00000000000 --- a/source/images/installation/intel-nuc.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - ® - -NUC - diff --git a/source/installation/nuc.markdown b/source/installation/generic-x86-64.markdown similarity index 64% rename from source/installation/nuc.markdown rename to source/installation/generic-x86-64.markdown index dac96c15fa6..89d4c55e1b5 100644 --- a/source/installation/nuc.markdown +++ b/source/installation/generic-x86-64.markdown @@ -1,7 +1,7 @@ --- -title: "Intel NUC" -description: "Install Home Assistant on Intel NUC" -installation_type: nuc +title: "Generic x86-64" +description: "Install Home Assistant on Generic x86-64 systems (e.g. Intel NUC)" +installation_type: generic-x86-64 --- {% comment %} Included sections for this page is located under source/_includes/getting-started/installation diff --git a/source/installation/index.html b/source/installation/index.html index f5f6b70e4f3..a1ae9eaae36 100644 --- a/source/installation/index.html +++ b/source/installation/index.html @@ -98,15 +98,15 @@ toc: true -

Intel NUC

- +

Generic x86-64

+
- +
- Intel NUC + Generic x86-64 (e.g. Intel NUC)
  • Home Assistant Operating System
  • Home Assistant Container