The files in this directory represent the bleeding-edge of JayOS. Think of it as a development branch. The idea is for the ueberadmin to copy this build directory to their local drive. After a new release, simply download the updated file(s), and re-create the LiveCD ISO from your local build directory with the following commands: mkisofs -v -R -J -pad \ -b boot/isolinux.bin -c boot/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -o $(ISO) $(LIVECD) Where $ISO is a path to the ISO to create, and $LIVECD is the path to your local build directory.