|
|
@ -3,21 +3,21 @@
|
|
|
|
# Firewall configuration
|
|
|
|
# Firewall configuration
|
|
|
|
firewall --enabled --service=mdns,samba,samba-client
|
|
|
|
firewall --enabled --service=mdns,samba,samba-client
|
|
|
|
# Keyboard layouts
|
|
|
|
# Keyboard layouts
|
|
|
|
keyboard 'ru'
|
|
|
|
keyboard --vckeymap=ru --xlayouts='us','ru' --switch='grp:alt_shift_toggle','grp_led:scroll'
|
|
|
|
# System language
|
|
|
|
# System language
|
|
|
|
lang ru_US.UTF-8
|
|
|
|
lang en_US.UTF-8
|
|
|
|
# Network information
|
|
|
|
# Network information
|
|
|
|
network --bootproto=dhcp --device=link --activate
|
|
|
|
network --bootproto=dhcp --device=link --activate
|
|
|
|
# Shutdown after installation
|
|
|
|
# Shutdown after installation
|
|
|
|
shutdown
|
|
|
|
shutdown
|
|
|
|
# Use network installation
|
|
|
|
# Use network installation
|
|
|
|
url --url="https://rsync.inferitos.ru/msvsphere/9/BaseOS/$basearch/os/"
|
|
|
|
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="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/ --cost=200
|
|
|
|
repo --name="AppStream" --baseurl=https://rsync.inferitos.ru/msvsphere/9/AppStream/x86_64/os/ --cost=200
|
|
|
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9/AppStream/$basearch/os/ --cost=200
|
|
|
|
repo --name="CRB" --baseurl=https://rsync.inferitos.ru/msvsphere/9/CRB/x86_64/os/ --cost=200
|
|
|
|
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9/CRB/$basearch/os/ --cost=200
|
|
|
|
repo --name="Extras" --baseurl=https://rsync.inferitos.ru/msvsphere/9/Extras/x86_64/os/ --cost=200
|
|
|
|
repo --name="Extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9/extras/$basearch/os --cost=200
|
|
|
|
# External Epel
|
|
|
|
# Third-party repo
|
|
|
|
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/ --cost=200
|
|
|
|
repo --name="Epel" --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/ --cost=200
|
|
|
|
# Root password
|
|
|
|
# Root password
|
|
|
|
rootpw --iscrypted --lock locked
|
|
|
|
rootpw --iscrypted --lock locked
|
|
|
|
# SELinux configuration
|
|
|
|
# SELinux configuration
|
|
|
@ -25,7 +25,7 @@ selinux --enforcing
|
|
|
|
# System services
|
|
|
|
# System services
|
|
|
|
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
|
|
|
|
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
|
|
|
|
# System timezone
|
|
|
|
# System timezone
|
|
|
|
timezone US/Eastern
|
|
|
|
timezone Europe/Moscow
|
|
|
|
# X Window System configuration information
|
|
|
|
# X Window System configuration information
|
|
|
|
xconfig --startxonboot
|
|
|
|
xconfig --startxonboot
|
|
|
|
# System bootloader configuration
|
|
|
|
# System bootloader configuration
|
|
|
@ -278,7 +278,7 @@ EOF
|
|
|
|
rm -f /var/lib/rpm/__db*
|
|
|
|
rm -f /var/lib/rpm/__db*
|
|
|
|
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
|
|
|
|
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
|
|
|
|
basearch=$(uname -i)
|
|
|
|
basearch=$(uname -i)
|
|
|
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-MSVSphere-9
|
|
|
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
|
|
|
echo "Packages within this LiveCD"
|
|
|
|
echo "Packages within this LiveCD"
|
|
|
|
rpm -qa
|
|
|
|
rpm -qa
|
|
|
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
|
|
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
|
|
@ -391,6 +391,9 @@ systemctl enable --force lightdm.service
|
|
|
|
# CRB needs to be enabled for EPEL to function.
|
|
|
|
# CRB needs to be enabled for EPEL to function.
|
|
|
|
dnf config-manager --set-enabled crb
|
|
|
|
dnf config-manager --set-enabled crb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# FIXE: Rename Product
|
|
|
|
|
|
|
|
sed -i 's/ARM/Cinnamon/g' /etc/sphere-release /etc/os-release
|
|
|
|
|
|
|
|
|
|
|
|
%end
|
|
|
|
%end
|
|
|
|
|
|
|
|
|
|
|
|
%packages
|
|
|
|
%packages
|
|
|
@ -422,7 +425,6 @@ chkconfig
|
|
|
|
cinnamon
|
|
|
|
cinnamon
|
|
|
|
cinnamon-control-center
|
|
|
|
cinnamon-control-center
|
|
|
|
cinnamon-screensaver
|
|
|
|
cinnamon-screensaver
|
|
|
|
chromium
|
|
|
|
|
|
|
|
dracut-live
|
|
|
|
dracut-live
|
|
|
|
efi-filesystem
|
|
|
|
efi-filesystem
|
|
|
|
efibootmgr
|
|
|
|
efibootmgr
|
|
|
@ -478,7 +480,7 @@ pipewire-alsa
|
|
|
|
pipewire-pulseaudio
|
|
|
|
pipewire-pulseaudio
|
|
|
|
powerline
|
|
|
|
powerline
|
|
|
|
redshift-gtk
|
|
|
|
redshift-gtk
|
|
|
|
sphere-backgrounds
|
|
|
|
rocky-backgrounds
|
|
|
|
sane-backends-drivers-scanners
|
|
|
|
sane-backends-drivers-scanners
|
|
|
|
setroubleshoot
|
|
|
|
setroubleshoot
|
|
|
|
shim-*64
|
|
|
|
shim-*64
|
|
|
@ -501,5 +503,48 @@ xreader
|
|
|
|
-shim-unsigned-*64
|
|
|
|
-shim-unsigned-*64
|
|
|
|
-xane-gimp
|
|
|
|
-xane-gimp
|
|
|
|
-xsane
|
|
|
|
-xsane
|
|
|
|
|
|
|
|
kora-icon-theme
|
|
|
|
|
|
|
|
gnome-tweaks
|
|
|
|
|
|
|
|
remmina
|
|
|
|
|
|
|
|
hardinfo
|
|
|
|
|
|
|
|
fontconfig-enhanced-defaults
|
|
|
|
|
|
|
|
fontconfig-font-replacements
|
|
|
|
|
|
|
|
google-roboto-condensed-fonts
|
|
|
|
|
|
|
|
msvsphere-configs-gnome
|
|
|
|
|
|
|
|
mc
|
|
|
|
|
|
|
|
samba-common-tools
|
|
|
|
|
|
|
|
samba-client
|
|
|
|
|
|
|
|
realmd
|
|
|
|
|
|
|
|
oddjob
|
|
|
|
|
|
|
|
oddjob-mkhomedir
|
|
|
|
|
|
|
|
sssd
|
|
|
|
|
|
|
|
adcli
|
|
|
|
|
|
|
|
krb5-workstation
|
|
|
|
|
|
|
|
chromium
|
|
|
|
|
|
|
|
samba-winbind-clients
|
|
|
|
|
|
|
|
pipewire-module-xrdp
|
|
|
|
|
|
|
|
gparted
|
|
|
|
|
|
|
|
mpv
|
|
|
|
|
|
|
|
liberation-narrow-fonts
|
|
|
|
|
|
|
|
totem-video-thumbnailer
|
|
|
|
|
|
|
|
-totem
|
|
|
|
|
|
|
|
yandex-browser-release
|
|
|
|
|
|
|
|
sphere-release-identity-arm
|
|
|
|
|
|
|
|
NetworkManager-initscripts-updown
|
|
|
|
|
|
|
|
NetworkManager-l2tp-gnome
|
|
|
|
|
|
|
|
NetworkManager-openvpn-gnome
|
|
|
|
|
|
|
|
NetworkManager-openconnect-gnome
|
|
|
|
|
|
|
|
NetworkManager-libreswan-gnome
|
|
|
|
|
|
|
|
NetworkManager-pptp-gnome
|
|
|
|
|
|
|
|
yubioath-desktop
|
|
|
|
|
|
|
|
ykocli
|
|
|
|
|
|
|
|
# Russian Staff
|
|
|
|
|
|
|
|
autocorr-ru
|
|
|
|
|
|
|
|
glibc-langpack-ru
|
|
|
|
|
|
|
|
hunspell-ru
|
|
|
|
|
|
|
|
hyphen-ru
|
|
|
|
|
|
|
|
langpacks-ru
|
|
|
|
|
|
|
|
libreoffice-help-ru
|
|
|
|
|
|
|
|
libreoffice-langpack-ru
|
|
|
|
|
|
|
|
mythes-ru
|
|
|
|
%end
|
|
|
|
%end
|
|
|
|