OSDN Git Service

Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that
authorEric Andersen <andersen@codepoet.org>
Thu, 25 Jan 2001 00:04:16 +0000 (00:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 25 Jan 2001 00:04:16 +0000 (00:04 -0000)
BB_FEATURE_INIT_CHROOT needs to be rewritten to use pivot_root.
 -Erik

init.c
init/init.c

diff --git a/init.c b/init.c
index ac0f72b..8690648 100644 (file)
--- a/init.c
+++ b/init.c
@@ -400,6 +400,10 @@ static pid_t run(char *command, char *terminal, int get_enter)
        char buf[255];
        static const char press_enter[] =
 
+#ifdef CUSTOMIZED_BANNER
+#include CUSTOMIZED_BANNER
+#endif
+
                "\nPlease press Enter to activate this console. ";
        char *environment[] = {
                "HOME=/",
@@ -657,6 +661,10 @@ static void reboot_signal(int sig)
 
 #if defined BB_FEATURE_INIT_CHROOT
 
+#warning BB_FEATURE_INIT_CHROOT is out of date and should be rewritten to us
+#warning pivot root instead.  Do not even bother till this work is done...
+#warning You have been warned.
+
 #if ! defined BB_FEATURE_USE_PROCFS
 #error Sorry, I depend on the /proc filesystem right now.
 #endif
index ac0f72b..8690648 100644 (file)
@@ -400,6 +400,10 @@ static pid_t run(char *command, char *terminal, int get_enter)
        char buf[255];
        static const char press_enter[] =
 
+#ifdef CUSTOMIZED_BANNER
+#include CUSTOMIZED_BANNER
+#endif
+
                "\nPlease press Enter to activate this console. ";
        char *environment[] = {
                "HOME=/",
@@ -657,6 +661,10 @@ static void reboot_signal(int sig)
 
 #if defined BB_FEATURE_INIT_CHROOT
 
+#warning BB_FEATURE_INIT_CHROOT is out of date and should be rewritten to us
+#warning pivot root instead.  Do not even bother till this work is done...
+#warning You have been warned.
+
 #if ! defined BB_FEATURE_USE_PROCFS
 #error Sorry, I depend on the /proc filesystem right now.
 #endif