From: Hugo Villeneuve Date: Fri, 23 Aug 2013 00:35:22 +0000 (-0400) Subject: Add symlink to most recently compiled kernel in /boot X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=7931fe5257f3685f6870162d2529ca26c9e85e59;p=hvlinux.git Add symlink to most recently compiled kernel in /boot --- diff --git a/stage1/pkg/linux b/stage1/pkg/linux index 5e1f516..79d09cd 100644 --- a/stage1/pkg/linux +++ b/stage1/pkg/linux @@ -37,6 +37,7 @@ hvbuild() # Install the kernel: echo "cp -v arch/${CLFS_ARCH}/boot/bzImage \${DEST}/vmlinuz-\${KERNEL_NAME}" >> ${SCRIPT} + echo "ln -svf vmlinuz-\${KERNEL_NAME} \${DEST}/vmlinuz" >> ${SCRIPT} # Install map file: echo "cp -v System.map \${DEST}/System.map-\${KERNEL_NAME}" >> ${SCRIPT}