Webconverger Debian Live build configuration
For the source of the rootfs aka $WEBC_CHECKOUT
, please use: https://github.com/Webconverger/webc
yourhost # docker run --name buildwebc -it -v $WEBC_CHECKOUT:/root/Debian-Live-config/webconverger/chroot webc/isobuilder
insidecontainer # make # <--- run inside container
yourhost # docker cp buildwebc:/root/Debian-Live-config/webconverger/live-image-i386.hybrid.iso test.iso
or see [build.sh](build.sh).
yourhost # docker start -ai buildwebc
or
yourhost # docker start buildwebc
yourhost # docker exec -it buildwebc /bin/bash