2011-10/11 Tue install from trunk-ISO

_ install の前に

ビルドマシンとして作るには、全部いりが必須。

yum install で、23GiBくらい食うので、/ には32GiBくらい最低で必要。

とりあえず最低限で入れよう。

Tags: Mo

_ installしたら

起動時にやることをメモしておく。

  • grub2
    • e で edit mode に入る。
    • grub2 では ^linux の行の最後に single を記述
    • (次の行から矢印キーで戻ると楽)
    • F10 で終了して single user mode で起動
  • getty
systemctl enable getty@tty2.service
とやってみたら
Failed to issue method call: No such file or directory
となったので、single user mode で上げてからゴニョゴニョしている。
  • dhclient eth0
  • /etc/yum.repo.d/momonga-devel.repo をコピー+変更して、設定
  • yum update でテスト兼下準備
  • yum install '*' --skip-broken --exclude='texlive*'

これで、全パッケージをインストールする。

Tags: Mo

_ HDD の追加

  • fdisk /dev/sdb
  • mkfs.ext4 /dev/sdb1
  • mount /dev/sdb1 /opt
  • adduser tab
  • passwd tab
  • visudo
  • vigr
  • vigr -s
  • sh /etc/init.d/sshd start
  • setenforce 0

SELinux をとめないと、ssh でアクセスできない。

厳密には、アクセスできるが、直後に弾かれる。

ssh でアクセス。

  • mkdir /opt/momonga
  • cd /opt/momonga
  • chown -R tab:tab .

Developer at Momonga Project - OmoiKondara-HOWTO http://developer.momonga-linux.org/wiki/?cmd=view&p=OmoiKondara-HOWTO&key=OmoiKondara

これを読んで、svn co

  • cd tools
  • make

あ、その前に、

  • sudo yum install '*' --skip-broken --exclude='texlive*'

で全部入れてから OmoiKondara で全ビルドを開始する。


«前の日記(2011-05/08 Sun) 最新 次の日記(2011-10/15 Sat)»