sparc.tmpl: cleanups (just use BOOTDIR for everything)

This commit is contained in:
Will Woods 2011-10-11 14:56:39 -04:00
parent a6dac28781
commit b59172a519

View File

@ -2,7 +2,6 @@
<% <%
configdir="tmp/config_files" configdir="tmp/config_files"
BOOTDIR="boot" BOOTDIR="boot"
KERNELDIR=BOOTDIR
%> %>
mkdir images mkdir images
@ -16,8 +15,8 @@ replace @VERSION@ ${product.version} ${BOOTDIR}/boot.msg
replace @PRODUCT@ ${product.name} ${BOOTDIR}/boot.msg replace @PRODUCT@ ${product.name} ${BOOTDIR}/boot.msg
%for kernel in kernels: %for kernel in kernels:
installkernel images-${basearch} ${kernel.path} ${KERNELDIR}/vmlinuz installkernel images-${basearch} ${kernel.path} ${BOOTDIR}/vmlinuz
installinitrd images-${basearch} ${kernel.initrd.path} ${KERNELDIR}/initrd.img installinitrd images-${basearch} ${kernel.initrd.path} ${BOOTDIR}/initrd.img
%endfor %endfor
replace @ROOT@ root=live:CDLABEL=PBOOT ${BOOTDIR}/silo.conf replace @ROOT@ root=live:CDLABEL=PBOOT ${BOOTDIR}/silo.conf