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

Debian Wiki wiki at debian.org
Wed Aug 7 23:33:05 BST 2019


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 omartek:
https://wiki.debian.org/DebianEdu/HowTo/RaspberryPiWorkstation?action=diff&rev1=23&rev2=24

  == Installation instructions ==
  1. Download [[http://www.raspberrypi.org/downloads |Raspbian]]. If you need older versions you can find them [[https://downloads.raspberrypi.org/raspbian/images/ |here Raspbian Desktop]] and [[https://downloads.raspberrypi.org/raspbian_lite/images/ |here Raspbian lite]]. At the moment the suggested Raspbian version is [[https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-04-09/ |Strech-lite]].
  
- 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.]] You can find detailed instructions also in this [[https://www.raspberrypi.org/documentation/installation/installing-images/README.md |Raspberry PI offical guide]].
+ 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.]] You can find detailed instructions also in this [[https://www.raspberrypi.org/documentation/installation/installing-images/README.md |Raspberry PI offical guide]]. The installation with the complete meta-packeges set requires 11,2GB, so use '''16GB SD card''' at least.
  
  3. Boot up and Log in with username: '''pi''' and password: '''raspberry'''. Use [[https://elinux.org/RPi_raspi-config |raspi-config]] to change default password and set localisation options, typing at prompt:
  {{{
@@ -25, +25 @@

  sudo reboot 
  }}}
  
- 5. At next prompt, log in with username: '''root''' and password: '''what you choosed at step 4'''.
+ 5. At next prompt, log in with username: '''root''' and password: '''what you chosed at step 4'''.
  
  6. Update and upgrade the package database:
  {{{ 
@@ -42, +42 @@

  {{{ 
  cd /usr/share/debian-edu-config/
  }}}
-  Run the script, install xfce desktop (uses least amount of ram):
+  Run the script, install xfce desktop (uses the least amount of ram):
  {{{ 
  DESKTOP=xfce bash -x tools/debian-edu-bless
  }}}
@@ -50, +50 @@

  10. Reboot.
  
  11. Now you can access desktop, from lightdm, using '''pi''' or '''root''' users only.
-  You must add system, using GOsa2 from the server, to access using LDAP service. If you need MAC addrees of your new Raspberry Pi workstation, from command line type:
+  You must add system, using GOsa2 from the server, to access using LDAP service. If you need MAC address of your new Raspberry Pi workstation, from command line type:
  {{{ 
  ifconfig -a
  }}}



More information about the debian-edu-commits mailing list