X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.c;h=ea7dc57619d1df9f540f6a8642182f3a621f5777;hp=b76a7189518fd67b95cd6a096850e21cf8429957;hb=457341fd01e3796f908dd1c428bf1b23eabee704;hpb=498b745ce85026ceb5912b10a08e53ffbd0f1598 diff --git a/petitboot.c b/petitboot.c index b76a718..ea7dc57 100644 --- a/petitboot.c +++ b/petitboot.c @@ -1082,7 +1082,7 @@ int main(int argc, char **argv) twin_linux_mouse_create(NULL, pboot_screen); if (pboot_fbdev != NULL) { - char *cursor_path = artwork_pathname("cursor"); + char *cursor_path = artwork_pathname("cursor.gz"); pboot_cursor = twin_load_X_cursor(cursor_path, 2, &pboot_cursor_hx, &pboot_cursor_hy);