* use KOJI repos

* added more extensions
* added flathub
* apply new fonts
i9-scbs
ashejn 1 year ago
parent 95401bb28b
commit 963a39eee7

@ -16,13 +16,16 @@ network --bootproto=dhcp --device=link --activate
firewall --enabled --service=mdns
# Use network installation
url --url="https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/"
repo --name="BaseOS" --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/ --cost=200
repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/$basearch/os/ --cost=200
repo --name="CRB" --baseurl=https://rsync.inferitos.ru/msvsphere/9/CRB/$basearch/os/ --cost=200
repo --name="extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/$basearch/os --cost=200
repo --name="fixme" --baseurl=http://localhost/extras --cost=200
repo --name="BaseKoji" --baseurl=https://koji.inferitos.ru/kojifiles/repos/inferit-9_2-bootstrap-build/latest/x86_64/ --cost=200
repo --name="ExtrasKoji" --baseurl=https://koji.inferitos.ru/kojifiles/repos/inferit-9-extras-build/latest/x86_64/ --cost=200
#repo --name="BaseOS" --baseurl=https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/ --cost=200
#repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/$basearch/os/ --cost=200
#repo --name="CRB" --baseurl=https://rsync.inferitos.ru/msvsphere/9/CRB/$basearch/os/ --cost=200
#repo --name="extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/$basearch/os --cost=200
repo --name="fixme" --baseurl=http://localhost/extras --cost=100
repo --name="yandex-browser" --baseurl=https://repo.yandex.ru/yandex-browser/rpm/stable/x86_64/ --cost=200
repo --name="epel" --baseurl=https://mirror.yandex.ru/epel/9/Everything/x86_64/ --cost=200
#repo --name="epel" --baseurl=https://mirror.yandex.ru/epel/9/Everything/x86_64/ --cost=200
#url --url="http://dl.rockylinux.org/stg/rocky/9/BaseOS/$basearch/os/"
#repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/stg/rocky/9/BaseOS/$basearch/os/ --cost=200
#repo --name="AppStream" --baseurl=http://dl.rockylinux.org/stg/rocky/9/AppStream/$basearch/os/ --cost=200
@ -385,8 +388,8 @@ if [ -f /usr/share/applications/liveinst.desktop ]; then
cat > /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['yandex-browser.desktop', 'evolution.desktop', 'org.gnome.Nautilus.desktop', 'anaconda.desktop']
enabled-extensions=['background-logo@fedorahosted.org', 'appindicatorsupport@rgcjonas.gmail.com', 'dash-to-panel@jderose9.github.com', 'apps-menu@gnome-shell-extensions.gcampax.github.com', 'desktop-icons@gnome-shell-extensions.gcampax.github.com']
favorite-apps=['firefox.desktop', 'evolution.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'anaconda.desktop']
enabled-extensions=['background-logo@fedorahosted.org', 'appindicatorsupport@rgcjonas.gmail.com', 'dash-to-panel@jderose9.github.com', 'desktop-icons@gnome-shell-extensions.gcampax.github.com', 'arcmenu@arcmenu.com', 'no-overview@fthx']
FOE
# Make the welcome screen show up
@ -436,6 +439,8 @@ EOF
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
# update yandex-browser multimedia
/opt/yandex/browser/update-ffmpeg
# add flathub
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# drop resolve.conf
rm -f /etc/resolv.conf
@ -449,12 +454,13 @@ FOE
cat > /usr/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override << FOE
[org.gnome.desktop.wm.preferences]
button-layout='appmenu:minimize,maximize,close'
titlebar-font='Roboto Condensed, Bold Condensed 11'
FOE
cat > /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['yandex-browser.desktop', 'evolution.desktop', 'org.gnome.Nautilus.desktop']
enabled-extensions=['background-logo@fedorahosted.org', 'appindicatorsupport@rgcjonas.gmail.com', 'dash-to-panel@jderose9.github.com', 'apps-menu@gnome-shell-extensions.gcampax.github.com', 'desktop-icons@gnome-shell-extensions.gcampax.github.com']
favorite-apps=['firefox.desktop', 'evolution.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop']
enabled-extensions=['background-logo@fedorahosted.org', 'appindicatorsupport@rgcjonas.gmail.com', 'dash-to-panel@jderose9.github.com', 'desktop-icons@gnome-shell-extensions.gcampax.github.com', 'arcmenu@arcmenu.com', 'no-overview@fthx']
FOE
cat > /usr/share/glib-2.0/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.override << FOE
@ -471,13 +477,15 @@ FOE
cat > /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.override <<FOE
[org.gnome.desktop.interface]
icon-theme='kora-pgrey'
document-font-name='Roboto 11'
font-antialiasing='rgba'
font-hinting='full'
font-name='Roboto 11'
font-rgba-order='rgb'
FOE
glib-compile-schemas /usr/share/glib-2.0/schemas
# add flathub
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
%end
%packages
@ -536,11 +544,18 @@ gnome-shell-extension-desktop-icons
gnome-shell-extension-apps-menu
gnome-shell-extension-top-icons
gnome-shell-extension-drive-menu
gnome-shell-extension-arcmenu
gnome-shell-extension-no-overview
gnome-extensions-app
yandex-browser-stable
kora-icon-theme
gnome-tweaks
remmina
hardinfo
fontconfig-enhanced-defaults
fontconfig-font-replacements
google-roboto-condensed-fonts
msvsphere-configs-gnome
mc
%end

Loading…
Cancel
Save