lib/getch/filesystem/lvm/encrypt/mount.rb in getch-0.1.5 vs lib/getch/filesystem/lvm/encrypt/mount.rb in getch-0.1.6
- old
+ new
@@ -1,18 +1,17 @@
module Getch
module FileSystem
module Lvm
module Encrypt
- class Mount < Getch::FileSystem::Lvm::Encrypt::Device
+ class Mount < Device
def initialize
super
@mount = Getch::FileSystem::Mount.new
@state = Getch::States.new
end
def run
return if STATES[:mount]
- @mount.swap(@lv_swap)
@mount.root(@lv_root)
@mount.boot(@dev_boot)
@mount.esp(@dev_esp)
@mount.home(@lv_home)
@state.mount