aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/prepare-kernel.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/prepare-kernel.sh b/scripts/prepare-kernel.sh
index c6521b3..87a271e 100755
--- a/scripts/prepare-kernel.sh
+++ b/scripts/prepare-kernel.sh
@@ -19,7 +19,13 @@ rm -rvf linux-*.tar*
--prefix linux-${version}/ ${tag}) \
> linux-${version}.tar
gzip linux-${version}.tar
-echo "# build: ${variant} - ${version} - ${release}"
+echo "#"
+echo "# building ..."
+echo "# variant : ${variant}"
+echo "# tarball : ${version}"
+echo "# rpmvers : ${rpmvers}"
+echo "# release : ${release}"
+echo "#"
sed -e "s/@variant@/${variant}/" \
-e "s/@version@/${version}/" \
-e "s/@rpmvers@/${rpmvers}/" \