summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--artwork/tux.pngbin0 -> 4382 bytes
-rw-r--r--devices.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ff7d446..21bbd1b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
PARSERS = native yaboot kboot
-ARTWORK = background.jpg cdrom.png hdd.png usbpen.png cursor.gz
+ARTWORK = background.jpg cdrom.png hdd.png usbpen.png tux.png cursor.gz
all: petitboot udev-helper
diff --git a/artwork/tux.png b/artwork/tux.png
new file mode 100644
index 0000000..99f3465
--- /dev/null
+++ b/artwork/tux.png
Binary files differ
diff --git a/devices.c b/devices.c
index 4936f9a..e4d6913 100644
--- a/devices.c
+++ b/devices.c
@@ -13,7 +13,7 @@
#include "petitboot-paths.h"
#include "devices/message.h"
-#define PBOOT_DEFAULT_ICON "usbpen.png"
+#define PBOOT_DEFAULT_ICON "tux.png"
static const char *default_icon = artwork_pathname(PBOOT_DEFAULT_ICON);
OpenPOWER on IntegriCloud