volumio / Build

Buildscripts for Volumio System
GNU General Public License v2.0
113 stars 102 forks source link

Ramisk build WIP #450

Closed volumio closed 3 years ago

ashthespy commented 3 years ago

I am not sure if this should be in the Build scripts - can't you do something similar directly with

sudo mount -t tmpfs -o size=<> rootfs ./build
sudo mount -t tmpfs -o size=<> volmnt /mnt/volumio
./build.sh <>
sudo umount ./build
sudo umount ./mnt/volumio