Fixed pacman-init issue
This commit is contained in:
parent
f2b257d0f1
commit
b6de5a090d
|
@ -1,7 +1,11 @@
|
|||
<h2 align="center">Archcraft : Changelogs</h2>
|
||||
|
||||
### April 2023
|
||||
**`Update : `** New ISO Uploaded with better `Nvidia` Support.<br>
|
||||
**`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.<br>
|
||||
**`Just a regular ISO update`**
|
||||
- Updated the ISO with latest packages
|
||||
- Enabled _single click activation_ on rofi menu and applets
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/system/systemd-time-wait-sync.service
|
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/system/systemd-timesyncd.service
|
Loading…
Reference in New Issue