X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=templates%2Fbase%2F01_setup_EULAfunc.sh;h=28d7d926af06fd2ac900cc68aa07a288f6bbe482;hb=a2dcdc074852955d6c73f56359254cb74ea7faa4;hp=7b1ca870d767661deb1f3bef6ee899a4dbce94c9;hpb=24c89f22961bab9a995ab9c18881a3109a1c8109;p=AGL%2Fmeta-agl.git diff --git a/templates/base/01_setup_EULAfunc.sh b/templates/base/01_setup_EULAfunc.sh index 7b1ca870d..28d7d926a 100644 --- a/templates/base/01_setup_EULAfunc.sh +++ b/templates/base/01_setup_EULAfunc.sh @@ -24,8 +24,7 @@ The BSP for $MACHINE depends on packages and firmware which are covered by an End User License Agreement (EULA). To have the right to use these binaries in your images, you need to read and accept the following... -The firmware package can contains several types -of firmware (depending on BSP): +The firmware package can contains several types of firmware (depending on BSP): * bootloaders: the first stage bootloaders are proprietary for this board, they are included in this firmware package. @@ -40,7 +39,7 @@ EOF echo REPLY= while [ -z "$REPLY" ]; do - echo -n "Do you read the EULA ? (y/n) " + echo -n "Do you want to read the EULA ? (y/n) " read REPLY case "$REPLY" in y|Y)