Skip to content

raspberrypilearning/edu-image

Repository files navigation

edu-image

  1. Burn the latest standard Raspbian image

  2. Boot Pi from card and skip the setup.

  3. Connect to the internet

  4. Open a terminal and run the edu-image.sh script on the Pi

    wget --no-check-certificate -O - http://rpf.io/picademy-image | bash

    or

    wget --no-check-certificate -O - http://rpf.io/bytes-image | bash
  5. Remove the card and place in linux laptop, mount both boot and main partitions

  6. Clone this repo to the linux machine

    git clone git@github.com:raspberrypilearning/edu-image.git
  7. Unmount both partitions.

  8. Make sure you have a backups directory in your homedir. Create one if necessary with mkdir ~/backups

  9. Run resize.sh to reduce partition size.

    cd edu-image
    ./resize.sh 
  10. A backup of the image will be created in ~/backups that can be used to create new cards if needed.

About

Script to customise a raspbian install for education team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages