projects
/
bootimage-initfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a521b77
)
rename the boot banner to something more generic since we do it all
Jason D. Clinton [Tue, 21 Apr 2009 22:00:31 +0000 (17:00 -0500)]
etc/library.sh
patch
|
blob
|
history
diff --git
a/etc/library.sh
b/etc/library.sh
index
5a0e80e
..
54738e1
100755
(executable)
--- a/
etc/library.sh
+++ b/
etc/library.sh
@@
-2,8
+2,8
@@
eval `stty size 2>/dev/null | (read L C; echo LINES=${L:-24} COLUMNS=${C:-80})`
-PRODUCT_NAME="Break-in"
-PRODUCT_VERSION="0.01"
+PRODUCT_NAME="Bootimage"
+PRODUCT_VERSION="0.05"
ANSI_GREEN="\033[1;32m"