morph027 / pve-iso-2-pxe

Create PXE bootable Proxmox installation
MIT License
419 stars 91 forks source link

v7.1 Support: handle mimetype=octet-stream #28

Closed Nevermore24 closed 2 years ago

Nevermore24 commented 2 years ago

The initrd file for v7.1 no longer appears to be compressed: file --mime-type --brief /tmp/initrd.img application/octet-stream

We will need to handle this file type case in order to support v7.1

morph027 commented 2 years ago

Hm...works on my machine ;)

Screenshot from 2022-03-25 07-36-19

Which OS are you running? Which version of the file command are you using?

Nevermore24 commented 2 years ago

Hi, thanks for looking into it. I'm running Centos 7.9.2009 which ships with file 5.11-37

Nevermore24 commented 2 years ago

That what it was, everything worked fine once I switched to using file-5.41