diff --git a/iso/airootfs/etc/gdm/custom.conf b/iso/airootfs/etc/gdm/custom.conf new file mode 100644 index 0000000..fb7408a --- /dev/null +++ b/iso/airootfs/etc/gdm/custom.conf @@ -0,0 +1,4 @@ +[daemon] +AutomaticLoginEnable=True +AutomaticLogin=liveuser +WaylandEnable=True diff --git a/iso/airootfs/etc/locale.conf b/iso/airootfs/etc/locale.conf index f9c983c..c7439e7 100644 --- a/iso/airootfs/etc/locale.conf +++ b/iso/airootfs/etc/locale.conf @@ -1 +1 @@ -LANG=C.UTF-8 +LANG=fa_IR.UTF-8 diff --git a/iso/airootfs/etc/locale.gen b/iso/airootfs/etc/locale.gen new file mode 100644 index 0000000..2ca1b5b --- /dev/null +++ b/iso/airootfs/etc/locale.gen @@ -0,0 +1,3 @@ +en_US.UTF-8 UTF-8 +fa_IR UTF-8 + diff --git a/iso/packages.x86_64 b/iso/packages.x86_64 index fbee1b5..0544a2f 100644 --- a/iso/packages.x86_64 +++ b/iso/packages.x86_64 @@ -136,8 +136,15 @@ zsh ## Desktop parch-gnome-meta - +gnome-parch +parch-emoji-ios +adw-gtk3-git +power-profiles-daemon +nautilus-open-in-ptyxis +gnome-shell-extension-persian-calendar +gnome-shell-extension-appindicator ## utils paru fastfetch +apadana-branding diff --git a/iso/pacman.conf b/iso/pacman.conf index c5f8532..fc117c3 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -30,19 +30,15 @@ Architecture = auto # Misc options #UseSyslog -Color +#Color #NoProgressBar -# We cannot check disk space from within a chroot environment -#CheckSpace -VerbosePkgLists -#ParallelDownloads = 1 -DownloadUser = alpm -#DisableSandbox -ILoveCandy +CheckSpace +#VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional +SigLevel = Never LocalFileSigLevel = Optional #RemoteFileSigLevel = Required @@ -76,6 +72,10 @@ LocalFileSigLevel = Optional #[core-testing] #Include = /etc/pacman.d/mirrorlist +[ppr] +SigLevel = Optional TrustedOnly +Server = https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/ + [core] Include = /etc/pacman.d/mirrorlist @@ -94,6 +94,11 @@ Include = /etc/pacman.d/mirrorlist #[multilib] #Include = /etc/pacman.d/mirrorlist +[pcp] +SigLevel = Optional TrustedOnly +Server = https://git.parchlinux.com/repo/pcp/-/raw/main/x86_64/ + + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom]