diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-08 17:19:21 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-08 17:19:21 +0000 |
commit | fbb472e9a38d5f6490867f4189f3b80613a55e5d (patch) | |
tree | 8792262b9306f6daa4e383c06768750dffaa6c0d /gentoo | |
parent | iw/use_gui.py: ignore non-user-settable flags (diff) | |
download | anaconda-fbb472e9a38d5f6490867f4189f3b80613a55e5d.tar.gz anaconda-fbb472e9a38d5f6490867f4189f3b80613a55e5d.tar.bz2 anaconda-fbb472e9a38d5f6490867f4189f3b80613a55e5d.zip |
gentoo/livecd.py: mirrors are set up with the rest of make.conf
Diffstat (limited to 'gentoo')
-rw-r--r-- | gentoo/livecd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/livecd.py b/gentoo/livecd.py index 7722670..9e1c59a 100644 --- a/gentoo/livecd.py +++ b/gentoo/livecd.py @@ -173,7 +173,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend): def doPostInstall(self, anaconda): - self._gentoo_install.setup_portage_mirrors() + #self._gentoo_install.setup_portage_mirrors() self._gentoo_install.language_packs_install() self._gentoo_install.emit_install_done() |