Method: Getch::Gentoo::Stage#initialize
- Defined in:
- lib/getch/gentoo/stage.rb
#initialize ⇒ Stage
Returns a new instance of Stage.
8 9 10 11 12 |
# File 'lib/getch/gentoo/stage.rb', line 8 def initialize @mirror = "https://mirrors.soeasyto.com/distfiles.gentoo.org" @release = release @stage_file="stage3-amd64-systemd-#{@release}.tar.xz" end |