summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic')
-rw-r--r--scripts/lib/wic/engine.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py
index 95c8d1cc22..f8f2844cf6 100644
--- a/scripts/lib/wic/engine.py
+++ b/scripts/lib/wic/engine.py
@@ -309,6 +309,13 @@ def wic_ls(args, native_sysroot):
309 path = args.path.path or '/' 309 path = args.path.path or '/'
310 print(disk.dir(args.path.part, path)) 310 print(disk.dir(args.path.part, path))
311 311
312def wic_cp(args, native_sysroot):
313 """
314 Copy local file or directory to the vfat partition of
315 partitioned image.
316 """
317 pass
318
312def find_canned(scripts_path, file_name): 319def find_canned(scripts_path, file_name):
313 """ 320 """
314 Find a file either by its path or by name in the canned files dir. 321 Find a file either by its path or by name in the canned files dir.