Skip to content

Commit

Permalink
Adjust to pykickstart moving new autopart commands to F41
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Aug 21, 2024
1 parent 6844c12 commit 0c92ede
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 @@ -24,7 +24,7 @@

# Supported kickstart commands.
from pykickstart.commands.authselect import F28_Authselect as Authselect
from pykickstart.commands.autopart import F38_AutoPart as AutoPart
from pykickstart.commands.autopart import F41_AutoPart as AutoPart
from pykickstart.commands.bootloader import F39_Bootloader as Bootloader
from pykickstart.commands.btrfs import F23_BTRFS as BTRFS
from pykickstart.commands.cdrom import FC3_Cdrom as Cdrom
Expand Down

0 comments on commit 0c92ede

Please sign in to comment.