確認作業 (2)

今朝起きて端末見たら fakeroot が導入されておらず、失敗してたように見えたんですが、そのまま出社。fakeroot 入れてリトライ。

$ make-kpkg --rootcmd fakeroot --initrd --revision custom.1.0 kernel_image

なんかタイムスタンプが微妙、とのメセジが出力されとるな。ntpdate 導入してリトライしてみるとどうか。

駄目??

メンドいけど

$ make-kpkg clean

してリトライしてみます。時間かかるなぁ。パケジのバージョンは微妙に変更。make menuconfig からなんだよねぇ。今日は何時寝れるのだろうか。

終わた

現在時刻は 22:22。/usr/src/ 配下にパケジが出来てるのかと思ったら直上だった。試しに .config とか変更せずに --revision のみ変えて作ってみます。

$ make-kpkg --rootcmd fakeroot --initrd --revision custom.1.1 kernel_image
I note that you are using the --revision flag with the value
   custom.1.1.
However, the ./debian/changelog file exists, and has a different value
   custom.1.0.
I am confused by this discrepancy, and am halting.
$

わははは。make menuconfig してリトライしてみましたがダメ。clean したくないんですが、仕方がないのでヤッてみます。

$ make-kpkg clean

で、.config をコピって再度 make-kpkg です。.config は変わりませんのでナニですが

$ make-kpkg --rootcmd fakeroot --initrd --revision custom.1.1 kernel_image

で現在リコンパイル中。