Sha256: b61297e025167817978820297ba63028f109b296e73ae1a5f2e1d51b8bbbcb03
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
module Getch module FileSystem module Lvm module Encrypt class Mount < Device def initialize super @mount = Getch::FileSystem::Mount.new @state = Getch::States.new end def run return if STATES[:mount] @mount.root(@lv_root) @mount.boot(@dev_boot) @mount.esp(@dev_esp) @mount.home(@lv_home) @state.mount end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
getch-0.1.6 | lib/getch/filesystem/lvm/encrypt/mount.rb |