From 30a98ed4ebaf0006faae440ceee3da33854224d8 Mon Sep 17 00:00:00 2001 From: D3vil0p3r <> Date: Fri, 23 Jun 2023 16:26:47 +0200 Subject: [PATCH] Version bump --- archiso/airootfs/etc/dev-rel | 2 +- archiso/airootfs/etc/gdm/custom.conf | 2 +- archiso/airootfs/etc/sysctl.d/98-misc.conf | 5 ----- archiso/airootfs/etc/sysctl.d/99-vm-zram-parameters.conf | 4 ---- archiso/profiledef.sh | 2 +- installation-scripts/30-build-the-iso-the-first-time.sh | 2 +- 6 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 archiso/airootfs/etc/sysctl.d/98-misc.conf delete mode 100644 archiso/airootfs/etc/sysctl.d/99-vm-zram-parameters.conf diff --git a/archiso/airootfs/etc/dev-rel b/archiso/airootfs/etc/dev-rel index 7d3243a4c..20a4c5038 100644 --- a/archiso/airootfs/etc/dev-rel +++ b/archiso/airootfs/etc/dev-rel @@ -1,3 +1,3 @@ -ISO_RELEASE=v23.06.03 +ISO_RELEASE=v23.06.23 ISO_CODENAME="Athena OS" ISO_BUILD= diff --git a/archiso/airootfs/etc/gdm/custom.conf b/archiso/airootfs/etc/gdm/custom.conf index 4fa5f2fe2..3d7bbe995 100644 --- a/archiso/airootfs/etc/gdm/custom.conf +++ b/archiso/airootfs/etc/gdm/custom.conf @@ -1,4 +1,4 @@ [daemon] AutomaticLoginEnable=True AutomaticLogin=liveuser -WaylandEnable=false +#WaylandEnable=true diff --git a/archiso/airootfs/etc/sysctl.d/98-misc.conf b/archiso/airootfs/etc/sysctl.d/98-misc.conf deleted file mode 100644 index f6fb43055..000000000 --- a/archiso/airootfs/etc/sysctl.d/98-misc.conf +++ /dev/null @@ -1,5 +0,0 @@ -vm.dirty_background_ratio=15 -vm.dirty_ratio=40 -vm.oom_dump_tasks=0 -vm.oom_kill_allocating_task=1 -vm.overcommit_memory=1 diff --git a/archiso/airootfs/etc/sysctl.d/99-vm-zram-parameters.conf b/archiso/airootfs/etc/sysctl.d/99-vm-zram-parameters.conf deleted file mode 100644 index 56d8227cb..000000000 --- a/archiso/airootfs/etc/sysctl.d/99-vm-zram-parameters.conf +++ /dev/null @@ -1,4 +0,0 @@ -vm.swappiness = 180 -vm.watermark_boost_factor=0 -vm.watermark_scale_factor = 125 -vm.page-cluster=0 diff --git a/archiso/profiledef.sh b/archiso/profiledef.sh index 85732912e..018d24181 100755 --- a/archiso/profiledef.sh +++ b/archiso/profiledef.sh @@ -5,7 +5,7 @@ iso_name="athena" iso_label="ATHENA-OS" iso_publisher="Athena " iso_application="Athena Live/Rescue CD" -iso_version="2023.06.03" +iso_version="2023.06.23" install_dir="arch" buildmodes=('iso') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' diff --git a/installation-scripts/30-build-the-iso-the-first-time.sh b/installation-scripts/30-build-the-iso-the-first-time.sh index eb86fdf0f..8aaeb6fe4 100755 --- a/installation-scripts/30-build-the-iso-the-first-time.sh +++ b/installation-scripts/30-build-the-iso-the-first-time.sh @@ -29,7 +29,7 @@ echo desktop="gnome" dmDesktop="gnome" - athenaVersion='2023.06.03' + athenaVersion='2023.06.23' isoLabel='athena-'$athenaVersion'-x86_64.iso'