Differences between revisions 5 and 6
Revision 5 as of 2013-05-25 19:44:40
Size: 1722
Editor: ?NirosanThiyagalingam
Comment:
Revision 6 as of 2013-05-25 19:45:09
Size: 2493
Editor: ?NirosanThiyagalingam
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

---- /!\ '''Edit conflict - other version:''' ----
Line 13: Line 15:

---- /!\ '''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''' ----
Line 19: Line 28:

---- /!\ '''Edit conflict - other version:''' ----
Line 20: Line 31:

---- /!\ '''Edit conflict - your version:''' ----
6. Then logout and log in as root

---- /!\ '''End of edit conflict''' ----

This is a description on how to install debian-edu on a Raspberry PI using Raspian and debian-edu metapackages.

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 Raspian.

2. Write the image to a SD card using either UNIX tool dd. or if you are Windows user Win32DiskImager.


/!\ Edit conflict - other version:


3. Boot up Raspberry with the SD card. You will get into 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 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 


/!\ 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:

apt-get update
apt-get upgrade 

8. Install Subversion:

apt-get install –y subversion

9. Download the installation script:

svn co svn://svn.debian.org/svn/debian-edu/branches/wheezy/debian-edu-config/share/debian-edu-config/tools

10. Run the script:

bash tools/debian-edu-bless