Skip to content

Commit

Permalink
disabling other operations that are performed by cala
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Jun 10, 2016
1 parent 1ad8a24 commit 06ee649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def run():

sabayon_install.configure_services()
sabayon_install.env_update()
sabayon_install.spawn_chroot("locale-gen", silent = True)
#sabayon_install.spawn_chroot("locale-gen", silent = True)
sabayon_install.spawn_chroot("ldconfig")
# Fix a possible /tmp problem
sabayon_install.spawn("chmod a+w "+self._root+"/tmp")
Expand Down

0 comments on commit 06ee649

Please sign in to comment.