Be consistent in using 0/1 for True/False values instead of English representations.
[live-boot-grml.git] / scripts / live-bottom / 05mountpoints
index a8717d7..ce151e1 100755 (executable)
@@ -30,7 +30,7 @@ log_begin_msg "Moving mount points"
 if [ ! -d /root/live/image ]
 then
        mkdir -p /root/live/image
-       mount -n --move /live/image /root/live/image
+       mount --move /live/image /root/live/image
 fi
 
 log_end_msg