From 1fecfa9bcb8cf79ce6ec52bfb34ff2c40243bfbd Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 9 Nov 2014 20:53:36 +0200 Subject: [PATCH] mkimage: say something before doing 'sudo scripts/mkimage' --- scripts/image | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/image b/scripts/image index 920fa5ab19..3283d9e56e 100755 --- a/scripts/image +++ b/scripts/image @@ -290,6 +290,8 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" if [ "$2" == "efi" ] ; then UEFI=yes fi + echo "mkimage: boo. now root access (sudo) is required..." + echo "mkimage: see scripts/image and scripts/mkimage if you dont trust us :)" # variables used in image script must be passed sudo env \ PATH="$PATH" \