summaryrefslogtreecommitdiffstats
path: root/smgl/init.d/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'smgl/init.d/FINAL')
-rwxr-xr-xsmgl/init.d/FINAL7
1 files changed, 1 insertions, 6 deletions
diff --git a/smgl/init.d/FINAL b/smgl/init.d/FINAL
index e6218da3b2..f6e71ca7de 100755
--- a/smgl/init.d/FINAL
+++ b/smgl/init.d/FINAL
@@ -21,12 +21,7 @@ fi
sedit "s/DEVICES=.*/DEVICES=$DEVICES/" ${INSTALL_ROOT}/etc/sysconfig/devices
-if [ "$DEVICES" == "devfs" ]; then
- sedit "s:/dev/tty\(.\):/dev/vc/\1:" ${INSTALL_ROOT}/etc/inittab
- message "tty devices in inittab set to $DEVICES/vc/[1-6]"
-else
- message "tty devices in inittab set to /dev/tty[1-6]"
-fi
+message "tty devices in inittab set to /dev/tty[1-6]"
# remove /etc/inittab from the simpleinit install log
# this should work for $INSTALL_ROOT/etc/inittab, too