Change fedora-coreos-29 ISO file name 60/560/1
authorAndrew Bays <abays@redhat.com>
Tue, 16 Apr 2019 14:23:48 +0000 (10:23 -0400)
committerAndrew Bays <abays@redhat.com>
Tue, 16 Apr 2019 14:24:04 +0000 (10:24 -0400)
Change-Id: I878a1d9b8fed882ff4f5efc7c5d8d629a3f834c9

cmd/images.go

index bc74143..3bc0ed6 100644 (file)
@@ -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")