Adding live-initramfs 1.87.1-1.
[live-boot-grml.git] / scripts / casper-bottom / 05mountpoints
index be76755..7c61de3 100755 (executable)
@@ -21,9 +21,7 @@ esac
 log_begin_msg "$DESCRIPTION"
 
 # Move to the new root filesystem so that programs there can get at it.
-if [ ! -d /root/live_media ]; then
-    mkdir -p /root/live_media
-    mount -n -o move /live_media /root/live_media
-fi
+mkdir -p /root/cdrom
+mount -n -o move /cdrom /root/cdrom
 
 log_end_msg