Update of /cvsroot/devil-linux/build/scripts/config
In directory sc8-pr-cvs1:/tmp/cvs-serv14411/scripts/config
Modified Files:
config_busybox
Log Message:
- initrd scripts now use devfs device names
- install-usb now uses fat file system and the plain bootcd.iso file
Index: config_busybox
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/config/config_busybox,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- config_busybox 16 Sep 2003 13:15:47 -0000 1.9
+++ config_busybox 8 Nov 2003 21:04:24 -0000 1.10
@@ -71,7 +71,7 @@
CONFIG_CUT=y
CONFIG_DATE=y
CONFIG_FEATURE_DATE_ISOFMT=y
-# CONFIG_DD is not set
+CONFIG_DD=y
CONFIG_DF=y
CONFIG_DIRNAME=y
# CONFIG_DOS2UNIX is not set
@@ -110,7 +110,6 @@
CONFIG_RM=y
CONFIG_RMDIR=y
# CONFIG_SHA1SUM is not set
-# CONFIG_FEATURE_SHA1SUM_CHECK is not set
CONFIG_SLEEP=y
CONFIG_FEATURE_FANCY_SLEEP=y
CONFIG_SORT=y
@@ -129,14 +128,14 @@
CONFIG_TOUCH=y
CONFIG_TR=y
CONFIG_TRUE=y
-# CONFIG_TTY is not set
-# CONFIG_UNAME is not set
+CONFIG_TTY=y
+CONFIG_UNAME=y
CONFIG_UNIQ=y
-# CONFIG_USLEEP is not set
+CONFIG_USLEEP=y
# CONFIG_UUDECODE is not set
# CONFIG_UUENCODE is not set
# CONFIG_WATCH is not set
-# CONFIG_WC is not set
+CONFIG_WC=y
# CONFIG_WHO is not set
# CONFIG_WHOAMI is not set
CONFIG_YES=y
@@ -208,14 +207,11 @@
#
# Init Utilities
#
-CONFIG_INIT=y
-# CONFIG_FEATURE_USE_INITTAB is not set
-# CONFIG_FEATURE_INITRD is not set
-# CONFIG_FEATURE_INIT_COREDUMPS is not set
-# CONFIG_FEATURE_EXTRA_QUIET is not set
+# CONFIG_INIT is not set
CONFIG_HALT=y
CONFIG_POWEROFF=y
CONFIG_REBOOT=y
+# CONFIG_MINIT is not set
# CONFIG_MESG is not set
#
@@ -240,14 +236,13 @@
# CONFIG_CROND is not set
# CONFIG_CRONTAB is not set
# CONFIG_DC is not set
-# CONFIG_DUTMP is not set
+# CONFIG_LAST is not set
# CONFIG_HDPARM is not set
# CONFIG_MAKEDEVS is not set
# CONFIG_MT is not set
# CONFIG_STRINGS is not set
# CONFIG_TIME is not set
# CONFIG_WATCHDOG is not set
-# CONFIG_LAST is not set
#
# Linux Module Utilities
@@ -329,10 +324,6 @@
CONFIG_ASH=y
#
-# ash (forced enabled as default shell)
-#
-
-#
# Ash Shell Options
#
CONFIG_ASH_JOB_CONTROL=y
@@ -362,7 +353,10 @@
#
# System Logging Utilities
#
-# CONFIG_SYSLOGD is not set
+CONFIG_SYSLOGD=y
+# CONFIG_FEATURE_REMOTE_LOG is not set
+# CONFIG_FEATURE_IPC_SYSLOG is not set
+CONFIG_KLOGD=y
# CONFIG_LOGGER is not set
#
@@ -379,7 +373,7 @@
# CONFIG_GETOPT is not set
# CONFIG_HEXDUMP is not set
# CONFIG_HWCLOCK is not set
-# CONFIG_LOSETUP is not set
+CONFIG_LOSETUP=y
# CONFIG_MKSWAP is not set
CONFIG_MORE=y
# CONFIG_FEATURE_USE_TERMIOS is not set
@@ -389,7 +383,7 @@
CONFIG_MOUNT=y
# CONFIG_NFSMOUNT is not set
CONFIG_UMOUNT=y
-# CONFIG_FEATURE_MOUNT_FORCE is not set
+CONFIG_FEATURE_MOUNT_FORCE=y
#
# Common options for mount/umount
|