forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release-notes for Wayland migration
- Loading branch information
1 parent
04e3389
commit 0abcdac
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:Type: GUI | ||
:Summary: Replace VNC with RDP (#2231339) | ||
|
||
:Description: | ||
As part of the X11 dependencies removals, Anaconda also drops VNC. As a replacement | ||
RDP (Remote Desktop Protocol) is implemented. | ||
|
||
What has changed: | ||
- Adding new kernel boot arguments: ``inst.rdp``, ``inst.rdp.username``, ``inst.rdp.password``. | ||
- Drop existing kernel boot argument: ``inst.vnc``, ``inst.vncpassword``, ``inst.vncconnect``. | ||
- Drop the existing ``vnc`` kickstart command. | ||
|
||
:Links: | ||
- https://fedoraproject.org/wiki/Changes/Anaconda_As_Native_Wayland_Application | ||
- https://github.com/rhinstaller/anaconda/pull/5829 | ||
- https://bugzilla.redhat.com/show_bug.cgi?id=1955025 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:Type: GUI | ||
:Summary: Migrate Anaconda to Wayland application (#2231339) | ||
|
||
:Description: | ||
This change enables Anaconda to run natively on Wayland. Previously, Anaconda operated as an | ||
Xorg application or relied on XWayland for support. | ||
|
||
By implementing this update, we can eliminate dependencies on X11 and embrace newer, more | ||
secure technologies. | ||
|
||
:Links: | ||
- https://fedoraproject.org/wiki/Changes/Anaconda_As_Native_Wayland_Application | ||
- https://github.com/rhinstaller/anaconda/pull/5829 |