Sha256: 51c6bade4bbb2de351979b731185f4ff0a254e98914cea8dc8b6dcf35f2fb2f5

Contents?: true

Size: 410 Bytes

Versions: 9

Compression:

Stored size: 410 Bytes

Contents

# frozen_string_literal: true

require 'fstab'
require 'dracut'

module Getch
  module FileSystem
    module Ext4
      module Minimal
        class Config
          def initialize
            x
          end

          private

          def x
            Fstab::Minimal.new(DEVS, OPTIONS).generate
            Dracut::Minimal.new(DEVS, OPTIONS).generate
          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
getch-0.11.0 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.7.3 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.7.0 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.5.0 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.3.6 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.3.5 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.3.4 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.3.3 lib/getch/filesystem/ext4/minimal/config.rb
getch-0.3.0 lib/getch/filesystem/ext4/minimal/config.rb