summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cobbler/action_sync.py1
-rw-r--r--website/new/download.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 2e0c018b..bfa09b28 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -637,6 +637,7 @@ class BootSync:
append_line = "%s autoyast=%s" % (append_line, kickstart_path)
elif distro.breed == "debian":
append_line = "%s auto=true url=%s" % (append_line, kickstart_path)
+ append_line = append_line.replace("ksdevice","interface")
# ---
# store variables for templating
diff --git a/website/new/download.html b/website/new/download.html
index 57a50862..040e859d 100644
--- a/website/new/download.html
+++ b/website/new/download.html
@@ -55,7 +55,7 @@ yum install koan # on target systems
<h4>Centos Users</h4>
<p>
<blockquote>
-Cobbler will be part of Centos Extras shortly and will then be yum installable. Until then, you will want to rebuild the source RPMs. The process will be as in RHEL, though you should get the dependencies from "yum install" instead of the above hard-coded URLs.
+Cobbler for Centos 5 is included in <A HREF="http://dev.centos.org/">Centos Extras</A>. Centos 4 users can use the RHEL 4 build instructions.
</blockquote>
</p>