* Enable Wayland by default

* Enable flathub
* Added Keyboard config package
* Added Sphere Desktop Selector Package
* Use os repos instead of kickstart
i9.5-beta
Arkady L. Shane 1 week ago
parent faafc8dd19
commit 2a30f6f439
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -15,10 +15,10 @@ network --bootproto=dhcp --device=link --activate
# Firewall configuration
firewall --enabled --service=mdns,samba,samba-client
# Use network installation
url --url="https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/kickstart/"
repo --name="BaseOS" --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/x86_64/kickstart/ --cost=200
repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/x86_64/kickstart/ --cost=200
repo --name="Extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/x86_64/kickstart/ --cost=200
url --url="https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/"
repo --name="BaseOS" --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/x86_64/os/ --cost=200
repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/x86_64/os/ --cost=200
repo --name="Extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/x86_64/os/ --cost=200
#repo --name="yandex-browser" --baseurl=https://repo.yandex.ru/yandex-browser/rpm/stable/x86_64/ --cost=200
# System timezone
timezone Europe/Moscow
@ -419,8 +419,6 @@ glib-compile-schemas /usr/share/glib-2.0/schemas
# set up auto-login
cat > /etc/gdm/custom.conf << FOE
[daemon]
WaylandEnable=false
DefaultSession=gnome-xorg.desktop
AutomaticLoginEnable=True
AutomaticLogin=liveuser
FOE
@ -457,25 +455,6 @@ cat > /etc/locale.conf << FOE
LANG="ru_RU.UTF-8"
FOE
cat > /etc/gdm/custom.conf << FOE
# GDM configuration storage
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
DefaultSession=gnome-xorg.desktop
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
FOE
# Enable selinuxuser_execmod bool
/usr/sbin/setsebool -P selinuxuser_execmod 1
@ -597,4 +576,7 @@ mythes-ru
-gnome-tour
-gnome-font-viewer
file-roller
sphere-keyboard-config
sphere-desktop-selector
sphere-repos-flatpak
%end

Loading…
Cancel
Save