[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/HowTo/RaspberryPiWorkstation" by NirosanThiyagalingam
Debian Wiki
debian-www at lists.debian.org
Sat May 25 19:47:20 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/HowTo/RaspberryPiWorkstation" page has been changed by NirosanThiyagalingam:
http://wiki.debian.org/DebianEdu/HowTo/RaspberryPiWorkstation?action=diff&rev1=8&rev2=9
This is a description on how to install debian-edu on a Raspberry PI using Raspian and debian-edu metapackages.
- == The solution ==
+ == The solution ==
Since there is no version of debian-edu for Raspberry Pi. We need to install Debian on Raspberry first, then transform it to a regular debian-edu workstation. We will start by installing Raspian. This is a version of Debian that is specially made for Raspberry. And then install the debian-edu metapackes to transform it to a regular version of debian-edu.
== Installation instructions ==
1. Download first [[http://www.raspberrypi.org/downloads |Raspian.]]
- 2. Write it to a SD card using either UNIX tool [[http://en.wikipedia.org/wiki/Dd_(Unix) |dd.]] or if you are Windows user [[http://sourceforge.net/projects/win32diskimager/|Win32DiskImager.]]
+ 2. Write the image to a SD card using either UNIX tool [[http://en.wikipedia.org/wiki/Dd_(Unix) |dd.]] or if you are Windows user [[http://sourceforge.net/projects/win32diskimager/|Win32DiskImager.]]
- 3. Boot up Raspberry with the SD card you will get into [[http://elinux.org/RPi_raspi-config |raspi-config.]]. Make choose expand_rootfs to expand the root partition to fill the SD card. And then choose configure_keyboard to set the keyboard layout that you are using.
- 4. Log in with username: pi and password. Raspberry.
+ ---- /!\ '''Edit conflict - other version:''' ----
+ 3. Boot up Raspberry with the SD card. You will get into [[http://elinux.org/RPi_raspi-config |raspi-config.]]. Choose expand_rootfs to expand the root partition to fill the SD card. And then choose configure_keyboard to set the keyboard layout that you are using. It's strongly recommended to change the default password. choose change_pass to change the password. the standard password is: raspberry
+
+ 4. Log in with username: pi
+
+ ---- /!\ '''Edit conflict - your version:''' ----
+ 3. Boot up Raspberry with the SD card. You will get into [[http://elinux.org/RPi_raspi-config |raspi-config.]]. Choose expand_rootfs to expand the root partition to fill the SD card. And then choose configure_keyboard to set the keyboard layout that you are using. It's strongly recommended to change the default password. choose change_pass to change the password. The standard password is: raspberry
+
+ 4. Log in with username: pi
+
+ ---- /!\ '''End of edit conflict''' ----
5. Add password to the root user:
{{{
sudo passwd root
}}}
- 6. Then logout and log in with the root privileges
+
+ ---- /!\ '''Edit conflict - other version:''' ----
+ 6. Then logout and log in as root
+
+ ---- /!\ '''Edit conflict - your version:''' ----
+ 6. Then logout and log in as root
+
+ ---- /!\ '''End of edit conflict''' ----
7. Update and upgrade the package database:
{{{
More information about the debian-edu-commits
mailing list