From ab1a08b2628c2bd42f67b68099b072cd173b5690 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 6 Sep 2008 20:47:46 +0000 Subject: * Show operations in progress * Increase /conf memory partition size to 6m --- etc/rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/rc') 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..." -- cgit v1.1