From b59172a51988d31780551ed5a95f7fa1acfd4aee Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 11 Oct 2011 14:56:39 -0400 Subject: [PATCH] sparc.tmpl: cleanups (just use BOOTDIR for everything) --- share/sparc.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/share/sparc.tmpl b/share/sparc.tmpl index 2802809e..abd7e2ba 100644 --- a/share/sparc.tmpl +++ b/share/sparc.tmpl @@ -2,7 +2,6 @@ <% configdir="tmp/config_files" BOOTDIR="boot" -KERNELDIR=BOOTDIR %> mkdir images @@ -16,8 +15,8 @@ replace @VERSION@ ${product.version} ${BOOTDIR}/boot.msg replace @PRODUCT@ ${product.name} ${BOOTDIR}/boot.msg %for kernel in kernels: - installkernel images-${basearch} ${kernel.path} ${KERNELDIR}/vmlinuz - installinitrd images-${basearch} ${kernel.initrd.path} ${KERNELDIR}/initrd.img + installkernel images-${basearch} ${kernel.path} ${BOOTDIR}/vmlinuz + installinitrd images-${basearch} ${kernel.initrd.path} ${BOOTDIR}/initrd.img %endfor replace @ROOT@ root=live:CDLABEL=PBOOT ${BOOTDIR}/silo.conf