From 266d28dd70062f886abd63511001b08b2e21e7a1 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 13 Nov 2008 16:13:49 -0500 Subject: Added yaboot.conf compatible network boot template for PowerPC systems --- templates/pxesystem_ppc.template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/pxesystem_ppc.template 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 for boot options" +timeout=80 +delay=100 +default=linux + +image=$kernel_path + label=linux + initrd=$initrd_path + append="$append_line" + -- cgit