Skip to content

Webconverger/Debian-Live-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

519 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webconverger Debian Live build configuration

For the source of the rootfs aka $WEBC_CHECKOUT, please use: https://github.com/Webconverger/webc

Setup

yourhost # docker run --name buildwebc -it -v $WEBC_CHECKOUT:/root/Debian-Live-config/webconverger/chroot webc/isobuilder

Building the image

insidecontainer # make # <--- run inside container

Get the built ISO out

yourhost # docker cp buildwebc:/root/Debian-Live-config/webconverger/live-image-i386.hybrid.iso test.iso

or see [build.sh](build.sh).

When you need to revisit the image

yourhost # docker start -ai buildwebc

or

yourhost # docker start buildwebc
yourhost # docker exec -it buildwebc /bin/bash

About

Used with live-build to build the chroot

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors