Creating CD images
Sometimes it is not enough to have an online repository of your packages and you want to create .iso images with packages that is usable by apt. Falcon of course makes this very easy.Collecting the packages
You do not need to create a complete repository just to create a .iso image. It is enough to just dump them in a directory somewhere. Of course it does not hurt to put them in a repository, so of course you can create .iso images from existing repositories.Creating the .iso image
Falcon will create an image in the /tmp directory, so make sure you have enough space there. Falcon will warn you if you do not have enough space or if you try to create an image larger than 650MB (use the -s argument to increase this number). To actually create the image, you onle need to use one simple command:falcon iso -r directory_with_debfiles