Class: Getch::Config::Portage
- Inherits:
-
Object
- Object
- Getch::Config::Portage
- Includes:
- NiTo
- Defined in:
- lib/getch/config/portage.rb
Instance Method Summary collapse
-
#initialize ⇒ Portage
constructor
A new instance of Portage.
- #x ⇒ Object
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
Instance Method Details
#x ⇒ Object
16 17 18 19 20 21 22 23 24 |
# File 'lib/getch/config/portage.rb', line 16 def x @log.info "Configuring Portage...\n" portage_dir gentoo_repo cpu_conf make_conf https_mirror license end |