How to make Debian LiveCD

Creating Debian LiveCD with SerialConsole boot

Uncomment to disable graphical terminal (grub-pc only)

GRUB_TERMINAL=serial
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"

Prepare building environment

apt-get install  git-core live-helper
git clone http://git.ciffer.net/svend/live-sc.git
cd live-sc
lh config

Be sure that you replaced file mirror to archive.debian.org

Build image

lh build

Links

1 2