Linux Live Kit favicon

Linux Live Kit

Linux Live Kit is a set of shell scripts which allows you to create your own Live Linux from an already installed Linux distribution. The Live system you create will be bootable from CD-ROM or a disk device, for example USB Flash Drive, USB Pen Drive, Camera connected to USB port, and so on. People use Linux Live Kit to boot Linux from iPod as well.

How to build a Live distro: 1) Install your favourite distro to disk partition, or into a folder on your existing system. Debian is recommended but not required. 2) Make sure that aufs and squashfs kernel modules are supported by your kernel. Debian Jessie has both included automatically. You may need to install aufs-dkms package on newer versions of Debian. 3) Now remove all unnecessary files (for example man pages and all other files you don't need), to make your Live Linux system as small as possible (this step is optional). It is recommended to remove udev's persistent net rules and other settings of your distro, which may prevent it from functioning correctly on different hardware. 4) Download Linux Live Kit from github and put it in /tmp Read files in ./DOC/ to learn how it works (this step is optional) Edit .config file if you need to modify some variables 5) Finally login as root and run the ./build script. Your Live Kit ISO image will be created in /tmp 6) To make bootable USB, unpack the generated TAR archive (also from /tmp) to your USB device and run bootinst.sh from the boot subdirectory

mklivecd

mklivecd

LiveCD provides that platform for creating your own LiveCD based on Mandrake Linux. This project is an offshoot of the MiniCD ...