Skip to content
Snippets Groups Projects
README.md 702 B
Newer Older
Ruben Rodriguez's avatar
Ruben Rodriguez committed
This script builds a Trisquel CD image from scratch.

The script needs 5 parameters (in the shown order):

* Action to do: debootstrap|iso|source|squash|torrent|all
* Architecture to build: i386|amd64
* Distro to build: trisquel|trisquel-mini|trisquel-sugar|triskel
* Codename (of an existing Trisquel release)

Extra parameters:
i18n: Builds a DVD with extra translations
fsf: Builds the FSF membership card image

Example:
Ruben Rodriguez's avatar
Ruben Rodriguez committed
    sudo bash makeiso.sh  all amd64 trisquel etiona i18n
Ruben Rodriguez's avatar
Ruben Rodriguez committed

Requirements (running from Trisquel):

Ruben Rodriguez's avatar
Ruben Rodriguez committed
    apt-get install xorriso squashfs-tools debootstrap lzma wget syslinux isolinux
Ruben Rodriguez's avatar
Ruben Rodriguez committed

WARNING: this script uses a ramdisk to build the system, so you need roughly 6GB RAM to run it.