Prune FCOS related code

Given the switch to pulling oci artifacts for podman, we no longer need
a fair bit of fedora coreos code for automatically downloading images.

[NO NEW TESTS NEEDED]

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude
2024-02-13 14:35:37 -06:00
parent 5fc351a67a
commit 1f64ae10f6
14 changed files with 93 additions and 887 deletions

View File

@ -6,11 +6,6 @@ import (
"os/exec"
)
// TODO temporarily suspended
// func getDownloadLocation(p machine.VirtProvider) string {
// return getFCOSDownloadLocation(p)
// }
func pgrep(n string) (string, error) {
out, err := exec.Command("pgrep", "gvproxy").Output()
return string(out), err