- Core concepts
- Webconverger Debian Live configuration
- Official Webconverger package repository
- Webconverger git repositories
- Webconverger daily builds - build script sources
- Webconverger in your locale
- Artwork
- Firefox extension development
- Debian Live project and Live helper packages
- live-config lists the boot parameters. Also see boot.
- Howto hide boot menu
- Howto add Java
- Customising cronjob
If you are new to the project, Welcome! Please help by testing. Thank you!
Building on a Debian system:
Building an image from scratch is usually only necessary if you need to customise the image's packages chrome typically.
You can use the guide to persistently change boot options without building.
Download and install the latest live-build from the Debian Unstable repository.
git clone git://github.com/Webconverger/Debian-Live-config.gitcd Debian-Live-config/webconverger/- Take a long good look at auto/config
lb configto setup the configurationsudo lb buildin to kick off the build process
These steps are formalised in the daily build process's build.sh.
Next use this test guide on your freshly built image.
- todo has a list of bugs that need to be fixed. Please help Webconverger out and you will be acknowledged for your contribution.
- Join the Debian Live community. Peruse the debian-live mailing list archives.

Debugging mode with the built Webconverger image
Debugging in Webconverger simply involves removing noroot from the boot options. The window manager is dwm.
Customising the ISO hybrid image
Simple permanent boot customisation steps without building the ISO from scratch are the following root commands
mount -o loop webc-9.0.iso /mnt/webc/
rsync -av /mnt/webc/ /mnt/custom/
chmod +w /mnt/custom/isolinux/live.cfg
Now edit /mnt/custom/isolinux/live.cfg and change the boot command line
with your homepage URL.
Now rebuild the ISO like so:
sudo genisoimage -J -l -cache-inodes -allow-multidot -no-emul-boot -boot-load-size 4 -boot-info-table -r -b isolinux/isolinux.bin -c isolinux/boot.cat -o custom.iso /mnt/custom/
Hint: If you are an Archlinux user, genisoimage can be found in the cdrkit package.
Finally:
isohybrid custom.iso
isohybrid comes from a recent version of syslinux
The customisation service remains if you are unable to perform these commands. It's also difficult to edit the package listing, such as changing chrome without the service still. For large deployments, please enquire with sales in how we can help you.