Sha256: 8eaa6a4fda754c7c2caad19202c2f428a2a84727e2f6a7209d3d5daadf1c641d
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 Bytes
Contents
# frozen_string_literal: true require 'fstab' require 'dracut' require 'cryptsetup' module Getch module FileSystem module Ext4 module Encrypt class Config def initialize x end private def x Fstab::Encrypt.new(DEVS, OPTIONS).generate CryptSetup.new(DEVS, OPTIONS).configs Dracut::Encrypt.new(DEVS, OPTIONS).generate end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
getch-0.11.0 | lib/getch/filesystem/ext4/encrypt/config.rb |
getch-0.7.3 | lib/getch/filesystem/ext4/encrypt/config.rb |
getch-0.7.0 | lib/getch/filesystem/ext4/encrypt/config.rb |