« ISDN to ADSL | メイン | 光と陰(ぉ(あずまんが(21)) »

2002年9月19日

[memorandum] upgrade to kernel-2.4.19

でとりあえず作業ログ.
  • modprobe
    $ tar zxvf modutils-2.4.20.tar.bz2
    $ cd modutils-2.4.20
    $ ./configure
    $ make
    $ su
    # make install
    # exit
    $ cd ../
    
  • util-linux
    $ tar zxvf util-linux-2.11u.tar.bz2
    $ cd util-linux-2.11u
    $ ./configure
    $ make
    $ su
    # make install
    # cd ../
    
  • kernel-2.4.19
    # cp linux-2.4.19.tar.bz2 /usr/src
    # tar zxvf linux-2.4.19.tar.bz2
    # rm linux
    # ln -s linux-2.4.19 linux
    # cd linux
    # make mrproper
    # make menuconfig
    # make dep; make clean
    # make bzImage
    # make bzlilo
    
    とまでは出来たんだが, ipchains が iptables に変わったために設定を煮詰めないとダメっぽい という事実に気付いたため,今回はここまで(ぉ. つうか,何処弄れば(T_T).

    Posted by Rust Stnard at 00:00