Skip to content

Commit

Permalink
Removed obsolete questions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Mar 30, 2023
1 parent 0854f18 commit 8f469b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
5 changes: 1 addition & 4 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@

Да. Собственный образ можно создать на базе Kickstart файлов. Более подобную информацию можно найти `здесь <https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD>`__.

Готовые Kickstart проекты для изучения:

* `Fedora <https://pagure.io/fedora-kickstarts>`__;
* `RFRemix <https://github.com/RussianFedora/rfremix-kickstarts>`__.
Kickstart проекты официальных образов Fedora доступны `здесь <https://pagure.io/fedora-kickstarts>`__.

.. index:: installation, arm, armhfp, armv7hl, aarch64, arm64
.. _fedora-arm:
Expand Down
15 changes: 0 additions & 15 deletions source/package-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -909,21 +909,6 @@ Java 17:

В случае если пакет был заменён, он не сможет быть установлен, т.к. его ЭЦП не будет соответстствовать подписи репозитория.

.. index:: distribution, russianfedora, rfremix
.. _rfremix-to-fedora:

Как превратить RFRemix в Fedora и наоборот?
===============================================

Для превращения Fedora в :ref:`RFRemix <rfremix>` необходимо и достаточно подключить репозиторий :ref:`russianfedora-branding <russian-fedora>`, а чтобы вернуть всё назад -- отключить его.

После подключения/отключения необходимо выполнить синхронизацию:

.. code-block:: text
sudo dnf swap rfremix-release fedora-release --allowerasing
sudo dnf distro-sync --allowerasing
.. index:: repository, copr, overlay, third-party
.. _copr-use:

Expand Down
52 changes: 0 additions & 52 deletions source/tips-and-tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,42 +287,6 @@ SWF файл -- это исполняемый файл формата Adobe Flas

Изменения вступят в силу при следующей загрузке системы.

.. index:: rfremix
.. _rfremix-fedora:

Как правильно преобразовать RFRemix в Fedora?
=================================================

Заменим пакеты с брендированием:

.. code-block:: text
sudo dnf swap rfremix-release fedora-release --allowerasing
sudo dnf swap rfremix-logos fedora-logos --allowerasing
Полностью отключим и удалим репозитории :ref:`Russian Fedora <russian-fedora>`:

.. code-block:: text
sudo dnf remove 'russianfedora*'
Произведём синхронизацию компонентов дистрибутива:

.. code-block:: text
sudo dnf distro-sync --allowerasing
.. index:: rfremix, update
.. _rfremix-upgrade:

Как правильно обновиться с RFRemix до Fedora?
=================================================

В связи с прекращением поддержки RFRemix, выполним следующие действия:

1. :ref:`преобразуем RFRemix в Fedora <rfremix-fedora>`.
2. :ref:`установим обновления системы штатным способом <dist-upgrade>`.

.. index:: dual boot, windows
.. _dual-boot-optimizations:

Expand Down Expand Up @@ -671,22 +635,6 @@ SWF файл -- это исполняемый файл формата Adobe Flas
sudo systemctl start systemd-vconsole-setup.service
systemctl status systemd-vconsole-setup.service
.. index:: pipewire, wireplumber, bug, issue, workaround, f35
.. _wireplumber-no-sound:

После обновления до Fedora 35 отсутствует звук. Как исправить?
=================================================================

Отсутствие усстройств вывода звука после обновления до Fedora 35 при использовании звукового сервера PipeWire -- это `известная проблема <https://bugzilla.redhat.com/show_bug.cgi?id=2016253>`__, связанная с `переходом на WirePlumber <https://fedoraproject.org/wiki/Changes/WirePlumber>`__.

Решим её активацией необходимого systemd-сервиса:

.. code-block:: text
systemctl --global enable --now wireplumber.service
Изменения вступят в силу немедленно.

.. index:: libreoffice, hardware, acceleration, x11, wayland, workaround, bug, f36
.. _libreoffice-wayland:

Expand Down

0 comments on commit 8f469b1

Please sign in to comment.