Class: Yast::StorageClass::MyCommitCallbacks

Inherits:
Storage::CommitCallbacks
  • Object
show all
Defined in:
../../src/modules/Storage.rb

Instance Method Summary (collapse)

Constructor Details

- (MyCommitCallbacks) initialize

Returns a new instance of MyCommitCallbacks



4848
4849
4850
# File '../../src/modules/Storage.rb', line 4848

def initialize()
  super()
end

Instance Method Details

- (Object) post_root_filesystem_create



4852
4853
4854
# File '../../src/modules/Storage.rb', line 4852

def post_root_filesystem_create()
  StorageSnapper::configure_snapper_step1()
end

- (Object) post_root_fstab_add



4860
4861
4862
# File '../../src/modules/Storage.rb', line 4860

def post_root_fstab_add()
  StorageSnapper::configure_snapper_step3()
end

- (Object) post_root_mount



4856
4857
4858
# File '../../src/modules/Storage.rb', line 4856

def post_root_mount()
  StorageSnapper::configure_snapper_step2()
end