diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/wic/engine.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index 647358287f..e58beb7dce 100644 --- a/scripts/lib/wic/engine.py +++ b/scripts/lib/wic/engine.py @@ -225,6 +225,10 @@ def wic_list(args, scripts_path): return False +def wic_ls(args, native_sysroot): + """List contents of partitioned image or vfat partition.""" + pass + def find_canned(scripts_path, file_name): """ Find a file either by its path or by name in the canned files dir. |