diff --git a/iso/airootfs/etc/gdm/custom.conf b/iso/airootfs/etc/gdm/custom.conf new file mode 100644 index 0000000..4fa5f2f --- /dev/null +++ b/iso/airootfs/etc/gdm/custom.conf @@ -0,0 +1,4 @@ +[daemon] +AutomaticLoginEnable=True +AutomaticLogin=liveuser +WaylandEnable=false diff --git a/iso/airootfs/etc/sddm.conf.d/autologin.conf b/iso/airootfs/etc/sddm.conf.d/autologin.conf deleted file mode 100644 index 734a733..0000000 --- a/iso/airootfs/etc/sddm.conf.d/autologin.conf +++ /dev/null @@ -1,7 +0,0 @@ -[Autologin] -Relogin=false -User=liveuser -#Session=xfce - -[Theme] -Current=astronaut diff --git a/iso/airootfs/etc/systemd/system/display-manager.service b/iso/airootfs/etc/systemd/system/display-manager.service index 56f1df2..43e48b1 120000 --- a/iso/airootfs/etc/systemd/system/display-manager.service +++ b/iso/airootfs/etc/systemd/system/display-manager.service @@ -1 +1 @@ -/usr/lib/systemd/system/sddm.service \ No newline at end of file +/usr/lib/systemd/system/gdm.service \ No newline at end of file diff --git a/iso/packages.x86_64 b/iso/packages.x86_64 index dece354..488c85c 100644 --- a/iso/packages.x86_64 +++ b/iso/packages.x86_64 @@ -137,12 +137,10 @@ openssl-1.1 openssl #Desktop -unity-meta -engrampa +gnome firefox unzip unrar -git #systemutils btop @@ -167,5 +165,4 @@ warpinator appimagelauncher estedad-fonts hack-nerd-fonts -parch-emoji-ios -emote +parch-emoji-ios \ No newline at end of file diff --git a/iso/pacman.conf b/iso/pacman.conf index ebc0b98..59d3499 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -95,11 +95,11 @@ Include = /etc/pacman.d/mirrorlist [ppr] SigLevel = Optional TrustedOnly -Server = https://github.com/parchlinux/ppr/raw/main/x86_64/ +Server = https://parchlinux.github.io/ppr/$arch -[unity7] -SigLevel = Required DatabaseOptional -Server = https://manjaro.github.io/unity-for-manjaro/x86_64/ +[pcp] +SigLevel = Optional TrustedOnly +Server = https://parchlinux.github.io/pcp/$arch # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. diff --git a/iso/profiledef.sh b/iso/profiledef.sh index c94ce67..6419575 100644 --- a/iso/profiledef.sh +++ b/iso/profiledef.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -iso_name="Parchlinux Unity" -iso_label="Parchlinux_Unity(date +%Y%m)" -iso_publisher="Parch Linux " -iso_application="Parch Linux Unity Live/Rescue CD" +iso_name="Parchlinux Gnome" +iso_label="PARCH_Gnome(date +%Y%m)" +iso_publisher="Parch Linux " +iso_application="Parch Linux Live/Rescue CD" iso_version="$(date +%Y.%m.%d)" install_dir="arch" buildmodes=('iso')