mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
mkimage: say something before doing 'sudo scripts/mkimage'
This commit is contained in:
parent
e8d1499f8a
commit
6b679312f7
@ -290,6 +290,8 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
if [ "$2" == "efi" ] ; then
|
if [ "$2" == "efi" ] ; then
|
||||||
UEFI=yes
|
UEFI=yes
|
||||||
fi
|
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
|
# variables used in image script must be passed
|
||||||
sudo env \
|
sudo env \
|
||||||
PATH="$PATH" \
|
PATH="$PATH" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user