mass update commit

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-07-21 10:59:03 +02:00
commit 78e21b5200
12 changed files with 29 additions and 13 deletions

View file

@ -22,7 +22,7 @@ set -e
#version="$(git describe)
version=$(cat include/config/kernel.release)
ddir="/boot"
spath="arch/x86_64/boot/bzImage"
spath="arch/x86/boot/bzImage"
fname="vmlinuz-$version"
fpath="${ddir}/${fname}"
gpath="$ddir/grub/menu.lst"