diff --git a/package/busybox/patches/950-change-init-msg.patch b/package/busybox/patches/950-change-init-msg.patch new file mode 100644 index 000000000..ed9427825 --- /dev/null +++ b/package/busybox/patches/950-change-init-msg.patch @@ -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) diff --git a/target/linux/xburst/base-files/etc/config/fstab b/target/linux/xburst/base-files/etc/config/fstab deleted file mode 100644 index 522356112..000000000 --- a/target/linux/xburst/base-files/etc/config/fstab +++ /dev/null @@ -1,6 +0,0 @@ -config mount - option target /card - option device /dev/mmcblk0p1 - option fstype auto - option options rw,sync - option enabled 1