6698e5ebdb
"getprop" depends on the presence of the property workspace env var, which is created by the first starting service. Why not make that sysinit itself? (\/) (°,,,°) (\/)
11 lines
352 B
Bash
11 lines
352 B
Bash
#!/system/bin/sh
|
|
#
|
|
# Print startup info
|
|
#
|
|
L="log -p i -t cm"
|
|
|
|
$L "____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___";
|
|
$L "| \\_/ |__| |\\ | | | | __ |___ |\\ | |\\/| | | | \\";
|
|
$L "|___ | | | | \\| |__| |__] |___ | \\| | | |__| |__/";
|
|
$L "Welcome to Android `getprop ro.build.version.release` / CyanogenMod-`getprop ro.cm.version`";
|