| File | Date | Author | Commit |
|---|---|---|---|
| recipes | 2018-12-01 |
|
[c0da4e] v20181201 |
| scripts | 2018-12-01 |
|
[c0da4e] v20181201 |
| volumio | 2018-12-01 |
|
[c0da4e] v20181201 |
| .travis.yml | 2017-06-27 |
|
[ecbf2b] remove shellcheck from recipe |
| LICENSE | 2014-12-16 |
|
[c098db] Initial commit |
| README.md | 2017-02-19 |
|
[9236f8] armbian platform readme info |
| build.sh | 2018-04-27 |
|
[a66939] build.sh: fixed a missing ';;' |
Copyright Michelangelo Guarise - 2016
git squashfs-tools kpartx multistrap qemu-user-static samba debootstrap parted dosfstools qemu binfmt-support qemu-utils
$forceyes from line 989 of /usr/sbin/multistrap./build.sh -b <architecture> -d <device> -v <version>
where switches are :
<arch> Build a full system image with Multistrap. <dev> Create Image for Specific Devices. Supported device names:<repo> Create docker layer. Give a Docker Repository name as the argument.<vers> VersionExample: Build a Raspberry PI image from scratch, version 2.0 :
./build.sh -b arm -d pi -v 2.0 -l reponame
You do not have to build the architecture and the image at the same time.
Example: Build the architecture for x86 first and the image version MyVersion in a second step:
./build.sh -b x86
./build.sh -d x86 -v MyVersion
Kernel Sources
Main Packages Sources
Debian Packages Sources (x86)
All Debian-retrieved packages sources can be found at the debian-sources Repository
Raspbian Packages Sources (armhf)
All Raspbian-retrieved packages sources can be found at the raspbian-sources Repository
If any information, source package or license is missing, please report it to info at volumio dot org
In case of lacking native support in volumio there is the option to build
images based on Armbian ( www.armbian.com ) which supports a variety of
PI clones -
Example:
./build.sh -b arm -d armbian_bananapipro_vanilla -v 2.0
where
please see notes in armbiam community which kernel is the best - or
if there are any restrictions that apply in your case
e.g. some mainline kernel still do not have stable ports of all devices, e.g. ethernet driver, while legacy kernel may miss other features.
In all cases even lecagy kernels come with overlayfs and squashfs support.
sucessfully tested images:
kernel, ramdisk and squashfs may be larger compared to native support images due to extra packages required by armbian build routines
armbian_orangepipc_legacy ... not booting
others may work at once or with minor adaptions
*