X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.c;h=ea7dc57619d1df9f540f6a8642182f3a621f5777;hp=b76a7189518fd67b95cd6a096850e21cf8429957;hb=d353f6e823d5b8cb949e20ae1139a5b7fbb0478b;hpb=44722ec66794900881347462b6b6f32e430159af 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);