]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/ui-system.c
ui: callback & boot actions: kexec -> boot
[petitboot] / ui / common / ui-system.c
index a828e2ee3b92a3b881ea5d3b5e04bf38f8523d29..157c6db7797c30ec286ed010094b920e98772b63 100644 (file)
@@ -142,10 +142,10 @@ static int kexec_reboot(int dry_run)
 }
 
 /**
- * pb_run_kexec - Run kexec with the supplied boot options.
+ * pb_boot - Run kexec with the supplied boot options.
  */
 
-int pb_run_kexec(const struct pb_boot_data *bd, int dry_run)
+int pb_boot(const struct pb_boot_data *bd, int dry_run)
 {
        int result;
        char *l_image = NULL;