]> git.ozlabs.org Git - petitboot/commitdiff
Use a tux icon as the default for boot options
authorJeremy Kerr <jk@ozlabs.org>
Thu, 5 Apr 2007 01:40:42 +0000 (11:40 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 5 Apr 2007 01:40:42 +0000 (11:40 +1000)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Makefile
artwork/tux.png [new file with mode: 0644]
devices.c

index ff7d446dd5a1c3b7b3f1a806334d95e8b82faf2f..21bbd1b3f2c7ad018d2330b48b25a4f9ebd67f8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDFLAGS =
 CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
 
 PARSERS = native yaboot kboot
 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
 
 
 all: petitboot udev-helper
 
diff --git a/artwork/tux.png b/artwork/tux.png
new file mode 100644 (file)
index 0000000..99f3465
Binary files /dev/null and b/artwork/tux.png differ
index 4936f9ab2adfc515c61ff30a990dcc7cdcfea369..e4d6913875b6025f7f6a22ec685e861cb766c744 100644 (file)
--- a/devices.c
+++ b/devices.c
@@ -13,7 +13,7 @@
 #include "petitboot-paths.h"
 #include "devices/message.h"
 
 #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);
 
 
 static const char *default_icon = artwork_pathname(PBOOT_DEFAULT_ICON);