Skip to content

Commit 93a5f96

Browse files
committed
Merge branch 'sample_ui_fix' into 'master'
UI: Progress bar issue fix See merge request core-build/photon-os-installer!91
2 parents 37144cd + 3a81879 commit 93a5f96

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)