| Index: src/scripts/build_image.sh
|
| diff --git a/src/scripts/build_image.sh b/src/scripts/build_image.sh
|
| index 5762ce35fc3dbbeb8c2fbcfaf056da9c6f2cb0f9..23790e88b9b3f17a1f70744b63e52f0cc3421f35 100755
|
| --- a/src/scripts/build_image.sh
|
| +++ b/src/scripts/build_image.sh
|
| @@ -33,7 +33,7 @@ DEFINE_boolean replace $FLAGS_FALSE "Overwrite existing output, if any."
|
| DEFINE_boolean increment $FLAGS_FALSE \
|
| "Picks the latest build and increments the minor version by one."
|
|
|
| -DEFINE_string mirror "$DEFAULT_EXT_MIRROR" "Repository mirror to use."
|
| +DEFINE_string mirror "$DEFAULT_IMG_MIRROR" "Repository mirror to use."
|
| DEFINE_string suite "$DEFAULT_IMG_SUITE" "Repository suite to base image on."
|
| DEFINE_string pkglist "$DEFAULT_PKGLIST" \
|
| "Name of file listing packages to install from repository."
|
| @@ -128,7 +128,7 @@ fi
|
| --root="$ROOT_FS_DIR" \
|
| --output_dir="${OUTPUT_DIR}" \
|
| --package_list="$PKGLIST" \
|
| - --server="$FLAGS_mirror" \
|
| + --mirror="$FLAGS_mirror" \
|
| --suite="$FLAGS_suite"
|
|
|
| "${SCRIPTS_DIR}/customize_rootfs.sh" --root="${ROOT_FS_DIR}"
|
|
|