Index: /trunk/debirf/debian/changelog
===================================================================
--- /trunk/debirf/debian/changelog	(revision 908)
+++ /trunk/debirf/debian/changelog	(revision 909)
@@ -8,6 +8,7 @@
   * improved install-kernel module to only download need kernel package
     (closes CMRG #67)
+  * move bootstap.log to $DEBIRF_BUILDD/.bootstrap.log
 
- -- Jameson Rollins <jrollins@fifthhorseman.net>  Thu, 10 Jan 2008 23:05:28 -0500
+ -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 11 Jan 2008 10:51:22 -0500
 
 debirf (0.13-1) unstable; urgency=low
Index: /trunk/debirf/docs/README
===================================================================
--- /trunk/debirf/docs/README	(revision 908)
+++ /trunk/debirf/docs/README	(revision 909)
@@ -8,13 +8,18 @@
 "profiles" are:
 
-minimal: very minimal system with no extras, including no man pages or
-	 udev.
+minimal:
+  very minimal system with no extras, including no man pages or udev.
+  - requires ~230M for buildd, and produces a 47M initramfs.
 
-rescue: includes a full complement of system repair utilities,
-        including mdadm, lvm2, testdisk, foremost, etc.
+rescue:
+  includes a full complement of system repair utilities,including
+  mdadm, lvm2, testdisk, foremost, etc. 
+  - requires ~250M for buildd, and produces a 51M initramfs.
 
-xkiosk: run a simple clean GUI interface for public-access web
-	browsing (pass it the "browse=URL" boot parameter to specify
-	a startup URL).
+xkiosk:
+  run a simple clean GUI interface for public-access web browsing.
+  you can pass it the "browse=URL" boot parameter to specify a startup
+  URL. 
+  - requires ~600M for buildd, and produces a 127M initramfs.
 
 gzipped archives of these profiles are included with debirf in
Index: /trunk/debirf/fs/usr/bin/debirf
===================================================================
--- /trunk/debirf/fs/usr/bin/debirf	(revision 908)
+++ /trunk/debirf/fs/usr/bin/debirf	(revision 909)
@@ -78,4 +78,5 @@
 	fakeroot_if_needed fakechroot /usr/sbin/debootstrap --variant=fakechroot --include="$INCLUDE" --exclude="$EXCLUDE" "$DEBIRF_DISTRO" "$DEBIRF_ROOT" "$DEBIRF_MIRROR"
     fi
+    mv "$DEBIRF_ROOT"/var/log/bootstrap.log "$DEBIRF_BUILDD"/.bootstrap.log
 }
 
