#!/bin/sh

lb config noauto \
	--apt apt \
	--apt-http-proxy "http://localhost:3142/" \
	--apt-indices false \
	--apt-recommends true \
	--architecture amd64 \
	--binary-image iso-hybrid \
	--bootloader syslinux \
	--distribution wheezy \
	--initramfs auto \
	--includes none \
	--linux-flavours "amd64" \
	--linux-packages "linux-image-3.2.0-3 xen-hypervisor-4.1" \
	--mode debian \
	--system live \
	--verbose \
	--clean \
	--bootstrap-flavour minimal \
	--iso-application "Xen-Live-Image" \
	--iso-preparer "Claas Felix Beyersdorf" \
	--iso-publisher "Claas Felix Beyersdorf" \
	--iso-volume "XEN_LIVE_IMAGE" \
	"${@}"

#	--clean \
#	--interactive shell \
#--memtest none \
#	--debconf-frontend dialog \
#	--binary-filesystem fat16 \
#	--chroot-filesystem squashfs \
#	--debconf-frontend dialog \
#	--debconf-priority high \
#	--package-lists "standard" \
#	--hdd-size 1000 \
#	--username administrator \
#	--bootloader grub2 \
#	--grub-splash splash_xenbey.tga \
#	--hostname Xen \