Add -f checksum mode to allow caching of appliances.
[febootstrap.git] / helper / cpio.c
index 1dd22b0..0ca59a6 100644 (file)
@@ -250,7 +250,7 @@ write_padding (size_t len)
 }
 
 static void
-cpio_start (const char *appliance,
+cpio_start (const char *hostcpu, const char *appliance,
             const char *modpath, const char *initrd)
 {
   out_fd = open (appliance, O_WRONLY | O_CREAT | O_TRUNC | O_NOCTTY, 0644);