Skip to content

Commit

Permalink
Don't enable 'podman-ready' units for now
Browse files Browse the repository at this point in the history
These cause early boot issues with the microshift mac bundle which
I need to debug.
  • Loading branch information
cfergeau committed Jan 13, 2025
1 parent 065290c commit 1b3ea8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions createdisk-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ function copy_ready_systemd_units() {
${SCP} systemd/* core@${vm_ip}:
${SSH} core@${vm_ip} 'sudo mv -Z *.service /etc/systemd/system/'
${SSH} core@${vm_ip} 'sudo systemctl daemon-reload'
${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-apple.service'
${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-microsoft.service'
${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-kvm.service'
#${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-apple.service'
#${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-microsoft.service'
#${SSH} core@${vm_ip} 'sudo systemctl enable podman-ready-kvm.service'
}

function generate_vfkit_bundle {
Expand Down

0 comments on commit 1b3ea8a

Please sign in to comment.