Skip to content

Commit

Permalink
Update install-to-disk.sh.template to add -n option to line 19
Browse files Browse the repository at this point in the history
  • Loading branch information
cptmorgan-rh authored and TrilokGeer committed Sep 14, 2022
1 parent 9c3574d commit 17ea150
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ if [ ! -f coreos-installer.done ]; then
record_service_stage_start "coreos-installer"
# Write image + ignition to disk
echo "Executing coreos-installer with the following options: install -i /opt/openshift/master.ign {{.BootstrapInPlace.InstallationDisk}}"
coreos-installer install -i /opt/openshift/master.ign {{.BootstrapInPlace.InstallationDisk}}
coreos-installer install -n -i /opt/openshift/master.ign {{.BootstrapInPlace.InstallationDisk}}

touch coreos-installer.done
record_service_stage_success
Expand Down

0 comments on commit 17ea150

Please sign in to comment.