HOWTOs

Build an Ultralight GUI OS with Debian Live

If you are running Debian, install debian-live:

apt-get install debian-live

(you must be root (superuser) to install debian-live)

Then type:

lh_config --packages "xserver-xorg-video-vesa xterm xfonts-base xinit jwm"

(the basics and gives you the jwm window manager)

Then type:

lh_build

Then wait for the .iso image to be built.

Use qemu to boot it if you have it installed:

qemu -cdrom binary.iso

Resources: 

Create a distribution or backup of your Debian-based desktop/server

"If you have a desktop or server setup that you want to have a full backup of or wish you could easily clone, you can do so with software packages that cost upwards of $1,200. But if your business is working within the confines of a small budget and your machine runs a Debian-based platform, Remastersys is the tool for you. Remastersys can help you deploy multiple machines or even take a sandbox server and copy it onto production hardware."

Resources: 

GNU/Hurd: Creating a bootable qemu image from a root filesystem and bootloader

Creating a bootable qemu image from a root filesystem and bootloader

Create a hard disk image

qemu-img create -f qcow G

Use a live CD (better to have a lighter OS like system rescue CD to make the process faster) and the image created to boot.

qemu -cdrom /dev/cdrom -hda -boot d

Once system is booted use a partition editing tool (like fdisk, cfdisk, parted, gparted, qtparted ...) to partition the image.

cfdisk

create the necessary partitions (root and swap partitions boot, home ... if required)

Resources: 

Create Your Own Live Linux CD or USB distribution

Creating your own custom Live Linux CD or USB distribution is not complicated. However, there are many different approaches depending mainly on which Linux base you decide to use. Many popular Linux distro's such as Knoppix, Ubuntu and DSL are based on Debian so for the following tutorial, we are going to focus on the simple creation of a Live Linux CD using Debian Linux as our base.

Resources: 

Remaster Backtrack Video

Screencast: How to Build a Fedora 10 Remix

"I made a two-part screencast on how to build a Fedora Linux remix. The first video has some slides at the beginning that explains the process and then walks through it with a live demo. The second video boots the LiveDVD that was created, shows an "Install to Hard Drive" and then shows some of the features of the remix."

Resources: 

Build an Ubuntu live CD from scratch with Debian's live-helper

"This page briefly describes how to create an ubuntu live CD from scratch with debian's live helper."

http://david.decotigny.free.fr/wiki/wakka.php?wiki=LiveHelpe...

Resources: 

Customize an Ubuntu Live CD / USB

"The default ubuntu live CD is nice: it can boot fast, detect the hardware correctly, etc. But I always dreamed of customizing it (eg. add medibuntu support, etc.). The remaster_ubuntu.sh script offers a simple approach to do just this: we start with a working live CD ISO image, change its contents, and create a new live CD image. [...]

This script allows to customize an Ubuntu live CD in 3 simple steps:

Resources: 

Installing Debian on an SD Card

"This is a guide on how to install Debian onto the microSD card, it DOES NOT replace the default Linux operating system.

Resources: 

Linux Internet Kiosk using Debian-Live HOWTO

"This is the revamped version of the Debian Internet Kiosk with Firefox 2 HOWTO. I have adapted it to use Iceweasel, which gives a major improvement for streamlining the process. I have gotten rid of the requirement to install from tarball. The extensions I use have matured a bit so as to give better functionality.

Resources: 

Pages