This document shows the steps taken to build a Debian-based GNU/Linux Live CD. The document is a work in progress -- we are still experimenting ourselves.
# echo "deb http://live.debian.net/debian/ etch main" >> /etc/apt/sources.list # echo "deb-src http://live.debian.net/debian/ etch main" >> /etc/apt/sources.list # apt-get update # apt-get install debian-unofficial-archive-keyring live-helper
# lh_config && cd debian-live
# cat > config/chroot_local-packageslists/packages.txt << "EOF" #<include> standard-x11 iceweasel icewm EOF
# lh_build
| Copyright ©
2007-2008
Vermont Department of Taxes
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". |