-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Tom edited this page Aug 8, 2019
·
1 revision
Welcome to the tos-live wiki!
This repository is used to build tos iso images.
The working directory of you iso's is located in the toslive
directory.
- Clone this directory.
- Make sure you are on the latest kernel (otherwise the builds will fail)
- You build OS must be arch based
Go into the working directory toslive
To start a build issue the following command sudo ./start.sh -s
The -s
option means build the server image
If you want to build a desktop use the following command sudo ./start.sh -g
The -g
stands for graphical.
You can also build iso images with azerty as the default keyboard layout (for the french and belgians among us)
simply issue the above commands but with the -a
option
eg sudo ./start.sh -g -a
After the build is complete the iso's will be inside the toslive/out
directory.
Try them out!