Skip to content

Commit 69f962d

Browse files
committed
removal of ARM from ISO
1 parent 4a63d4d commit 69f962d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33

44
---
5+
# Gemini initial Release (2024)
6+
* removal of ARM install traces from the ISO
7+
* switching livesession to fit for plasma 6 update
8+
59
# Galileo Neo (2024)
610
* fixing issue with changed license package (path changes) in mkarchiso
711
* adding legacy intel fix to disable compositor on LiveSession if legacy intel with xf86-video-intel ist in use to reduce graphical issues.

efiboot/loader/entries/archiso-x86_64-linux-nv.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title EndeavourOS x86_64 UEFI NVIDIA (latest cards only)
1+
title EndeavourOS x86_64 UEFI NVIDIA (for latest NVIDIA cards only)
22
sort-key B
33
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
44
initrd /%INSTALL_DIR%/boot/intel-ucode.img

packages.x86_64

-3
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,3 @@ open-vm-tools
300300
xf86-input-vmmouse
301301
xf86-video-vmware
302302
xf86-video-qxl
303-
304-
# eos-arm needed packages for chroot into arm device
305-
qemu-arm-aarch64-static-bin

run_before_squashfs.sh

-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ rm "/var/log/pacman.log"
102102
# pacman -Scc seem to fail so:
103103
rm -rf "/var/cache/pacman/pkg/"
104104
105-
#calamares BUG https://github.com/calamares/calamares/issues/2075
106-
#rm -rf /home/build
107105
108106
#create package versions file
109107
pacman -Qs | grep "/calamares " | cut -c7- > iso_package_versions

0 commit comments

Comments
 (0)