Class: Getch::Gentoo::PostConfig
- Inherits:
-
Object
- Object
- Getch::Gentoo::PostConfig
- 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
-
#initialize ⇒ PostConfig
constructor
A new instance of PostConfig.
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
#initialize ⇒ PostConfig
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 |