diff --git a/MSVSphere-9-Workstation.ks b/MSVSphere-9-Workstation.ks index d67c85e..778da98 100644 --- a/MSVSphere-9-Workstation.ks +++ b/MSVSphere-9-Workstation.ks @@ -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 <