Skip to content

Commit 1b3ea8a

Browse files
committed
Don't enable 'podman-ready' units for now
These cause early boot issues with the microshift mac bundle which I need to debug.
1 parent 065290c commit 1b3ea8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

createdisk-library.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ function copy_ready_systemd_units() {
247247
${SCP} systemd/* core@${vm_ip}:
248248
${SSH} core@${vm_ip} 'sudo mv -Z *.service /etc/systemd/system/'
249249
${SSH} core@${vm_ip} 'sudo systemctl daemon-reload'
250-
${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-apple.service'
251-
${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-microsoft.service'
252-
${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-kvm.service'
250+
#${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-apple.service'
251+
#${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-microsoft.service'
252+
#${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-kvm.service'
253253
}
254254

255255
function generate_vfkit_bundle {

0 commit comments

Comments
 (0)