summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2008-11-13 16:13:49 -0500
committerJames Laska <jlaska@redhat.com>2008-11-13 16:13:49 -0500
commit266d28dd70062f886abd63511001b08b2e21e7a1 (patch)
tree9c7e6886a55767dc2fd64a590812179ee31ab232 /templates
parentbbf94db818dc22d720bcb94eec56efc94997e036 (diff)
downloadcobbler-266d28dd70062f886abd63511001b08b2e21e7a1.tar.gz
cobbler-266d28dd70062f886abd63511001b08b2e21e7a1.tar.xz
cobbler-266d28dd70062f886abd63511001b08b2e21e7a1.zip
Added yaboot.conf compatible network boot template for PowerPC systems
Diffstat (limited to 'templates')
-rw-r--r--templates/pxesystem_ppc.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/pxesystem_ppc.template b/templates/pxesystem_ppc.template
new file mode 100644
index 00000000..09cf2aad
--- /dev/null
+++ b/templates/pxesystem_ppc.template
@@ -0,0 +1,11 @@
+# yaboot.conf generated by cobbler
+init-message="Cobbler generated yaboot configuration.\nHit <TAB> for boot options"
+timeout=80
+delay=100
+default=linux
+
+image=$kernel_path
+ label=linux
+ initrd=$initrd_path
+ append="$append_line"
+