Class: Getch::FileSystem::Zfs::Encrypt::Config

Inherits:
Minimal::Config show all
Defined in:
lib/getch/filesystem/zfs/encrypt/config.rb

Instance Method Summary collapse

Methods inherited from Minimal::Config

#initialize

Constructor Details

This class inherits a constructor from Getch::FileSystem::Zfs::Minimal::Config

Instance Method Details

#xObject



12
13
14
15
16
17
# File 'lib/getch/filesystem/zfs/encrypt/config.rb', line 12

def x
  Fstab::Zfs.new(DEVS, OPTIONS).generate
  Dracut::Zfs.new(DEVS, OPTIONS).generate
  CryptSetup.new(DEVS, OPTIONS).swap_conf
  grub_broken_root
end