fix a problem caused by checkin 8e0a2fe479

This commit is contained in:
ligc 2015-04-10 03:54:30 -04:00
parent 6b13006087
commit c4438568d7

View File

@ -129,7 +129,7 @@ if [ "$HOSTOS" = "mcp" ]; then
cp /boot/vmlinuz-* /tmp/xcatgenesis.$$/opt/xcat/share/xcat/netboot/genesis/$BUILDARCH/kernel
else
echo Adding kernel /boot/vmlinuz-$BUILDARCH ...
cp /boot/vmlinuz-$BUILDARCH /tmp/xcatgenesis.$$/opt/xcat/share/xcat/netboot/genesis/$BUILDARCH/kernel
cp /boot/vmlinuz-`uname -r` /tmp/xcatgenesis.$$/opt/xcat/share/xcat/netboot/genesis/$BUILDARCH/kernel
fi
cd -