summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/initrd.h
diff options
context:
space:
mode:
authorMichael Brown2008-07-08 02:30:11 +0200
committerMichael Brown2008-07-08 02:30:11 +0200
commitdbe9269f3a04267b27bd5528715e79bacc356703 (patch)
tree228880f641fa916eb808105c8bd0c70df8291c29 /src/include/gpxe/initrd.h
parent[dhcp] Allow DHCP non-option settings to be cleared (diff)
downloadipxe-dbe9269f3a04267b27bd5528715e79bacc356703.tar.gz
ipxe-dbe9269f3a04267b27bd5528715e79bacc356703.tar.xz
ipxe-dbe9269f3a04267b27bd5528715e79bacc356703.zip
[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".
Diffstat (limited to 'src/include/gpxe/initrd.h')
-rw-r--r--src/include/gpxe/initrd.h14
1 files changed, 0 insertions, 14 deletions
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 <gpxe/image.h>
-extern struct image_type initrd_image_type __image_type ( PROBE_NORMAL );
-
-#endif /* _GPXE_INITRD_H */