OSDN Git Service

changes message of make-base-image
authorNIWA Hideyuki <niwa.niwa@nifty.ne.jp>
Tue, 29 Mar 2016 06:59:09 +0000 (15:59 +0900)
committerNIWA Hideyuki <niwa.niwa@nifty.ne.jp>
Tue, 29 Mar 2016 06:59:09 +0000 (15:59 +0900)
src/slot-os/make-base-image

index d071225..2da8e07 100755 (executable)
@@ -19,7 +19,7 @@ generate-image()
   echo "Rootfs for slot is generated from rootfs of HOST. "
   echo "It takes 50 minutes from 10 minutes for generation. (Depend on the machine performance and the size of rootfs. )"
   echo
-  echo -n "Do you generate it? [y/n] "
+  echo -n "Do you generate the slot-os image? [y/n] "
   read yn
   case "$yn" in
     y | yes ) flg=1  ;;