Debian 9 Stretch Live Build Web Boot - Albert Korman
1.-extract the file called: filesystem.squashfs from some live-iso image distro with:
# mount -o loop live-image.iso /mnt
- find in /mnt/live/here-there-are.
2.-put the filesystem.squashfs in your server in a folder /live-file (/var/www/html/live-file/here-put-the-filesystem.squashfs.
3.-make a live-iso image with live-build suite
(apt-get install live-build live-boot live-config)
3.1-for exemple:
# lb config --bootloader syslinux --bootappend-live "boot=live components fetch=http://your-server-ip-host/live-file/filesystem.squashfs"
3.2- execute # lb build
4.-Run the live-image-amd64.hybrid.iso file and then start the party trought the net you can play your distro arraound the world with internet connection.
source: https://live-team.pages.debian.net/live-manual/html/live-manual/the-basics.en.html#284
The Project: https://sourceforge.net/projects/debian-live-k-4-9-0-8--webboot/