summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 18bd5d3..b066ded 100755
--- a/etc/rc
+++ b/etc/rc
@@ -88,12 +88,12 @@ if [ "$PLATFORM" = "cdrom" ] ; then
mkdir /tmp/unionfs
mkdir /tmp/unionfs/usr
mkdir /tmp/unionfs/root
- echo -n "Mounting unionfs directories: "
- echo -n "usr"
+ echo -n "Mounting unionfs directories:"
+ echo -n " usr"
mount_unionfs /tmp/unionfs/usr /usr/
echo -n " root"
mount_unionfs /tmp/unionfs/root /root/
- echo " ... done."
+ echo "... done."
fi
echo -n "Creating symlinks..."
OpenPOWER on IntegriCloud