Mercurial > hg > aboriginal
diff build.sh @ 1228:8a88cae14011
Remove RW_SYSTEM_IMAGE option. The gentoo-stage1 build shows how to setup a writeable chroot, and the FAQ says how to build a writeable system image. I'm not shipping two different system iamges, then I'd have to explain it and it's not worth the confusion.
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 24 Aug 2010 02:53:11 -0500 |
parents | 19f3be2b4d04 |
children | 7eabfa815c90 |
line wrap: on
line diff
--- a/build.sh Mon Aug 23 12:30:09 2010 -0500 +++ b/build.sh Tue Aug 24 02:53:11 2010 -0500 @@ -154,15 +154,3 @@ then time ./system-image.sh $1 || exit 1 fi - -# Optionally build a system image with a writeable root filesystem. - -if [ ! -z "$BUILD_RW_SYSTEM_IMAGE" ] && not_already rw-image -then - # Optimization: don't rebuild kernel if we don't need to. - mkdir -p "$BUILD/rw-system-image-$ARCH" && - cp "$BUILD/system-image-$ARCH"/zImage-* "$BUILD/rw-system-image-$ARCH" - - STAGE_NAME=rw-system-image SYSIMAGE_TYPE=ext2 SYSIMAGE_HDA_MEGS=2048 \ - time ./system-image.sh $1 || exit 1 -fi