changeset 1069:3df307ef6007

Take RW system image out of buildall.sh default. Distributing two types of prebuilt system images would be more confusing than helpful, and the gentoo-stage1.sh script provides an example showing how to copy the root filesystem into a writeable chroot.
author Rob Landley <rob@landley.net>
date Thu, 06 May 2010 00:06:30 -0500
parents 31b5d683ecc9
children aff60442c494
files sources/more/buildall.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/buildall.sh	Thu May 06 00:04:27 2010 -0500
+++ b/sources/more/buildall.sh	Thu May 06 00:06:30 2010 -0500
@@ -45,7 +45,7 @@
 
 for i in ${ARCHES}
 do
-  maybe_fork "BUILD_RW_SYSTEM_IMAGE=1 ./build.sh $i 2>&1 | tee build/logs/build-${i}.txt | maybe_quiet"
+  maybe_fork "./build.sh $i 2>&1 | tee build/logs/build-${i}.txt | maybe_quiet"
 done
 
 wait