Class: Getch::Gentoo::PostConfig

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

Overview

Configure system after install the base system (when chroot is available)

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

#initializePostConfig

Returns a new instance of PostConfig.



11
12
13
14
# File 'lib/getch/gentoo/post_config.rb', line 11

def initialize
  @make = "#{OPTIONS[:mountpoint]}/etc/portage/make.conf"
  x
end