1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-02 20:02:49 +02:00
openwrt-xburst/package/busybox/patches/950-change-init-msg.patch

12 lines
421 B
Diff

--- busybox-1.15.3/init/init.c.orig 2010-04-09 02:01:51.000000000 +0200
+++ busybox-1.15.3/init/init.c 2010-04-09 02:05:39.000000000 +0200
@@ -355,7 +355,7 @@
#ifdef CUSTOMIZED_BANNER
#include CUSTOMIZED_BANNER
#endif
- "\nPlease press Enter to activate this console. ";
+ "\nPlease wait while graphical environment is loading... ";
char c;
/*
* Save memory by not exec-ing anything large (like a shell)