Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jan 8, 2024
1 parent 81438bd commit da09c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyanaconda/modules/storage/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ def enable_installer_mode():

# We don't want image installs writing backups of the *image* metadata
# into the *host's* /etc/lvm. This can get real messy on build systems.
# Same applies to system.devices file that shouldn't be populated with
# PV names from the system that creates the image
if conf.target.is_image:
blivet_flags.lvm_metadata_backup = False
blivet_flags.lvm_devices_file = False

# Set the flags.
blivet_flags.auto_dev_updates = True
Expand Down

0 comments on commit da09c0d

Please sign in to comment.