File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
---
5
+ # Gemini initial Release (2024)
6
+ * removal of ARM install traces from the ISO
7
+ * switching livesession to fit for plasma 6 update
8
+
5
9
# Galileo Neo (2024)
6
10
* fixing issue with changed license package (path changes) in mkarchiso
7
11
* adding legacy intel fix to disable compositor on LiveSession if legacy intel with xf86-video-intel ist in use to reduce graphical issues.
Original file line number Diff line number Diff line change 1
- title EndeavourOS x86_64 UEFI NVIDIA (latest cards only)
1
+ title EndeavourOS x86_64 UEFI NVIDIA (for latest NVIDIA cards only)
2
2
sort-key B
3
3
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
4
4
initrd /%INSTALL_DIR%/boot/intel-ucode.img
Original file line number Diff line number Diff line change @@ -300,6 +300,3 @@ open-vm-tools
300
300
xf86-input-vmmouse
301
301
xf86-video-vmware
302
302
xf86-video-qxl
303
-
304
- # eos-arm needed packages for chroot into arm device
305
- qemu-arm-aarch64-static-bin
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ rm "/var/log/pacman.log"
102
102
# pacman -Scc seem to fail so:
103
103
rm -rf "/var/cache/pacman/pkg/"
104
104
105
- #calamares BUG https://github.com/calamares/calamares/issues/2075
106
- #rm -rf /home/build
107
105
108
106
#create package versions file
109
107
pacman -Qs | grep "/calamares " | cut -c7- > iso_package_versions
You can’t perform that action at this time.
0 commit comments