summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/live/ogOperations.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index ea9f5cb..d538790 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -480,7 +480,8 @@ class OgLiveOperations:
p2 = Popen(cmd2, stdin=p1.stdout)
p1.stdout.close()
- logging.info(f'Creating image at {image_path} from {padev} using {fstype}, please do not shut down or reboot the client')
+ logging.info(f'Creating image at {image_path} from {padev} using {fstype}')
+ logging.info('*DO NOT REBOOT OR POWEROFF* the client during this time')
try:
retdata = p2.communicate()