scripts: sd_fusing: Add Notice message to share an information 83/316683/1
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Dec 2024 00:22:49 +0000 (09:22 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Dec 2024 00:22:49 +0000 (09:22 +0900)
sd_fusing.py script was moved to tizen-fusing-scripts repository.
This script is not valid anymore.
In future, this script will be remove in this repository.

Change-Id: I9ff346d647c47b951f23584ff72d0dbc92e2b27a
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
scripts/tizen/sd_fusing.py

index 4d0dc0caf965afe58ebccf345fc99d5cd4d2cbd9..9f94f345f02aa190ec903a687f0ad845885ce27b 100755 (executable)
@@ -1365,6 +1365,10 @@ def fuse_image(args, target):
     if not Yes and not Format:
         print(f"The following images will be written to {args.device} and the "
               "existing data will be lost.\n")
+        print(f"########################## NOTICE ##########################\n")
+        print(f"sd_fusing.py was moved to tizen-fusing-scripts repository.\n")
+        print(f"Download sd_fusing.py from tizen-fusing-scripts reposistory!\n")
+        print(f"############################################################\n")
         for b in args.binaries:
             print("  " + b)
         response = input("\nContinue? [y/N] ")