X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fcommon%2Fui-system.c;h=157c6db7797c30ec286ed010094b920e98772b63;hp=a828e2ee3b92a3b881ea5d3b5e04bf38f8523d29;hb=1b0b59295d0500764c5096753f7cd11bf3ab5df4;hpb=6b842bb2559116a949c6a569ac39f5c56ebc1be1 diff --git a/ui/common/ui-system.c b/ui/common/ui-system.c index a828e2e..157c6db 100644 --- a/ui/common/ui-system.c +++ b/ui/common/ui-system.c @@ -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;