OS:etch編

OSの転送

  • サイト因りdebian_2006_06_10_dist.tgzをダウンロード
    (メインサイトはダウンロード出来ない模様です)
  • 適当なFTPソフトで玄箱にアップロード


OSの展開

  • 通常モードのOSシステムディレクトリに移動し展開
#
# cd /mnt
# tar xzpvf /mnt2/debian_2006_06_10_dist.tgz
#


ネットワークの設定

#
# cp /mnt/etc/hostname /mnt2/hostname_old
# cp /mnt/etc/hosts /mnt2/hosts_old
# cp /mnt/etc/network/interfaces /mnt2/interfaces_old
# cp /mnt/etc/hosts.allow /mnt2/hosts.allow_old
# cp /mnt/etc/resolv.conf /mnt2/resolv.conf_old
#

  • 既製設定ファイルの更新
#
# vi /mnt/etc/hostname
・
・
・
#
# vi /mnt/etc/hosts
・
・
・
#
# vi /mnt/etc/network/interfaces
・
・
・
#
# vi /mnt/etc/hosts.allow
・
・
・
#
# vi /mnt/etc/resolv.conf
#

  • 更新済設定ファイルのバックアップ
#
# cp /mnt/etc/hostname /mnt2/hostname_new
# cp /mnt/etc/hosts /mnt2/hosts_new
# cp /mnt/etc/network/interfaces /mnt2/interfaces_new
# cp /mnt/etc/hosts.allow /mnt2/hosts.allow_new
# cp /mnt/etc/resolv.conf /mnt2/resolv.conf_new
#


モードの変更

  • EMモードの終了/再起動
#
# echo -n 'OKOK' > /dev/fl3
# reboot
#
最終更新:2012年03月30日 20:32
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。