mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:41:07 +02:00
since we now use block-mount and block-hotplug, no static fstab should be needed anymore
This commit is contained in:
parent
872b6eb9f5
commit
2b2ca87880
11
package/busybox/patches/950-change-init-msg.patch
Normal file
11
package/busybox/patches/950-change-init-msg.patch
Normal 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)
|
@ -1,6 +0,0 @@
|
|||||||
config mount
|
|
||||||
option target /card
|
|
||||||
option device /dev/mmcblk0p1
|
|
||||||
option fstype auto
|
|
||||||
option options rw,sync
|
|
||||||
option enabled 1
|
|
Loading…
x
Reference in New Issue
Block a user