Brief Intro.:
- Login name and password: root, raspberry;
- Desktop and many libraries deleted;
- Timezone set to be UTC+8, coding set to be en_US UTF-8;
- Based on 2015-05-05-raspbian-wheezy.img, kernel version is 3.18;
- Rpi community tools included, like
raspi-config
, andrpi-update
etc.; - Kernel can be updated using
rpi-update
to latest GitHub version (recently 4.1?); - Sources changed to be Aliyun (good for Chinese Rpi fans), using
jessie
repo, thanks to Alibaba Group and its affiliates that supports Linux and Rpi communities in China! - .img file is about 1.4g, real size after burning into a TF card is less than 800m, which is good for a 2g TF card, too;
- Little RAM consuming, about 75M after booting;
Notes:
- The ripping is good for CLI users, and those who want GUI please find another suitable OS image;
- Change password for root as soon as possible after your first boot;
- Regenerate host keys of OpenSSH using below command:
rm /etc/ssh/ssh_host_* && dpkg-reconfigure openssh-server
- If necessary, change timezone using:
dpkg-reconfigure tzdata
- If necessary, change locale using:
dpkg-reconfigure locales
- If necessary, change any other settings using:
raspi-config
Download here Password: iyjx
发表回复