#!/bin/sh

PROJECT="debian-test"

lb config noauto \
	-a i386 \
	--hostname="${PROJECT}" \
	--distribution=squeeze \
	--archive-areas="main" \
	--packages="squashfs-tools vim less debconf-utils grub-pc" \
	--bootappend-live="quickreboot persistent swapon" \
	--security=false \
	--apt-recommends=false \
	--debian-installer=live \
	--debian-installer-distribution=daily \
	--apt-secure=false \
	--binary-indices=false \
	--volatile=false \
	${@}
