summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-04-05 11:40:42 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-05 11:40:42 +1000
commitc26b2a1d05865bc92e795797e5d0535edd2aca77 (patch)
tree61cf36c4d3ba108356f9a5a8836aacb38fb92fd0
parent457341fd01e3796f908dd1c428bf1b23eabee704 (diff)
downloadtalos-petitboot-c26b2a1d05865bc92e795797e5d0535edd2aca77.tar.gz
talos-petitboot-c26b2a1d05865bc92e795797e5d0535edd2aca77.zip
Use a tux icon as the default for boot options
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-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