archiso 67

This commit is contained in:
arcolinuxz 2022-09-26 09:39:06 +02:00
parent 7c3f62cc16
commit 4a3ec4ba4a
9 changed files with 20 additions and 5 deletions

View file

@ -9,7 +9,7 @@ https://www.archlinux.org/packages/extra/any/archiso/
We are now using this version We are now using this version
archiso-version=archiso 66-1 archiso-version=archiso 67-1
sudo pacman -Q archiso and you will know your version sudo pacman -Q archiso and you will know your version

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-timesyncd.service

View file

@ -0,0 +1,8 @@
[Unit]
Description=Temporary /etc/pacman.d/gnupg directory
[Mount]
What=ramfs
Where=/etc/pacman.d/gnupg
Type=ramfs
Options=mode=0755

View file

@ -1,5 +1,9 @@
[Unit] [Unit]
Description=Initializes Pacman keyring 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
[Service] [Service]
Type=oneshot Type=oneshot

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-time-wait-sync.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-timesyncd.service

View file

@ -38,8 +38,8 @@ grub
hdparm hdparm
hyperv hyperv
intel-ucode intel-ucode
ipw2100-fw #ipw2100-fw
ipw2200-fw #ipw2200-fw
irssi irssi
iw iw
iwd iwd

View file

@ -35,7 +35,7 @@ echo
#isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso' #isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso'
# setting of the general parameters # setting of the general parameters
archisoRequiredVersion="archiso 66-1" archisoRequiredVersion="archiso 67-1"
buildFolder=$HOME"/alci-build" buildFolder=$HOME"/alci-build"
outFolder=$HOME"/Alci-Iso-Out" outFolder=$HOME"/Alci-Iso-Out"
archisoVersion=$(sudo pacman -Q archiso) archisoVersion=$(sudo pacman -Q archiso)

View file

@ -35,7 +35,7 @@ echo
#isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso' #isoLabel='arcolinux-next-'$arcolinuxVersion'-x86_64.iso'
# setting of the general parameters # setting of the general parameters
archisoRequiredVersion="archiso 66-1" archisoRequiredVersion="archiso 67-1"
buildFolder=$HOME"/alci-build" buildFolder=$HOME"/alci-build"
outFolder=$HOME"/Alci-Iso-Out" outFolder=$HOME"/Alci-Iso-Out"
archisoVersion=$(sudo pacman -Q archiso) archisoVersion=$(sudo pacman -Q archiso)