Hello Brian,

I compared the two busybox configuration files and it looks a bit like
busybox.no_modutils.config wasn't kept in sync with
busybox.standard.config. The attached patch tries to resync the two config
files. This will lead to "nc" and "logger" being included again into the
initrd.

There is one issue left, currently the module-init-tools don't install the
"lsmod" binary (although it's created). This will require a small patch in the
corresponding .rul file.

Regards,
Erich


On Sunday 17 July 2005 21:21, Bernard Li wrote:

> I think it is best that nc and logger be put back.  nc is needed by
> si_monitor and logger is needed by syslog, both of which I'm testing out
> right now.
>
> I don't remember when was the last time they were included, but I think
> what Erich said is correct (standard.config vs no_modules.config for
> busybox).
>  
> Cheers,
>  
> Bernard

--- trunk/initrd_source/patches/busybox.no_modutils.config	2005-06-26 13:44:25.000000000 +0200
+++ systemimager-3.5.3/initrd_source/patches/busybox.no_modutils.config	2005-07-18 10:25:39.000000000 +0200
@@ -6,8 +6,8 @@
 #
 # General Configuration
 #
-# CONFIG_FEATURE_BUFFERS_USE_MALLOC is not set
-CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y
+CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
+# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
 CONFIG_FEATURE_VERBOSE_USAGE=y
 # CONFIG_FEATURE_INSTALLER is not set
@@ -104,7 +104,7 @@
 # CONFIG_MD5SUM is not set
 CONFIG_MKDIR=y
 # CONFIG_MKFIFO is not set
-# CONFIG_MKNOD is not set
+CONFIG_MKNOD=y
 # CONFIG_MV is not set
 # CONFIG_OD is not set
 # CONFIG_PRINTF is not set
@@ -292,7 +292,7 @@
 # CONFIG_IPROUTE is not set
 # CONFIG_IPTUNNEL is not set
 # CONFIG_NAMEIF is not set
-# CONFIG_NC is not set
+CONFIG_NC=y
 # CONFIG_NETSTAT is not set
 CONFIG_NSLOOKUP=y
 CONFIG_PING=y
@@ -372,8 +372,8 @@
 # CONFIG_FEATURE_ROTATE_LOGFILE is not set
 CONFIG_FEATURE_REMOTE_LOG=y
 # CONFIG_FEATURE_IPC_SYSLOG is not set
-# CONFIG_KLOGD is not set
-# CONFIG_LOGGER is not set
+CONFIG_KLOGD=y
+CONFIG_LOGGER=y
 
 #
 # Linux System Utilities

Reply via email to