| Index: src/scripts/build_image
|
| diff --git a/src/scripts/build_image b/src/scripts/build_image
|
| index 8bc0c6179b814e9c9a4ca6de06618d9abdac10ed..565e00818fc0da96a5103835e2544021e300080c 100755
|
| --- a/src/scripts/build_image
|
| +++ b/src/scripts/build_image
|
| @@ -35,7 +35,7 @@ DEFINE_boolean installmask $FLAGS_TRUE \
|
| "Use INSTALL_MASK to shrink the resulting image."
|
| DEFINE_integer jobs -1 \
|
| "How many packages to build in parallel at maximum."
|
| -DEFINE_boolean statefuldev $FLAGS_FALSE \
|
| +DEFINE_boolean statefuldev $FLAGS_TRUE \
|
| "Install development packages on stateful partition rather than the rootfs"
|
| DEFINE_string to "" \
|
| "The target image file or device"
|
|
|