summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/postinstall.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/postinstall.py b/src/utils/postinstall.py
index c59d497..75cc609 100644
--- a/src/utils/postinstall.py
+++ b/src/utils/postinstall.py
@@ -93,6 +93,8 @@ def configure_os_custom(disk, partition):
if not shutil.which('configureOsCustom'):
raise OgError('configureOsCustom not found')
+ logging.info(f'Found configureOsCustom script, invoking it...')
+
cmd_configure = f"configureOsCustom {disk} {partition}"
try: