summaryrefslogtreecommitdiffstats
path: root/smgl/init.d/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'smgl/init.d/CONFIGURE')
-rwxr-xr-xsmgl/init.d/CONFIGURE12
1 files changed, 1 insertions, 11 deletions
diff --git a/smgl/init.d/CONFIGURE b/smgl/init.d/CONFIGURE
index 59446b644b..7a4b3aee07 100755
--- a/smgl/init.d/CONFIGURE
+++ b/smgl/init.d/CONFIGURE
@@ -10,13 +10,6 @@ else
DEVICES_LIST="static"
fi &&
-if grep -q devfs /proc/filesystems &&
- [[ -e /dev/.devfsd ]]; then
- DEVICES_LIST="$DEVICES_LIST devfs" &&
- message "\n${MESSAGE_COLOR}NOTICE: Switching from devfs to udev or static" \
- "currently needs manual editing of /etc/fstab.${DEFAULT_COLOR}\n"
-fi &&
-
# default to the previously selected option #9772 - only a problem on the very
# second cast. Adding it to the start of the list makes it the default in
# the next query.
@@ -25,7 +18,4 @@ if [[ -f $INSTALL_ROOT/etc/sysconfig/devices ]]; then
fi &&
config_query_list DEVICES "Choose /dev management mode:" \
$DEVICES ${DEVICES_LIST/$DEVICES/} &&
-if [[ "$DEVICES" != "devfs" ]]
-then
- config_query CREATE_DEV_TREE "check for/create static /dev tree" y
-fi
+config_query CREATE_DEV_TREE "check for/create static /dev tree" y