#!/bin/bash


rm -rf linux.kpkg; cp -al ../linux.built/ linux.kpkg; cd linux.kpkg


make-kpkg --rootcmd fakeroot debian
touch stamp-build stamp-configure stamp-kernel-configure
touch debian/buildinfo

make-kpkg --rootcmd fakeroot kernel_image

cd ..

