Skip to content

ehubin/Build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

350 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Buildscripts for Volumio System

required : squashfs-tools kpartx multistrap qemu-user-static samba debootstrap parted dosfstools qemu binfmt-support

required for building x86 : qemu-utils

  • clone the build repo on your local folder : git clone https://github.com/volumio/Build build
  • cd to /build and type ./build.sh -b -d all -v 2.0 where switches are :
  • -b --Build system with Multistrap, use arm or x86 to select architecture
  • -d --Create Image for Specific Devices. Usage: all (all), pi, udoo, cuboxi, bbb, cubietruck, compulab
  • -l --Create docker layer. Docker Repository name as as argument
  • -v --Version

Example: Build a Raspberry PI image from scratch, version 2.0 : ./build.sh -b arm -d pi -v 2.0 -l reponame

About

Buildscripts for Volumio System

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 91.2%
  • Makefile 7.8%
  • Python 1.0%