summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-20 14:34:58 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-20 14:34:58 -0500
commit09c46080ceb1b933c85db6f23621e40854f0972a (patch)
tree56161d52f414d6f7df9a08a010530e9c46bb9de2 /cobbler/action_sync.py
parent2341658651c34fcb892a582b9a2a0be7c6763fa6 (diff)
downloadthird_party-cobbler-09c46080ceb1b933c85db6f23621e40854f0972a.tar.gz
third_party-cobbler-09c46080ceb1b933c85db6f23621e40854f0972a.tar.xz
third_party-cobbler-09c46080ceb1b933c85db6f23621e40854f0972a.zip
-b option to wget isn't available in busybox, and we don't need it, so don't use it.
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index ffee4ad..47069bc 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -387,10 +387,10 @@ class BootSync:
# FIXME: watcher is more of a request than a packaged file
# we should eventually package something and let it do something important"
- pattern1 = "wget \"http://%s/cblr/watcher.py?%s_%s=%s\" -b"
- pattern2 = "wget \"http://%s/cgi-bin/cobbler/nopxe.cgi?system=%s\" -b"
+ pattern1 = "wget \"http://%s/cblr/watcher.py?%s_%s=%s\""
+ pattern2 = "wget \"http://%s/cgi-bin/cobbler/nopxe.cgi?system=%s\""
pattern3 = "wget \"http://%s/cobbler/%s/%s/ks.cfg\" -O /root/cobbler.ks"
- pattern4 = "wget \"http://%s/cgi-bin/cobbler/post_install_trigger.cgi?system=%s\" -b"
+ pattern4 = "wget \"http://%s/cgi-bin/cobbler/post_install_trigger.cgi?system=%s\""
blend_this = profile
if system: