Vine Linux update

Vine Linux 3.2 がリリースされていたので update してみた。

  • root になる
  • /etc/apt/source.list を編集する
    • 数字を 3.2 に変更する
  • apt-get する
# apt-get update
# apt-get dist-upgrade
  • kernel が更新されたので、mkinitrdする
# mkinitrd /boot/initrd-2.4.31-0vl1.8.img 2.4.31-0vl1.8
  • /etc/lilo.conf を編集する
    • 'image=' の行と 'boot='の行を、新しい値に書き換える
  • 再起動する
# shutdown -r now