summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc3
-rwxr-xr-xetc/rc.embedded2
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index e7cfb6b..1bd3fa2 100755
--- a/etc/rc
+++ b/etc/rc
@@ -42,6 +42,7 @@ fi
/sbin/conscontrol mute off >/dev/null
# Mount memory file system if it exists
+echo -n "Mounting filesystems..."
/sbin/mount -a
# Mount /. If it fails run a fsck.
@@ -74,7 +75,7 @@ else
/usr/local/bin/php -f /etc/rc.conf_mount_rw
fi
-
+echo " done."
# Repair symlinks if they are broken
if [ ! -L /etc/syslog.conf ]; then
diff --git a/etc/rc.embedded b/etc/rc.embedded
index b57db73..4c0e02f 100755
--- a/etc/rc.embedded
+++ b/etc/rc.embedded
@@ -6,6 +6,7 @@
# Size of memory file system /conf partition
partsize="3m"
+echo -n "Setting up embedded specific environment..."
# Run some initialization routines
[ -f /etc/rc.d/uzip ] && /etc/rc.d/uzip start
/etc/rc.d/tmp start
@@ -21,3 +22,4 @@ fi
# Create some needed directories
/bin/mkdir -p /var/db/pkg/
/bin/mkdir -p /var/tmp/vi.recover/
+echo " done." \ No newline at end of file
OpenPOWER on IntegriCloud