diff options
Diffstat (limited to 'scripts/live-bottom/05mountpoints')
| -rwxr-xr-x | scripts/live-bottom/05mountpoints | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints index 028c74b..a334af8 100755 --- a/scripts/live-bottom/05mountpoints +++ b/scripts/live-bottom/05mountpoints @@ -27,9 +27,10 @@ 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 -n --move /live/image /root/live/image fi log_end_msg |
