[Lunar-commits] r14845 - brutus/trunk/moe

Moritz Heiber moe at lunar-linux.org
Thu May 19 20:26:50 UTC 2005


Author: moe
Date: 2005-05-19 20:26:49 +0000 (Thu, 19 May 2005)
New Revision: 14845

Modified:
   brutus/trunk/moe/mount
Log:
Be a little more consistent. Looks better this way.



Modified: brutus/trunk/moe/mount
===================================================================
--- brutus/trunk/moe/mount	2005-05-19 20:15:27 UTC (rev 14844)
+++ brutus/trunk/moe/mount	2005-05-19 20:26:49 UTC (rev 14845)
@@ -173,9 +173,9 @@
 {
    echo -e "Mounting filesystems:"
 
-   run_with_msg " * Mounting proc on /proc : " "mount -t proc proc /proc"
+   run_with_msg " * Mounting proc : " "mount -t proc proc /proc"
 
-   run_with_msg " * Remounting / read-only : " "mount -n -o remount,ro /"
+   run_with_msg " * Remounting root read-only : " "mount -n -o remount,ro /"
 
    DEVNODES=`grep -o "dev=.*" /proc/cmdline | cut -d" " -f1 | sed -e "s/dev=//g"`
   
@@ -206,12 +206,12 @@
       fi
    fi
 
-   kernel_is_26 && run_with_msg " * Mounting sysfs on /sys : " "mount -t sysfs sysfs /sys"
+   kernel_is_26 && run_with_msg " * Mounting sysfs : " "mount -t sysfs sysfs /sys"
   
    if [ "$DEVNODES" = "devfs" ]; then
 
-      run_with_msg " * Mounting /dev : "           "mount -n /dev"
-      run_with_msg " * Starting devfsd on /dev : " "devfsd /dev"
+      run_with_msg " * Mounting /dev : " "mount -n /dev"
+      run_with_msg " * Starting devfsd : " "devfsd /dev"
    
       kernel_is_26 && run_with_msg " * Mounting devpts on /dev/pts :" "mount -t devpts devpts /dev/pts"
 



More information about the Lunar-commits mailing list