Adding upstream version 1.236.2.
[live-boot-grml.git] / scripts / live-bottom / 05mountpoints
index 028c74b..ce151e1 100755 (executable)
@@ -22,14 +22,15 @@ esac
 
 . /scripts/live-functions
 
-log_begin_msg "Moving mount points..."
+log_begin_msg "Moving mount points"
 
 # live-initramfs script
 
 # Move to the new root filesystem so that programs there can get at it.
-if [ ! -d /root/live/image ]; then
-    mkdir -p /root/live/image
-    mount -n --move /live/image /root/live/image
+if [ ! -d /root/live/image ]
+then
+       mkdir -p /root/live/image
+       mount --move /live/image /root/live/image
 fi
 
 log_end_msg