[SCM] A live-build configuration for a Debian Games live image branch, master, updated. b9170fcb46346a31896c20bfdb160a01a6fe5243

Ben Armstrong synrg at debian.org
Sun Feb 26 14:23:44 UTC 2012


The following commit has been merged in the master branch:
commit b9170fcb46346a31896c20bfdb160a01a6fe5243
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Feb 26 10:23:39 2012 -0400

    Note increased size and latest version of live-build.

diff --git a/README b/README
index 41af8f4..8118a34 100644
--- a/README
+++ b/README
@@ -1,20 +1,22 @@
 What is this?
 -------------
 This is a Debian Games live image configuration that will build a Wheezy amd64
-image suitable for use on a 4G USB key or DVD.
+image suitable for use on a 8G USB key, DVD-R(w) DL or BD-R(E).
 
 Status
 ------
-As of the date of writing, it is tested against live-build 3.0~a26-1 plus
-rb290b41 from git.
+As of the date of writing, it is tested against live-build 3.0~a45-1.
 
 Building the image
 ------------------
 * Ensure you have sufficient bandwidth to your preferred Debian archive
   mirror to build the image, as it will be downloading a considerable
   number of packages.
-* Ensure you have enough disk space to build the image. About 5 times the
-  size of the final image is required, or about 20G for a 4G image.
+* Since Wheezy is not yet finalized, image size will vary. Initially, the image
+  was around 4G, but as of the latest test build, it is around 7G.
+* Ensure you have enough disk space to build the image. About 4 to 5 times the
+  size of the final image is required. We measured about 20G when the image was
+  4G, but now it is approaching 30G for the 7G image.
 * Ensure that the user building the image has superuser access via sudo.
 * Ensure live-build is at least at the version indicated above, and download
   any additional packages to the specified location if needed.
@@ -25,13 +27,13 @@ $ make
 * Some time later (how long depends on bandwidth, speed of disks, processor
   etc.) an image file binary-hybrid.iso will be generated to the current
   directory, along with a log of the process in build.log.
-* The image is ready for use either on a USB key (via dd) or DVD (via wodim)
+* The image is ready for use either on a USB key (via dd) or DVD/BD (via wodim)
   * For USB, dd it to the device node, not a partition node, e.g. /dev/sdx,
     *not* /dev/sdx1:
 
 $ dd if=binary-hybrid.iso of=/dev/sdx
 
-  * For DVD, use wodim to write to DVD-R(W) medium:
+  * For DVD, use wodim to write to DVD-R(W) DL medium:
 
 $ wodim binary-hybrid.iso
 

-- 
A live-build configuration for a Debian Games live image



More information about the Pkg-games-commits mailing list