summaryrefslogtreecommitdiffstats
path: root/cobbler/item_profile.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-15 14:17:56 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-15 14:17:56 -0400
commitc85f740ddeb5518d8486237aa4448b7abc981787 (patch)
tree048719d4c723b96e1496368e0e3dbb46c4583052 /cobbler/item_profile.py
parent5eaa46b5af9e89c881645eab69abfa787a6f7e29 (diff)
downloadthird_party-cobbler-c85f740ddeb5518d8486237aa4448b7abc981787.tar.gz
third_party-cobbler-c85f740ddeb5518d8486237aa4448b7abc981787.tar.xz
third_party-cobbler-c85f740ddeb5518d8486237aa4448b7abc981787.zip
Optional override of --kickstart on a per-system basis.
Diffstat (limited to 'cobbler/item_profile.py')
-rw-r--r--cobbler/item_profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/item_profile.py b/cobbler/item_profile.py
index 606c6f9..b653ea3 100644
--- a/cobbler/item_profile.py
+++ b/cobbler/item_profile.py
@@ -132,7 +132,7 @@ class Profile(item.Item):
def set_kickstart(self,kickstart):
"""
Sets the kickstart. This must be a NFS, HTTP, or FTP URL.
- Minor checking of the URL is performed here.
+ Or filesystem path. Minor checking of the URL is performed here.
"""
if utils.find_kickstart(kickstart):
self.kickstart = kickstart