summaryrefslogtreecommitdiff
path: root/scripts/casper-bottom/05mountpoints
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:24:35 +0100
commit4bdaa2237c6ae923d1dd068e9024ebceca3f40d9 (patch)
tree5a563ee3109e324ae7002f0550ac9850254c1ecd /scripts/casper-bottom/05mountpoints
parentc972c6eea545add125883eaaeea459551e54589c (diff)
downloadlive-boot-4bdaa2237c6ae923d1dd068e9024ebceca3f40d9.tar.gz
live-boot-4bdaa2237c6ae923d1dd068e9024ebceca3f40d9.zip
Adding live-initramfs 1.87.1-1.
Diffstat (limited to 'scripts/casper-bottom/05mountpoints')
-rwxr-xr-xscripts/casper-bottom/05mountpoints6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/casper-bottom/05mountpoints b/scripts/casper-bottom/05mountpoints
index be76755..7c61de3 100755
--- a/scripts/casper-bottom/05mountpoints
+++ b/scripts/casper-bottom/05mountpoints
@@ -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