diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:55:19 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:55:19 -0500 |
| commit | 190de2472aca200d33dea42d3a7e839a697dd02e (patch) | |
| tree | 1cfbec9b9c2477b4cd3b160f5fdae3ba373c9189 /tools/mk_img.py | |
| parent | d88e68dab4518017e09709a325eb6259b1154b6e (diff) | |
chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs.
chore: update README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools/mk_img.py')
| -rwxr-xr-x | tools/mk_img.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/mk_img.py b/tools/mk_img.py index f0fa0609..23b94eb1 100755 --- a/tools/mk_img.py +++ b/tools/mk_img.py @@ -1,10 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -import os -import sys -import subprocess -import glob as file_glob +import os, sys, subprocess, glob as file_glob def copy_to_fat(image_path, source_dir): if not os.path.isfile(image_path): |
