Class: Getch::Gentoo::Sources

Inherits:
Object
  • Object
show all
Includes:
NiTo
Defined in:
lib/getch/gentoo/sources.rb

Overview

Here we install the kernel linux. We compile source, enable and disable few modules for the new system.

Instance Method Summary collapse

Methods included from NiTo

cp, echo, echo_a, grep?, mkdir, mount, mount?, mv, rm, search_proc_swaps, sed, sh, swapoff, swapoff_dm, touch, umount

Constructor Details

#initializeSources

Returns a new instance of Sources.



13
14
15
16
17
# File 'lib/getch/gentoo/sources.rb', line 13

def initialize
  @log = Log.new
  @lsmod = `lsmod`.chomp
  x
end