Skip to content

Commit 3a81879

Browse files
committed
UI: Progress bar issue fix
Issue - In preinstall phase, self.progress_bar object is unavailable. so the progress_bar log causes failure when 'ui' is set to true and `preinstall` is defined. Fix: Disable UI as not required.
1 parent 37144cd commit 3a81879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample_ks/sample_ks_preinstall_postinstall.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"linux_flavor": "$KERNEL",
2424
"photon_docker_image": "photon:5.0",
25-
"ui": true
25+
"ui": false
2626
}

sample_ks/sample_ks_preinstallscripts_postinstallscripts.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"public_key": "<ssh-key-here>",
2222
"linux_flavor": "$KERNEL",
2323
"photon_docker_image": "photon:5.0",
24-
"ui": true
24+
"ui": false
2525
}

0 commit comments

Comments
 (0)