From 17ea1501f4df37abfc3344ef79d2397fe9008033 Mon Sep 17 00:00:00 2001 From: Morgan Peterman Date: Mon, 11 Apr 2022 13:40:57 -0400 Subject: [PATCH] Update install-to-disk.sh.template to add -n option to line 19 --- .../files/usr/local/bin/install-to-disk.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data/bootstrap/bootstrap-in-place/files/usr/local/bin/install-to-disk.sh.template b/data/data/bootstrap/bootstrap-in-place/files/usr/local/bin/install-to-disk.sh.template index 6996e593add..c52d38cdf77 100644 --- a/data/data/bootstrap/bootstrap-in-place/files/usr/local/bin/install-to-disk.sh.template +++ b/data/data/bootstrap/bootstrap-in-place/files/usr/local/bin/install-to-disk.sh.template @@ -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