commit: 6104832776d0748f26a50e8a0e69009c3af0e213
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 5 07:26:58 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 07:38:19 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=61048327
generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command
---
catalyst/base/stagebase.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d2c9531..395582f 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1024,7 +1024,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
else:
print "Setting up chroot..."
- cmd("cp /etc/resolv.conf
"+self.settings["chroot_path"]+"/etc",\
+ cmd("cp /etc/resolv.conf " +
self.settings["chroot_path"] + "/etc/",
"Could not copy resolv.conf into
place.",env=self.env)
""" Copy over the envscript, if applicable """