diff --git a/changelog.md b/changelog.md index 1a9b2cfb..76dbd56f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,11 @@

Archcraft : Changelogs

### April 2023 -**`Update : `** New ISO Uploaded with better `Nvidia` Support.
+**`Update (1st May): `** +- Fixed `pacman-init` issue in last ISO. +- Fixed Auto-login issue. +- Added ability to choose Desktop/WM in calamares installer. +**`Update (17th April): `** New ISO Uploaded with better `Nvidia` Support.
**`Just a regular ISO update`** - Updated the ISO with latest packages - Enabled _single click activation_ on rofi menu and applets diff --git a/profile/airootfs/etc/systemd/system/pacman-init.service b/profile/airootfs/etc/systemd/system/pacman-init.service index b8248843..b18f7f83 100644 --- a/profile/airootfs/etc/systemd/system/pacman-init.service +++ b/profile/airootfs/etc/systemd/system/pacman-init.service @@ -1,9 +1,7 @@ [Unit] Description=Initializes Pacman keyring Requires=etc-pacman.d-gnupg.mount -After=etc-pacman.d-gnupg.mount time-sync.target -BindsTo=etc-pacman.d-gnupg.mount -Before=archlinux-keyring-wkd-sync.service +After=etc-pacman.d-gnupg.mount [Service] Type=oneshot diff --git a/profile/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service b/profile/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service deleted file mode 120000 index cabf28be..00000000 --- a/profile/airootfs/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/systemd-time-wait-sync.service \ No newline at end of file diff --git a/profile/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service b/profile/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service deleted file mode 120000 index cd004113..00000000 --- a/profile/airootfs/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/systemd-timesyncd.service \ No newline at end of file