From: Andrew Bays Date: Tue, 16 Apr 2019 14:23:48 +0000 (-0400) Subject: Change fedora-coreos-29 ISO file name X-Git-Tag: akraino_r1~17 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F560%2F1;p=kni%2Finstaller.git Change fedora-coreos-29 ISO file name Change-Id: I878a1d9b8fed882ff4f5efc7c5d8d629a3f834c9 --- diff --git a/cmd/images.go b/cmd/images.go index bc74143..3bc0ed6 100644 --- a/cmd/images.go +++ b/cmd/images.go @@ -145,7 +145,7 @@ coreos-assembler buildextend-installer log.Println(stdBuffer.String()) // once the iso has been generated, extract vmlinuz/initramfs.img - isoPath := fmt.Sprintf("%s/builds/latest/fedora-coreos-29.iso", cosaPath) + isoPath := fmt.Sprintf("%s/builds/latest/fedora-coreos-29-installer.iso", cosaPath) if _, err := os.Stat(isoPath); os.IsNotExist(err) { // path/to/whatever does not exist log.Fatal("Final ISO image does not exist")