Skip to content

Commit

Permalink
Allow setting home reuse from kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Aug 22, 2024
1 parent 186b16a commit ca47dad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ def process_kickstart(self, data):
if data.autopart.noswap:
request.excluded_mount_points.append("swap")

request.erased_mount_points = data.autopart.erase
request.reused_mount_points = data.autopart.reuse
request.removed_mount_points = data.autopart.remove

request.hibernation = data.autopart.hibernation

if data.autopart.encrypted:
Expand Down

0 comments on commit ca47dad

Please sign in to comment.