Debian Live adalah sebuah proyek untuk mengembangkan sistem Debian GNU/Linux Live yang menggunakan paket-paket Debian dan debian-installer secara resmi.
NOTE: lihat dengan baik dan perhatikan masalah-masalah yang ada
Status: in progress
$ mkdir kuliax
$ cd kuliax/
$ lh_config -b iso -a i386 --sections "main contrib non-free" -d lenny -m [cermin terdekat]
$ vim config/chroot_sources/live.chroot
$ vim config/binary $ vim config/bootstrap $ vim config/chroot $ vim config/common $ vim config/source
$ sudo lh_build
$ qemu -hdd binary.img
$ dd if=binary.img of=/dev/sda
$ ppmtolss16 '#d0d0d0=7' < kuliax_splash.ppm > splash.rle 256000 pixels, 8092 bytes, (93.68% compression)
$ cp splash.rle config/binary_syslinux/
$ vim config/binary
LH_SYSLINUX_SPLASH="config/binary_syslinux/splash.rle"
LH_PACKAGES="xdm xterm paket bla bla splashy"
LH_BOOTAPPEND_LIVE="quiet splash vga=791"
LH_DEBIAN_INSTALLER="live" LH_DEBIAN_INSTALLER_DAILY="enabled"
$ sudo rm -rf .stage/ binary* cache/ chroot/ $ sudo lh_build
LH_APT_FTP_PROXY="http://alamat_proxy:8080/" LH_APT_HTTP_PROXY="http://alamat_proxy:8080/"