From dbe9269f3a04267b27bd5528715e79bacc356703 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 Jul 2008 01:30:11 +0100 Subject: [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". --- src/include/gpxe/initrd.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/include/gpxe/initrd.h (limited to 'src/include') diff --git a/src/include/gpxe/initrd.h b/src/include/gpxe/initrd.h deleted file mode 100644 index 1871bf781..000000000 --- a/src/include/gpxe/initrd.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _GPXE_INITRD_H -#define _GPXE_INITRD_H - -/** - * @file - * - * Linux initrd image format - * - */ - -#include -extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL ); - -#endif /* _GPXE_INITRD_H */ -- cgit v1.2.3-55-g7522