All Projects → truenas → scale-build

truenas / scale-build

Licence: other
TrueNAS SCALE Build System

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects
perl
6916 projects

Projects that are alternatives of or similar to scale-build

Openmediavault
openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home envi…
Stars: ✭ 2,663 (+1379.44%)
Mutual labels:  debian, nas
docker-dolibarr
🐳 🐘 Docker image for Dolibarr.
Stars: ✭ 58 (-67.78%)
Mutual labels:  debian
cylon-deb
TUI menu driven bash shell script to update and maintain a Debian based Linux distro.
Stars: ✭ 23 (-87.22%)
Mutual labels:  debian
grml-debootstrap
wrapper around debootstrap
Stars: ✭ 53 (-70.56%)
Mutual labels:  debian
wakemeops
A Debian repository for portable applications
Stars: ✭ 54 (-70%)
Mutual labels:  debian
anon-hotspot
On demand Debian Linux (Tor) Hotspot setup tool
Stars: ✭ 34 (-81.11%)
Mutual labels:  debian
debian900
DebiaN900 - A set of scripts to facilitate the installation of Devuan or Debian GNU/Linux on the Nokia N900
Stars: ✭ 35 (-80.56%)
Mutual labels:  debian
xtrix
xtrix OS repo
Stars: ✭ 23 (-87.22%)
Mutual labels:  debian
piu
Cross platform package manager wrapper
Stars: ✭ 33 (-81.67%)
Mutual labels:  debian
pi-safe
Create your own custom image files
Stars: ✭ 96 (-46.67%)
Mutual labels:  debian
realtek-r8125-dkms
A DKMS package for easy use of Realtek r8125 driver, which supports 2.5 GbE.
Stars: ✭ 142 (-21.11%)
Mutual labels:  debian
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+257.78%)
Mutual labels:  nas
LinuxMirrors
Linux 一键更换国内软件源
Stars: ✭ 623 (+246.11%)
Mutual labels:  debian
Autodesk-Fusion-360-for-Linux
This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
Stars: ✭ 810 (+350%)
Mutual labels:  debian
ansible-pyenv
Ansible role to install pyenv on Ubuntu or macOS development machines
Stars: ✭ 46 (-74.44%)
Mutual labels:  debian
sherpa
a mini-package-manager for QNAP NAS
Stars: ✭ 63 (-65%)
Mutual labels:  nas
wp-in-a-box
WordPress in a (LEMP) box (Debian & Ubuntu)!
Stars: ✭ 53 (-70.56%)
Mutual labels:  debian
awesome-sysadmin-tools
Collection of links and resources for sysadmins and Drupal lovers
Stars: ✭ 17 (-90.56%)
Mutual labels:  debian
thelounge-deb
📦 ‎ Debian/Ubuntu package for The Lounge
Stars: ✭ 16 (-91.11%)
Mutual labels:  debian
cozy-debian
Cozy Debian package
Stars: ✭ 13 (-92.78%)
Mutual labels:  debian

Join Discord Join Forums File Issue

truenas-build

A build framework for TrueNAS SCALE.

Found an issue in the build for SCALE? Please report it on our Jira bugtracker.

Requirements

  • Debian 10 or later (VM or Bare-Metal)
  • 16GB of RAM
  • At least 15GB of free disk space

In addition to the host, you will want to pre-install the following packages:

  • build-essential
  • debootstrap
  • libjson-perl
  • git
  • python3-pip
  • python3-venv
  • squashfs-tools
  • rsync
  • unzip

% sudo apt install build-essential debootstrap git python3-pip python3-venv squashfs-tools unzip libjson-perl rsync

Usage

After the pre-requistes are installed, simply run "make" (as root or sudo) to perform a complete build which performs the following steps:

make checkout

Pulls in the latest target source repos from online. Re-run to update to latest sources at any time.

make packages

Builds all the *.deb packages from the checked out source repos and stages them for further stages. Re-running it will perform an incremental build, only re-building packages which have changed sources in source/.

make update

Builds the stand-alone update file, used for online/offline updating or building ISO images.

make iso

Builds the ISO image for fresh installation.

make clean

Cleans up all the temporary files and returns to original state.

Overrides

It is possible using make and environment variables to override which source repos get checked out during "make checkout" phase.

TRUENAS_BRANCH_OVERRIDE - Can be used to override all source repos at once

_OVERRIDE - Can override specific repos, I.E. debootstrap_OVERRIDE="master"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].