summaryrefslogtreecommitdiffstats
path: root/helper/helper.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-08-19 13:55:36 +0100
committerRichard Jones <rjones@redhat.com>2010-08-24 13:17:41 +0100
commit2d2846007d62696185bf367724a65ae8d626fbc2 (patch)
tree7a49c8f3756a4231b229c6730d8f3a225217c250 /helper/helper.h
parente23a9c8f05e3646feb826d5db36d8656a80a27ab (diff)
downloadfebootstrap-2d2846007d62696185bf367724a65ae8d626fbc2.tar.gz
febootstrap-2d2846007d62696185bf367724a65ae8d626fbc2.tar.xz
febootstrap-2d2846007d62696185bf367724a65ae8d626fbc2.zip
Change initrd -> appliance.
We are going to be writing a general appliance, not necessarily an initrd. In the ext2 appliance case we will _also_ write an initrd, so we shouldn't confuse the two things.
Diffstat (limited to 'helper/helper.h')
-rw-r--r--helper/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/helper.h b/helper/helper.h
index 42bf824..50d4f33 100644
--- a/helper/helper.h
+++ b/helper/helper.h
@@ -24,7 +24,7 @@ extern struct timeval start_t;
extern int verbose;
/* appliance.c */
-extern void create_appliance (char **inputs, int nr_inputs, const char *whitelist, const char *modpath, const char *initrd);
+extern void create_appliance (char **inputs, int nr_inputs, const char *whitelist, const char *modpath, const char *appliance);
/* kernel.c */
extern const char *create_kernel (const char *hostcpu, const char *kernel);