initial push
This commit is contained in:
parent
40e802162d
commit
c54f9da5ef
7 changed files with 21 additions and 16 deletions
|
@ -1 +1 @@
|
||||||
# Parch Linux Gnome edition
|
# Parch Linux Unity edition
|
|
@ -1,4 +0,0 @@
|
||||||
[daemon]
|
|
||||||
AutomaticLoginEnable=True
|
|
||||||
AutomaticLogin=liveuser
|
|
||||||
WaylandEnable=false
|
|
7
iso/airootfs/etc/sddm.conf.d/autologin.conf
Normal file
7
iso/airootfs/etc/sddm.conf.d/autologin.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Autologin]
|
||||||
|
Relogin=false
|
||||||
|
User=liveuser
|
||||||
|
#Session=xfce
|
||||||
|
|
||||||
|
[Theme]
|
||||||
|
Current=astronaut
|
|
@ -1 +1 @@
|
||||||
/usr/lib/systemd/system/gdm.service
|
/usr/lib/systemd/system/sddm.service
|
|
@ -137,7 +137,8 @@ openssl-1.1
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
gnome
|
unity-meta
|
||||||
|
engrampa
|
||||||
firefox
|
firefox
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
|
@ -165,4 +166,5 @@ warpinator
|
||||||
appimagelauncher
|
appimagelauncher
|
||||||
estedad-fonts
|
estedad-fonts
|
||||||
hack-nerd-fonts
|
hack-nerd-fonts
|
||||||
parch-emoji-ios
|
parch-emoji-ios
|
||||||
|
emote
|
|
@ -95,11 +95,11 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[ppr]
|
[ppr]
|
||||||
SigLevel = Optional TrustedOnly
|
SigLevel = Optional TrustedOnly
|
||||||
Server = https://parchlinux.github.io/ppr/$arch
|
Server = https://github.com/parchlinux/ppr/raw/main/x86_64/
|
||||||
|
|
||||||
[pcp]
|
[unity7]
|
||||||
SigLevel = Optional TrustedOnly
|
SigLevel = Required DatabaseOptional
|
||||||
Server = https://parchlinux.github.io/pcp/$arch
|
Server = https://manjaro.github.io/unity-for-manjaro/x86_64/
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
iso_name="Parchlinux Gnome"
|
iso_name="Parchlinux Unity"
|
||||||
iso_label="Parchlinux_Gnome(date +%Y%m)"
|
iso_label="Parchlinux_Unity(date +%Y%m)"
|
||||||
iso_publisher="Parch Linux <https://github.com/parch-os/>"
|
iso_publisher="Parch Linux <https://github.com/parchlinux/>"
|
||||||
iso_application="Parch Linux Gnome Live/Rescue CD"
|
iso_application="Parch Linux Unity Live/Rescue CD"
|
||||||
iso_version="$(date +%Y.%m.%d)"
|
iso_version="$(date +%Y.%m.%d)"
|
||||||
install_dir="arch"
|
install_dir="arch"
|
||||||
buildmodes=('iso')
|
buildmodes=('iso')
|
||||||
|
|
Loading…
Add table
Reference in a new issue