mirror of https://git.48k.eu/ogclient
postinstall: add logging to report postconfiguration script invocation
parent
16251d42d3
commit
9a52df7711
|
@ -93,6 +93,8 @@ def configure_os_custom(disk, partition):
|
||||||
if not shutil.which('configureOsCustom'):
|
if not shutil.which('configureOsCustom'):
|
||||||
raise OgError('configureOsCustom not found')
|
raise OgError('configureOsCustom not found')
|
||||||
|
|
||||||
|
logging.info(f'Found configureOsCustom script, invoking it...')
|
||||||
|
|
||||||
cmd_configure = f"configureOsCustom {disk} {partition}"
|
cmd_configure = f"configureOsCustom {disk} {partition}"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue