mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 00:00:38 +00:00
output: Extract ucode if present
For now the backends for the different formats do not yet use the extracted ucode cpio archive, but '// TODO' are placed for the backends which should eventually handle it. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -72,7 +72,7 @@ func ensureLinuxkitImage(name string) error {
|
||||
return err
|
||||
}
|
||||
defer image.Close()
|
||||
kernel, initrd, cmdline, err := tarToInitrd(image)
|
||||
kernel, initrd, cmdline, _, err := tarToInitrd(image)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error converting to initrd: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user