From 87e9617fd93b3d0167b3ddd105a6c15d950c0a18 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 12 Nov 2024 21:41:00 +0100 Subject: [PATCH 1/2] Clarify which 64-bit architecture the message refers to --- constructor/header.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constructor/header.sh b/constructor/header.sh index fc7434435..5a85509c3 100644 --- a/constructor/header.sh +++ b/constructor/header.sh @@ -217,8 +217,8 @@ then #if x86_64 if [ "$(uname -m)" != "x86_64" ]; then printf "WARNING:\\n" - printf " Your operating system appears not to be 64-bit, but you are trying to\\n" - printf " install a 64-bit version of %s.\\n" "${INSTALLER_NAME}" + printf " Your operating system appears not to be x86_64, but you are trying to\\n" + printf " install a x86_64 version of %s.\\n" "${INSTALLER_NAME}" printf " Are sure you want to continue the installation? [yes|no]\\n" printf "[no] >>> " read -r ans From 911616747e47149d1d3fcfb0560c6ea0b365f492 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 12 Nov 2024 21:42:30 +0100 Subject: [PATCH 2/2] add news --- news/896-64bit | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 news/896-64bit diff --git a/news/896-64bit b/news/896-64bit new file mode 100644 index 000000000..e2dd2c5cd --- /dev/null +++ b/news/896-64bit @@ -0,0 +1,19 @@ +### Enhancements + +* + +### Bug fixes + +* Clarify warning about `x86_64` installers in non-`x86_64` machines. (#895 via #896) + +### Deprecations + +* + +### Docs + +* + +### Other + +*