sugarlabs/sugar-live-build

Name: sugar-live-build

Owner: Sugar Labs

Description: Configuration for Debian Live Build to make a Sugar Live Build

Created: 2017-09-27 10:13:14.0

Updated: 2018-04-11 07:15:00.0

Pushed: 2018-04-18 18:47:57.0

Homepage: null

Size: 9

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Sugar Live Build

Introduction

Welcome to Sugar Live Build! This makes a complete bootable image containing Sugar, the Sugar toolkits, and the demonstration activities.

If you're looking for a pre-built ISO file see Downloads.

How to build
  1. Install Debian Stretch;

  2. Clone this repository;

    clone https://github.com/sugarlabs/sugar-live-build.git
    
  3. Run the build script.

    ild
    

This will take some time to process; at the end you will have a file ending with .hybrid.iso, which is your iso-bootable file.

How to add activities
  1. Open the build script with your prefered text editor.

  2. For each activity you want to add to your live image, add the following line to to the build script in the clone section. Replace the URL of the git repository with the URL of repository of the activity you are adding and replace ActivityName with the name of the activity you are adding. Be sure to use .activity as the suffix.

    clone https://github.com/username/link-to-repository.git ActivityName.activity

Debian Live Build

Debian Live Build has documentation for more details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.