KERNEL_VER="2.6.29.2"
INSTALL_DIR="/tmp/root"

mkdir -p $INSTALL_DIR/boot
make INSTALL_MOD_PATH=$INSTALL_DIR modules_install
cp arch/i386/boot/bzImage $INSTALL_DIR/boot/linux-$KERNEL_VER
cp System.map $INSTALL_DIR/boot/System-$KERNEL_VER
cp .config $INSTALL_DIR/boot/config-$KERNEL_VER

