Class: Getch::FileSystem::Zfs::Encrypt::Config
- Inherits:
-
Minimal::Config
- Object
- Minimal::Config
- Getch::FileSystem::Zfs::Encrypt::Config
- Defined in:
- lib/getch/filesystem/zfs/encrypt/config.rb
Instance Method Summary collapse
Methods inherited from Minimal::Config
Constructor Details
This class inherits a constructor from Getch::FileSystem::Zfs::Minimal::Config
Instance Method Details
#x ⇒ Object
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 |