1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 15:31:06 +02:00

since we now use block-mount and block-hotplug, no static fstab should be needed anymore

This commit is contained in:
Mirko Vogt 2010-04-09 12:04:08 +02:00
parent 872b6eb9f5
commit 2b2ca87880
2 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,11 @@
--- 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)

View File

@ -1,6 +0,0 @@
config mount
option target /card
option device /dev/mmcblk0p1
option fstype auto
option options rw,sync
option enabled 1