mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[bzimage] Kill off the initrd image type
We can just treat all non-kernel images as initrds, which matches our behaviour for multiboot kernels. This allows us to eliminate initrd as an image type, and treat the "initrd" command as just another synonym for "imgfetch".
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#ifndef _GPXE_INITRD_H
|
||||
#define _GPXE_INITRD_H
|
||||
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Linux initrd image format
|
||||
*
|
||||
*/
|
||||
|
||||
#include <gpxe/image.h>
|
||||
extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
|
||||
|
||||
#endif /* _GPXE_INITRD_H */
|
||||
Reference in New Issue
Block a user