diff options
Diffstat (limited to 'gentoo/utils.py')
-rw-r--r-- | gentoo/utils.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py index 017c8d4..808202b 100644 --- a/gentoo/utils.py +++ b/gentoo/utils.py @@ -759,12 +759,12 @@ class GentooInstall: """ - action = _("System Installation") - anaconda._intf.instProgress.terminal.run_command("tar xvjpf /tmp/stage3.tar.bz2 -C "+self._root) + action = _("Unpacking stage3") + anaconda._intf.instProgress.terminal.run_command("tar xvjpf "+productPath+" -C "+self._root) self._progress.set_fraction(1) - self._progress.set_text(_("Installation complete")) + self._progress.set_text(_("Unpacking stage3 complete")) def language_packs_install(self): return |