projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be4f8de
)
Fix a long line.
author
Brian Dolbec
<dolsen@gentoo.org>
Sat, 1 Jun 2013 06:33:15 +0000
(23:33 -0700)
committer
Brian Dolbec
<dolsen@gentoo.org>
Thu, 6 Jun 2013 03:43:17 +0000
(20:43 -0700)
catalyst/targets/netboot2.py
patch
|
blob
|
history
diff --git
a/catalyst/targets/netboot2.py
b/catalyst/targets/netboot2.py
index 65886430d264b48c1146874f3ef2d1f229089af5..59c82a9e00f96018d1095ac5083d51154c0d1557 100644
(file)
--- a/
catalyst/targets/netboot2.py
+++ b/
catalyst/targets/netboot2.py
@@
-138,7
+138,8
@@
class netboot2(StageBase):
# we're going to shell out for all these cleaning operations,
# so we get easy glob handling
print "netboot2: removing " + x
- os.system("rm -rf " + self.settings["chroot_path"] + self.settings["merge_path"] + x)
+ os.system("rm -rf " + self.settings["chroot_path"] +
+ self.settings["merge_path"] + x)
def empty(self):
if "autoresume" in self.settings["options"] \