summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt6
-rwxr-xr-xsource/installer/build_installer.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 4373c2c34..c81f30401 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,9 @@
+Thu Feb 1 19:36:54 UTC 2024
+ Don't add elilo boot support to the 32-bit installer image. This had been
+ done previously, but began being siliently dropped when the 32-bit kernel
+ changed from i586 to i686. But it's just as well since UEFI cannot directly
+ boot a 32-bit kernel anyway. Legacy BIOS is the only option.
++--------------------------+
Wed Jan 31 20:35:22 UTC 2024
Added libnvme.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 5ed78322a..fbd7e9d5f 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -136,7 +136,7 @@ case $ARCH in
RECOMPILE=1
SPLIT_INITRD=0
USBBOOT=1
- EFIBOOT=1
+ EFIBOOT=0
VERBOSE=1
ADD_NETFIRMWARE=1 # Include the network card firmware
ADD_NANO=1