Skip to content
mikeyd edited this page Nov 16, 2015 · 14 revisions

Using a Debian chroot


About

Builds a Debian Wheezy/Jessie, or SteamOS (brewmaster) chroot for testing. Currently only available for use on Debian-based Linux distributions.

Usage

Install and run the utility using the script file provided here:

git clone https://github.com/ProfessorKaos64/SteamOS-Tools
cd SteamOS-Tools/utilities/build-scripts
./build-test-chroot.sh [type] [release]
Types:

[debian|steamos]

Releases

Releases (Debian type): [wheezy | jessie]
Releases (SteamOS/Beta type): [alchemist | alchemist_beta | brewmaster | brewmaster_beta]

Using Docker


About

Builds a test Docker contain, image, or Dockerfile. See: http://bit.ly/1GPw9lb (Digital Ocean Wiki)

This script is very much in progress!

Usage

Install and run the utility using the script file provided here:

./build-test-docker.sh

Alternatively, and ideally, clone the repo for easy updates

git clone https://github.com/ProfessorKaos64/SteamOS-Tools
cd SteamOS-Tools/utilities/build-scripts
./build-test-docker.sh

Please note

Submit all questions, comments, and pull requests to the issues and pull requests area of this git repository.

Clone this wiki locally