Skip to content

Commit

Permalink
Add code to new Encryption API
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Sep 30, 2019
1 parent e7057ed commit 390a35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/RootPart.rb
Expand Up @@ -1264,7 +1264,8 @@ def MountPartitions(root_device_current)
#
# encryption.crypttab_name #=> "cr_home"
crypttab_path = File.join(Installation.destdir, "/etc/crypttab")
Y2Storage::Encryption.save_crypttab_names(probed, crypttab_path)
crypttab = Y2Storage::Crypttab.new(crypttab_path)
crypttab.save_encryption_names(probed)

Update.GetProductName

Expand Down

0 comments on commit 390a35c

Please sign in to comment.