summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc b/etc/rc
index 11856b2..504954d 100644
--- a/etc/rc
+++ b/etc/rc
@@ -700,6 +700,12 @@ case ${update_motd} in
;;
esac
+# Run rc.devfs if readable to customize devfs
+#
+if [ -r /etc/rc.devfs ]; then
+ sh /etc/rc.devfs
+fi
+
# Configure implementation specific stuff
#
arch=`uname -m`
@@ -713,12 +719,6 @@ if [ -r /etc/rc.syscons ]; then
. /etc/rc.syscons
fi
-# Run rc.devfs if readable to customize devfs
-#
-if [ -r /etc/rc.devfs ]; then
- sh /etc/rc.devfs
-fi
-
echo -n 'Additional ABI support:'
# Load the SysV IPC API if requested.
OpenPOWER on IntegriCloud