Skip to content

Commit

Permalink
update CHANGELOG and remove leftover patch scriptlets in R_B_S
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe committed Aug 28, 2023
1 parent 0eed15b commit 394bf51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Changelog holding milestones and major changes to the code

---
# Development start for Galileo Release (2023)
* replacing xfce4 Live Session with KDE

# Development starts for Cassini Release (September 2022)
* changing format in modules to work with calamares 3.3 changes.
* main branch is now the development branch it will include latest test and changes and is not for production. Use branch far the last release instead to reproduce current stable ISO.
* adding systemd service to detect intel legacy GPUs and install xf86-video-intel in case for them.

# For Artemis NOVA (September 2022)
* using latest stabel 3.2 calamares version again 3.2.61 (locales are fixed)
Expand Down
Binary file modified airootfs/root/livewall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions run_before_squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,6 @@ systemctl enable intel.service
pacman -U --noconfirm -- "/root/packages/"*".pkg.tar.zst"
rm -rf "/root/packages/"
# patching calamares starter to not use kvantum
patch "/usr/bin/eos-install-mode-run-calamares" "/root/eos-install-mode-run-calamares.patch"
patch "/etc/calamares/scripts/chrooted_cleaner_script.sh" "/root/chrooted_cleaner_script.patch"
rm "/root/chrooted_cleaner_script.patch"
rm "/root/eos-install-mode-run-calamares.patch"
# patching welcome to not show community editions and icon fix test
patch "/usr/share/endeavouros/scripts/welcome" "/root/welcome.patch"
rm "/root/welcome.patch"
patch "/usr/bin/arm-eos-welcome-installer" "/root/arm-eos-welcome-installer.patch"
rm "/root/arm-eos-welcome-installer.patch"
cp "/root/calamares.svg" "/usr/share/icons/Qogir/scalable/apps/calamares.svg"
rm "/root/calamares.svg"
# Set wallpaper for live-session and original for installed system
mv "endeavouros-wallpaper.png" "/etc/calamares/files/endeavouros-wallpaper.png"
mv "/root/livewall.png" "/usr/share/endeavouros/backgrounds/endeavouros-wallpaper.png"
Expand Down

0 comments on commit 394bf51

Please sign in to comment.