summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-15 17:30:21 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-15 17:30:21 -0400
commit7c2170113d66c14d1ed7c5e96cef55f745a624fa (patch)
tree231838543816dcb21689488f9cb9414addfa4dcf
parentd33fa4e5bf18387bc857002ba99633cfe7fd8f9f (diff)
downloadcobbler-7c2170113d66c14d1ed7c5e96cef55f745a624fa.tar.gz
cobbler-7c2170113d66c14d1ed7c5e96cef55f745a624fa.tar.xz
cobbler-7c2170113d66c14d1ed7c5e96cef55f745a624fa.zip
BP says ia64 append line needs to be quoted now
-rw-r--r--templates/pxesystem_ia64.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pxesystem_ia64.template b/templates/pxesystem_ia64.template
index dd06d4e4..5bb12175 100644
--- a/templates/pxesystem_ia64.template
+++ b/templates/pxesystem_ia64.template
@@ -1,6 +1,6 @@
image=$kernel_path
label=netinstall
- append=$append_line
+ append="$append_line"
initrd=$initrd_path
read-only
root=/dev/ram