wok-4.x rev 10769
busybox: fix init color
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 31 16:32:59 2011 +0200 (2011-05-31) |
parents | 2707984d98ec |
children | 979bff15a1bc |
files | busybox/stuff/init |
line diff
1.1 --- a/busybox/stuff/init Tue May 31 15:35:24 2011 +0200 1.2 +++ b/busybox/stuff/init Tue May 31 16:32:59 2011 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 launch_init() 1.5 { 1.6 [ -d /proc/sys ] && umount /proc 1.7 - echo -e "\\033[70G[ \\033[1;33mOK\\033[0;39m ]" 1.8 + echo -e "\\033[70G[ \\033[1;32mOK\\033[0;39m ]" 1.9 exec /sbin/switch_root mnt /sbin/init 1.10 } 1.11