[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:
Michael Brown
2008-07-08 01:30:11 +01:00
parent 2df682c5be
commit dbe9269f3a
4 changed files with 6 additions and 76 deletions

View File

@@ -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 */