| Index: src/scripts/build_image.sh
|
| diff --git a/src/scripts/build_image.sh b/src/scripts/build_image.sh
|
| index 0e4ada5cdd330b776f0bd8eaabb11cf867df5add..005950a466b0c6daecfe87bfc59a16a3939c8448 100755
|
| --- a/src/scripts/build_image.sh
|
| +++ b/src/scripts/build_image.sh
|
| @@ -17,8 +17,8 @@
|
| # The path to common.sh should be relative to your script's location.
|
| . "$(dirname "$0")/common.sh"
|
|
|
| -# Script must be run inside the chroot
|
| assert_inside_chroot
|
| +assert_not_root_user
|
|
|
| DEFAULT_PKGLIST="${SRC_ROOT}/package_repo/package-list-prod.txt"
|
|
|
|
|