microsoft / lis-test

Contains test infrastructure for testing Linux virtual machines on Windows Azure and Hyper-V.
32 stars 72 forks source link

Fixed cpio unpacking for initrd TC #1133

Closed adriansuhov closed 5 years ago

adriansuhov commented 5 years ago

On ubuntu distros the initrd image is made from 2 separate archives (microcode & initrd) and the old unpacking failed. We skip the microcode archive and unpack the actual initrd image.