Skip to content

Commit

Permalink
Use the RHEL 10 version of the vnc kickstart command
Browse files Browse the repository at this point in the history
The VNC kickstart command has been marked as deprecated in RHEL 10,
so make sure to use this new version in Anaconda for RHEL 10 as well.

Resolves: RHEL-41219
  • Loading branch information
M4rtinK committed Jul 25, 2024
1 parent 4197e6d commit d7e8c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/core/kickstart/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
from pykickstart.commands.updates import F34_Updates as Updates
from pykickstart.commands.url import F30_Url as Url
from pykickstart.commands.user import F24_User as User
from pykickstart.commands.vnc import F9_Vnc as Vnc
from pykickstart.commands.vnc import RHEL10_Vnc as Vnc
from pykickstart.commands.volgroup import RHEL10_VolGroup as VolGroup
from pykickstart.commands.xconfig import F14_XConfig as XConfig
from pykickstart.commands.zerombr import F9_ZeroMbr as ZeroMbr
Expand Down

0 comments on commit d7e8c61

Please sign in to comment.