[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/HowTo/RaspberryPiWorkstation" by HolgerLevsen

Debian Wiki debian-www at lists.debian.org
Sun May 26 15:29:17 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 HolgerLevsen:
http://wiki.debian.org/DebianEdu/HowTo/RaspberryPiWorkstation?action=diff&rev1=14&rev2=15

Comment:
fix s/debian-edu/Debian Edu/ where approriate, fix some english and whitespace, run script with -x option to explain what it does

- This is a description on how to install debian-edu on a Raspberry PI using Raspian and debian-edu metapackages.
+ This is a description on how to install Debian Edu / Skolelinux 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.
+ Since there is no offically released version of Debian Edu for Raspberry Pi but it can be easily installed manually. 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. After that we install the debian-edu metapackes using a script to transform the installation into a Debian Edu workstation (which needs a Debian Edu main-server [[http://wiki.debian.org/DebianEdu/Documentation/Wheezy/GettingStarted|to be useful.]].
  
  == Installation instructions ==
- 1. Download first [[http://www.raspberrypi.org/downloads |Raspian.]]
+ 1. Download [[http://www.raspberrypi.org/downloads |Raspian]].
  
  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.]]. 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
+ 3. Boot up the 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
- 
  
  5. Add password to the root user:
  {{{
  sudo passwd root 
  }}}
  
- 
- 
  6. Then logout and log in as root
- 
  
  7. Update and upgrade the package database:
  {{{ 
@@ -43, +38 @@

  
  10. Run the script:
  {{{ 
- bash tools/debian-edu-bless
+ bash -x tools/debian-edu-bless
  }}}
  



More information about the debian-edu-commits mailing list