個人用にメモっておく。
- gai.confでipv4が優先されるようにする。(不要かも)
 - passwdでrootのパスワードを設定する
 - locales
 
apt-get install localesdpkg-reconfigure locales
- hostname
 
apt-get install dbus hostnamectl set-hostname hogehoge
- timezone
 
dpkg-reconfigure tzdata
- /etc/apt/sources.list
 
deb http://ftp.jp.debian.org/debian jessie main deb http://security.debian.org/ jessie/updates main
- ntp
 
timedatectl set-ntp true vim.tiny /etc/systemd/timesyncd.conf Servers=ntp.nict.jp
- fake-hwclock
 - cpufrequtils
 - /etc/network/interfaces
 
auto eth0 iface eth0 inet dhcp
- /etc/fstab
 
/dev/sda1 / ext4 defaults 0 1 /dev/sda2 none swap defaults 0 0 /dev/mmcblk0p1 /boot vfat defaults 0 2
- openssh-server
 - rpi-update
 - cat /boot/cmdline.txt
root=/dev/sda1 rootfstype=ext4 rootwait quiet rw
 - /boot/config.txtはなくてもよさそう