Show Replicant version properly on boot banner
Change-Id: Iebc889787bc767767ea1cbd8349c2f4120c78426 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
parent
8afd5747fd
commit
550e5aacef
7
prebuilt/common/etc/init.d/00banner
Normal file → Executable file
7
prebuilt/common/etc/init.d/00banner
Normal file → Executable file
@ -2,9 +2,6 @@
|
||||
#
|
||||
# Print startup info
|
||||
#
|
||||
L="log -p i -t cm"
|
||||
L="log -p i -t Replicant"
|
||||
|
||||
$L "____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___";
|
||||
$L "| \\_/ |__| |\\ | | | | __ |___ |\\ | |\\/| | | | \\";
|
||||
$L "|___ | | | | \\| |__| |__] |___ | \\| | | |__| |__/";
|
||||
$L "Welcome to Android `getprop ro.build.version.release` / CyanogenMod-`getprop ro.cm.version`";
|
||||
$L "Welcome to Android `getprop ro.build.version.release` / `getprop ro.cm.version`";
|
||||
|
Loading…
Reference in New Issue
Block a user