The acacialinux installer daemon
You can use the script create_loop.sh to create a loopback device to try running seed on for testing and development purposes. Using it is quite easy:
./create_loop.sh loopback.img 10The first argument is the file path and the second one is the size in GB to allocate for the loop device.
To unmount the created device, use the following command:
losetup -d <your loopback in /dev>