Comment 1 for bug 1087620

Revision history for this message
Javier Collado (javier.collado) wrote : Re: vmlinuz presence should not be tested for server images in static validation

What I see in the image is that there's a file:
/install/vmlinuz

that's a hard link to:
/install/netboot/ubuntu-installer/amd64/linux

The `iso.extract` method detects it's a link and uses the second path to
extract the file. However, when the `file` command is executed in the test
case against the first path, it results in a file not found error because the
link hasn't been created.