0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RPi2でRaspbianを動かしてみた

Posted at

download

インストール

32GBに書き込んだ場合
ファイルシス   サイズ  使用  残り 使用% マウント位置
rootfs            30G  2.4G   26G    9% /
4GBに書き込んだ場合(少しパッケージインストールした後)
ファイルシス   サイズ  使用  残り 使用% マウント位置
/dev/root        3.6G  2.5G  935M   73% /

初回ウィザード

  • piユーザのパスワードを設定
  • 1 Expand Filesystem
  • 8 Advanced Options
    • A1: OverClock : Pi2(1000MHz)に設定
    • A3: GPUへのメモリ割り当てを16MBに設定
    • A4: SSHを有効

puppetmaster

wget http://apt.puppetlabs.com/puppetlabs-release-pc1-wheezy.deb
dpkg -i puppetlabs-release-pc1-wheezy.deb
apt-get update
apt-get install -y puppetmaster-passenger
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?